On Wed, Apr 6, 2011 at 9:41 AM, Voytek Eymont <[email protected]> wrote: > Apr 6 22:28:50 postfix/smtpd[24015]: TLS connection established from > CPE-124-184-253-224.lns14.cht.bigpond.net.au[124.184.253.224]: SSLv3 with > cipher RC4-MD5 (128/128 bits) > Apr 6 22:28:50 postfix/smtpd[24015]: warning: SASL authentication > failure: cannot connect to saslauthd server: Connection refused > Apr 6 22:28:50 postfix/smtpd[24015]: warning: SASL authentication > failure: Password verification failed
Postix can't connect to saslauthd socket. If smtpd is in the jail the default path is /var/spool/postfix/var/run/saslauthd/mux. Saslauthd daemon must be started and listen on this socket. -- Reinaldo de Carvalho http://korreio.sf.net http://python-cyrus.sf.net "While not fully understand a software, don't try to adapt this software to the way you work, but rather yourself to the way the software works" (myself)
