ログインに深刻な問題がありますdovecot
。
これは私のものです
/usr/local/etc/dovecot/passdb
(通常のパスワードを持つ項目は1つだけです)。[email protected]{PLAIN}asdf::::::
次のようにシェルでdovecot auth loginを実行すると:
dovecot auth login [email protected] asdf
わかりました。
# dovecot auth login [email protected] Password: passdb: [email protected] auth failed extra fields: [email protected] root@mail:/home/webhost # dovecot auth login [email protected] asdf passdb: [email protected] auth failed extra fields: [email protected]
これをデバッグするために設定しました。
auth_verbose = yes auth_verbose_passwords = yes
私の
/usr/local/etc/dovecot/dovecot.conf
私のログファイルには次のような出力が表示されますが、これはあまり役に立ちません。
2023-03-03 09:08:25 auth: Debug: client in: AUTH 1 PLAIN service=doveadm debug resp=ZnJpdHpAbXlob3N0LmNvbQBmcml0ekBteWhvc3QuY29tAGF zZGY= (previous base64 data may contain sensitive data) 2023-03-03 09:08:25 auth: Debug: passwd-file([email protected]): Performing passdb lookup 2023-03-03 09:08:25 auth: Debug: passwd-file([email protected]): lookup: [email protected] file=/usr/local/etc/dovecot/passdb 2023-03-03 09:08:25 auth: Info: passwd-file([email protected]): unknown user (given password: asdf) 2023-03-03 09:08:25 auth: Debug: passwd-file([email protected]): Finished passdb lookup 2023-03-03 09:08:25 auth: Debug: auth([email protected]): Auth request finished 2023-03-03 09:08:27 auth: Debug: client passdb out: FAIL 1 [email protected]
完全に詰まっていて、この問題を解決するために何を加えることができるのかわかりません。