hi

just having a problem with postfix and sasl smtp auth.

system is debain stable with postfix from backports.org

sasl v1 is installed:

libsasl7
sasl-bin
libsasl-modules-plain
libsasl-digestmd5-plain


relevant bits of main.cf:

smtpd_sasl_local_domain = $myhostname
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
smtpd_sasl_authenticated_header = yes
broken_sasl_auth_clients = yes
smtpd_sasl_application_name = smtpd
smtpd_sasl_path = /etc/postfix/sasl,/usr/lib/sasl
smtp_sasl_password_maps = hash:/etc/postfix/sasl/passwd


/etc/postfix/sasl/smtpd.conf:

pwcheck_method: pwcheck
mech_list: plain login


postfix is loading the libs. strace output:

open("/etc/postfix/sasl/smtpd.conf", O_RDONLY) = 10
open("/etc/postfix/sasl", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 10
open("/usr/lib/sasl", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 10
open("/usr/lib/sasl/libdigestmd5.so", O_RDONLY) = 25
open("/etc/sasldb", O_RDONLY)           = 25
open("/usr/lib/sasl/libcrammd5.so", O_RDONLY) = 25
open("/usr/lib/sasl/libanonymous.so", O_RDONLY) = 25
open("/usr/lib/sasl/libplain.so", O_RDONLY) = 25
open("/usr/lib/sasl/liblogin.so", O_RDONLY) = 25

but when i connect it doesn't offer AUTH. "telnet HOST 25" output:

220 HOST ESMTP Postfix
ehlo CLIENT
250-HOST
250-PIPELINING
250-SIZE 10240000
250-ETRN
250-STARTTLS
250 8BITMIME


any ideas?

cheers
marty
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to