John WH Smith: > localhost postfix/smtps/smtpd[14222]: warning: > localhost.localdomain[127.0.0.1]: SASL LOGIN authentication failed: > authentication failure > localhost postfix/smtps/smtpd[14222]: > > localhost.localdomain[127.0.0.1]: 535 5.7.8 Error: authentication > failed: authentication failure ... > It has been postmap-ed. SASLauthd is configured (START=yes), and I can > see my processes running without trouble. I've also made sure Postfix > could contact it by moving the socket and PID files into the Postfix > chroot (and linking accordingly).
You move sockets, but how do you know that the SASL library (invoked by smtpd) is really connected to the saslauthd process? You may find out with strace or equivalent: http://www.postfix.org/DEBUG_README.html#auto_trace Wietse