Skip to content

Instantly share code, notes, and snippets.

@akirakudo
Last active December 19, 2015 04:38
Show Gist options
  • Save akirakudo/5898332 to your computer and use it in GitHub Desktop.
Save akirakudo/5898332 to your computer and use it in GitHub Desktop.
Net::SMTPAuthenticationError: 535 5.7.8 Error: authentication failed: authentication failure が出るときに対処した内容
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