Sasl auth probleme
Hello everybody
here is my little probleme :
after :
postfix-tls libsasl-dev libsasl-digestmd5-plain libsasl-gssapi-mit libsasl-modules-plain libsasl7 sasl-bin
installation
adding :
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous, noplaintext
smtpd_sasl_local_domain = $myhostname
smtpd_recipient_restrictions = permit_sasl_authenticated, check_relay_domains
to main.cf
and ;
echo "pwcheck_method: sasldb" > /etc/postfix/sasl/smtpd.conf
i added :
saslpasswd -c -u mydomaine.com myuser1
saslpasswd -c -u mydomaine.com myuser2 ....
chgrp postfix /etc/sasldb ; chmod 640 /etc/sasldb
i linked sasldb to /var/spool/postfix/etc/sasldb
i restarted postfix , and tryed to send mails , i was able to do that , but the system hasent asked for auth !!
i haven't found anything in logs too
it just send mails without auth !
when i use EHLO is shows :
EHLO localhost
250-mail.eepad.dz
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-AUTH GSSAPI CRAM-MD5 DIGEST-MD5 LOGIN PLAIN
250-XVERP
250 8BITMIME
can someone help me please
|