From d5f518ca3c6e75c1218d44ee29a228a6b9103eb2 Mon Sep 17 00:00:00 2001 From: yohan <783b8c87@scimetis.net> Date: Mon, 15 Jul 2019 23:39:26 +0200 Subject: [PATCH] Temporarily reenable plain text. --- 10-master.conf | 6 +++--- 10-ssl.conf | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/10-master.conf b/10-master.conf index bf13be1..314583e 100644 --- a/10-master.conf +++ b/10-master.conf @@ -18,11 +18,11 @@ service imap-login { inet_listener imap { #port = 143 #disable non-ssl imap - port = 0 + #port = 0 } inet_listener imaps { - port = 993 - ssl = yes + #port = 993 + #ssl = yes } # Number of connections to handle before starting a new process. Typically diff --git a/10-ssl.conf b/10-ssl.conf index 35737da..a641d26 100644 --- a/10-ssl.conf +++ b/10-ssl.conf @@ -3,7 +3,7 @@ ## # SSL/TLS support: yes, no, required. -ssl = required +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