smtp と smtps の両方のケースで、メール クライアントを使用して電子メールを送信しようとするか、リモートで smtp にログインしようとすると、mail.log に次の内容が記録されます。
SASL LOGIN authentication failed: authentication failure
sasltest コマンドを使用すると次のようになります。
# testsaslauthd -u [email protected] -p 123456 -f /var/spool/postfix/var/run/saslauthd/mux
0: NO "authentication failed"
次のエラーが表示されますsystemctl status saslauthd.service
Oct 02 13:48:10 mydomain.com saslauthd[17624]: pam_unix(imap:auth): check pass; user unknown
Oct 02 13:48:10 mydomain.com saslauthd[17624]: pam_unix(imap:auth): authentication failure; logname= uid=0 euid=0 tty= ruser= rhost=
Oct 02 13:48:12 mydomain.com saslauthd[17624]: DEBUG: auth_pam: pam_authenticate failed: Authentication failure
Oct 02 13:48:12 mydomain.com saslauthd[17624]: do_auth : auth failure: [[email protected]] [service=imap] [realm=] [mech=pam] [reason=PAM auth error]
Oct 02 13:48:19 mydomain.com saslauthd[17628]: PAM unable to dlopen(pam_mysql.so): /lib/security/pam_mysql.so: undefined symbol: make_scrambled_password
Oct 02 13:48:19 mydomain.com saslauthd[17628]: PAM adding faulty module: pam_mysql.so
Oct 02 13:48:19 mydomain.com saslauthd[17628]: DEBUG: auth_pam: pam_authenticate failed: Module is unknown
Oct 02 13:48:19 mydomain.com saslauthd[17628]: do_auth : auth failure: [[email protected]] [service=smtp] [realm=] [mech=pam] [reason=PAM auth error]
何が問題なのかわかりません。しばらく前までは動作していました。私のメールサーバーは (postfix 3.1 + dovecot 2.2.22 + mysql 5.7.19 + roundcube 1.2.4) を使用しています。
何かサポートをお願いしますか?
答え1
私の場合、policykit-1 の間違ったバージョンがインストールされていました。64 ビット マシンを使用していましたが、構成ミスにより i386 バージョンがインストールされていました。
それが事実かどうか確認し、もしそうなら、sudo apt install policykit-1
幸運を。