From 9289e0b1824b229f8a10b540fcf068c3bc7cbc0f Mon Sep 17 00:00:00 2001 From: yohan <783b8c87@scimetis.net> Date: Wed, 17 Jul 2019 07:30:42 +0200 Subject: [PATCH] Reenable SSL. --- 10-master.conf | 2 +- 10-ssl.conf | 6 +++--- dovecot-openssl.cnf | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/10-master.conf b/10-master.conf index 314583e..ae59064 100644 --- a/10-master.conf +++ b/10-master.conf @@ -18,7 +18,7 @@ service imap-login { inet_listener imap { #port = 143 #disable non-ssl imap - #port = 0 + port = 0 } inet_listener imaps { #port = 993 diff --git a/10-ssl.conf b/10-ssl.conf index 37732d4..adf7b93 100644 --- a/10-ssl.conf +++ b/10-ssl.conf @@ -3,14 +3,14 @@ ## # SSL/TLS support: yes, no, required. -ssl = no +ssl = yes # PEM encoded X.509 SSL/TLS certificate and private key. They're opened before # dropping root privileges, so keep the key file unreadable by anyone but # root. Included doc/mkcert.sh can be used to easily generate self-signed # certificate, just make sure to update the domains in dovecot-openssl.cnf -#ssl_cert =