Last active
December 19, 2015 04:38
-
-
Save akirakudo/5898332 to your computer and use it in GitHub Desktop.
Net::SMTPAuthenticationError: 535 5.7.8 Error: authentication failed: authentication failure
が出るときに対処した内容
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CentOS6.2 | |
Postfix 2.6.6 | |
sudo vi /etc/sysconfig/saslauthd | |
# MECH = pam | |
MECH = shadow | |
sudo /etc/init.d/saslauthd restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment