My sendmail config is like so:
/usr/lib/sasl2/Sendmail.conf
pwcheck_method:saslauthd
We are running "saslauthd"
root 32102 1 0 81 0 - 1128 fcntl_ 11:37 ? 00:00:00 /usr/sbin/saslauthd -m /var/run/saslauthd -a pam
When I saslauth with account name "cccc" everything works OK. But when I saslauth with account name "cccc@domain.com" it fails.
/var/log/messages
saslauthd[32103]: do_auth : auth failure: [user=cccc] [service=smtp] [realm=domain.com] [mech=pam] [reason=PAM auth error]
What's the problem?
No comments:
Post a Comment