OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
sasl2 help

From: Bissio (bissio2000yahoo.it)
Date: Thu Aug 23 2007 - 03:14:28 CDT


Hi all,
 
i have some problems on smtp sasl2 auth... sasl2 worked for me but last week
it didn't work. there are no warning messages and if i try to send any email
with no smtp auth my mail server sends. I use postfix 2.4.0+mysql+courier
imap/pop3 and courier-authlib (postfix was compiled with sasl and mysql...
all worked last month)
This is my main.cf conf:
 
smtpd_sasl_auth_enable = yes
smtpd_sasl2_auth_enable = yes
smtpd_sasl_security_options = noanonymous
smtpd_sasl_local_domain =
broken_sasl_auth_clients = yes
 
 
this is my smtpd.conf in /usr/lib/sasl2/:
 
pwcheck_method: authdaemond
log_level: 1
mech_list: PLAIN LOGIN
authdaemond_path:/usr/local/var/spool/authdaemon/socket
 
and this is a telnet result:
 
220 my.mailserver.com ESMTP Postfix
ehlo me
250-my.mailserver.com
250-PIPELINING
250-SIZE 20240000
250-ETRN
250-AUTH PLAIN LOGIN
250-AUTH=PLAIN LOGIN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
mail from: test
250 2.1.0 Ok
rcpt to: test1test.com
250 2.1.5 Ok
data
354 End data with <CR><LF>.<CR><LF>
quit
 
Any messages without authentication is sent... what's wrong?
 
Thanks