saslauthd 認証エラー
[root@falcon21 ~]# testsaslauthd -u hayato -p xxxxxx
0: NO "authentication failed"
メール受信できても、0: NO "authentication failed"
/etc/shadowファイルを参照するようにする。
[root@falcon21 ~]# vi /etc/default/saslauthd
#MECH=pam
MECH=shadow
[root@falcon21 ~]# /etc/init.d/saslauthd restart
saslauthd を停止中: [ OK ]
saslauthd を起動中: [ OK ]
[root@falcon21 ~]# testsaslauthd -u hayato -p xxxxxx
0: OK "Success."
投票数:2
平均点:10.00