Moving from Postfix/Dovecot 2.0.x/Cyrus SASL to Postfix/Dovecot 2.2.x/Dovecot SASL
CentOS 6.5/postfix/Dovecot 2.0.9/Cyrus SASL の環境から CentOS 7/postfix/Devecot 2.2.10/Dovecot SASL を移行しようとして若干はまったので備忘録。
- /etc/dovecot/conf.d/15-mailboxes.conf の設定かファイル自体の削除が必要。2.0.9 と同じように動かしたいなら namespace を明示的に指定するか、ファイルそのものを削除する。今回はとりあえず削除して動いた。
- これ自体は 2.0.x から 2.1 のnoteに書いてある : http://wiki2.dovecot.org/Upgrading/2.1
- CentOS 6.5/postfix/Dovecot 2.0.9/Cyrus SASL で構築した際は Cyrus SASL で設定するので
testsaslauthd/sasldbusers2
コマンドなどで諸々設定を確認した。CentOS 7/postfix/Devecot 2.2.10/Dovecot SASL だと https://blog.apar.jp/linux/3979/ にあるようにsmtpd_sasl_type = dovecot
で指定できる。(その場合他の設定も諸々必要になる。)- ただし Cyrus SASL を使わない場合もれなく
testsaslauthd/sasldbusers2
などのコマンドも使えないので、IMAP の疎通確認などは telnet を使う原始的な方法になった。他の方法があれば知りたい・・・。 - dovecot の詳細ログは http://qa.atmarkit.co.jp/q/2683 で紹介されている
auth_verbose = yes
とauth_debug = yes
を/etc/dovecot/dovecot.conf
に指定すると/var/log/maillog
に出力される。 - この設定のおかげで postfix の
mynetworks
の設定を修正できた。(127.0.0.1/8
などの設定はpostfix test
は通ってしまうようだったが、実は間違いだった。postconf -e 127.0.0.0/8 ...
などに修正して postfix 再起動で動いた。-
postconf -e
でコマンドラインから設定できるのも地味に役立った。 - postfixでSMTP送信時「Temporary lookup failure」エラーの原因 も参照した。
-
- ただし Cyrus SASL を使わない場合もれなく
Reference
Thank you for those who wrote those articles!
* http://qa.atmarkit.co.jp/q/2683
* postfixとdovecot(2.2.9)でSSL/TLS(Let's Encrypt)とSASLを用いたメールサーバ
* postfixでSMTP送信時「Temporary lookup failure」エラーの原因
* http://qa.atmarkit.co.jp/q/2683
Author And Source
この問題について(Moving from Postfix/Dovecot 2.0.x/Cyrus SASL to Postfix/Dovecot 2.2.x/Dovecot SASL), 我々は、より多くの情報をここで見つけました https://qiita.com/asakoi/items/7dce735059682a508799著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .