* Suresh Kumar Prajapati <[email protected]>: > I've follow all the info you have give and the command show the following > output > > [root@hostname postfix]# testsaslauthd -u tom -p redhat > 0: NO "authentication failed"
IIRC you use saslauthd with PAM as backend. Please try this: % testsaslauthd -s pam -u tom -p redhat If that doesn't work configure saslauthd in /etc/sysconfig/saslauthd to use "shadow" and try testsaslauthd with a system account like this: % testsaslauthd -s shadow -u tom -p redhat p@rick -- All technical questions asked privately will be automatically answered on the list and archived for public access unless privacy is explicitely required and justified. saslfinger (debugging SMTP AUTH): <http://postfix.state-of-mind.de/patrick.koetter/saslfinger/>
