Sunday, March 27, 2016

sendmail + SASL2 Auth Error

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

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...