14 lines
376 B
Text
14 lines
376 B
Text
|
# {{ ansible_managed }}
|
||
|
# Dovecot configuration for Aurore
|
||
|
# More info at https://gitea.auro.re/Aurore/ansible
|
||
|
# And on the Dovecot wiki : https://doc.dovecot.org/
|
||
|
|
||
|
# SSL and certificates configuration
|
||
|
|
||
|
# Cetificates location
|
||
|
ssl_cert = </etc/letsencrypt/live/auro.re/fullchain.pem
|
||
|
ssl_key = </etc/letsencrypt/live/auro.re/privkey.pem
|
||
|
|
||
|
# Enforce TLS encryption
|
||
|
ssl = required
|