From 9bcd7816d58162a72ab17203869b8443daaa4c5c Mon Sep 17 00:00:00 2001 From: yohan <783b8c87@scimetis.net> Date: Mon, 15 Jul 2019 22:51:36 +0200 Subject: [PATCH] SSL only. --- 10-master.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/10-master.conf b/10-master.conf index 314583e..bf13be1 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