我正在尝试为SMTP客户端连接设置PAM身份validation。 所以要authenticationSMTP发送邮件,使用和login主机一样的方式。
日志说:
2011-04-28 20:19:31 plain_pam authenticator failed for xxxx ([xxxx]) [xxxx]: 535 Incorrect authentication data (set_id=user) 2011-04-28 20:19:33 login_pam authenticator failed for xxxx ([xxxx]) [xxxx]: 535 Incorrect authentication data (set_id=user)
/etc/pam.d/exim:
auth required pam_unix.so account required pam_permit.so session required pam_permit.so
任何提示看或激活一些跟踪信息,看看有什么失败?
正如用户运行exim并且该用户可以读取/etc/pam.d/exim和/etc/shadow (假设/etc/nsswitch.conf具有passwd和shadow files )。