dovecot: enable SSL/TLS by default with snakeoil certificate

This commit is contained in:
Victor LABORIE 2018-09-04 14:50:22 +02:00
parent 9869a1f269
commit bf3e5b4cb6
2 changed files with 6 additions and 0 deletions

View file

@ -16,6 +16,7 @@ The **patch** part changes incrementally at each release.
* minifirewall: improve variables values and documentation
### Changed
* dovecot: enable SSL/TLS by default with snakeoil certificate
### Fixed

View file

@ -34,3 +34,8 @@ service login {
process_limit = 256
}
mail_max_userip_connections = 42
# SSL/TLS
ssl = yes
ssl_cert = </etc/ssl/certs/ssl-cert-snakeoil.pem
ssl_key = </etc/ssl/private/ssl-cert-snakeoil.key