Enable Dovecot SSL

/etc/dovecot/dovecot.conf requires these settings

ssl_disable = no
ssl_cert_file = /etc/ssl/certs/certificate.pem
ssl_key_file = /etc/ssl/private/key.pem

The certificate and key must be created before either using the dovecot tools or the way I’m describing that in-depth.

green red blue grey