On Sat, Jan 10, 2004 at 02:13:58PM -0500, Denis Ford wrote: > I've got a fresh installation of Fedora Core 1, with all packages updated > from the dulug mirror. I'm trying to get SASL/Pam authentication set up for > Postfix, according to the README in the postfix docs > (/usr/share/doc/postfix-2.0.11/README-Postfix-SASL-RedHat.txt) . I've gone > through all the steps, but it appears that saslauthd isn't working right: > > $ /usr/sbin/testsaslauthd -u myuser -p mypasswd > 0: NO "authentication failed" > > I've confirmed that saslauthd is running, and as instructed, > /etc/sysconfig/saslauthd is set to MECH=pam > > Any suggestions? When you run testsaslauthd, be sure to use the '-s' flag to set a service name -- this in turn is used when calling into the PAM library, so it should be the name of a valid configuration in /etc/pam.d (the default appears to be "imap"). If that doesn't get things running, the logs in /var/log/messages should shed some light on things. HTH, Nalin