On Mon, 27 Oct 2008, Patrick Ben Koetter wrote: } Yes. That's because you have too limit the list of available mechanisms in } /etc/postfix/sasl/smtpd.conf to list plain and login only: } } pwcheck_method: saslauthd } mech_list: PLAIN LOGIN
My /etc/postfix/sasl2/smtpd.conf [note sasl2 - previous server was sasl] is: log_level: 3 mech_list: PLAIN LOGIN pwcheck_method: saslauthd # gretchen under mandrake #saslauthd_path: /var/lib/sasl2/mux # ubuntu 6.06 saslauthd_path: /var/run/saslauthd/mux Running testsaslauthd -u vjl -p 'passwd' -s smtp gives me: 0: OK "Success." Ok, as I was typing this, I found my error. /etc/postfix/sasl2/smtpd.conf needed copied to /usr/lib/sasl2/smtpd.conf Once I did that and restarted postfix/saslauthd, I was up and running. I feel like a dolt. :( /vjl/