DAITEI's blog
|
$ sudo apt install dovecot-core dovecot-imapd/etc/dovecot/conf.d/10-mail.confの"mail_location"を上記MDAにあわせて設定
mail_location = maildir:~/Maildir● SSL対応
...
inet_listener imaps {
port = 993
ssl = yes
}
...
/etc/dovecot/conf.d/10-ssl.conf
ssl_verify_client_cert = no証明書関係は自動で生成される。
("ssl-verify-level" . 0) ; vefifyしない
のようにして、verifyをしないようにする(個人で作成された証明書ではverifyが通らないので)。