[fix] Stupid syntax issue in dovecot conf

This commit is contained in:
Alexandre Aubin 2020-09-01 01:59:49 +02:00
parent 43417bd00b
commit f46e318374

View file

@ -23,7 +23,7 @@ ssl_cert = </etc/yunohost/certs/{{ main_domain }}/crt.pem
ssl_key = </etc/yunohost/certs/{{ main_domain }}/key.pem
# curl https://ssl-config.mozilla.org/ffdhe2048.txt > /path/to/dhparam
ssl_dh = /usr/share/yunohost/other/ffdhe2048.pem;
ssl_dh = </usr/share/yunohost/other/ffdhe2048.pem
# intermediate configuration
ssl_min_protocol = TLSv1.2