From 2535949698a3631d7f05746384c478cede1b8f32 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Mon, 5 Oct 2015 00:49:54 +0200 Subject: [PATCH] Requiring encryption when connecting to Dovecot --- roles/ispmail-dovecot/files/10-ssl.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ispmail-dovecot/files/10-ssl.conf b/roles/ispmail-dovecot/files/10-ssl.conf index 3ad921d..47ca04c 100644 --- a/roles/ispmail-dovecot/files/10-ssl.conf +++ b/roles/ispmail-dovecot/files/10-ssl.conf @@ -3,7 +3,7 @@ ## # SSL/TLS support: yes, no, required. -ssl = yes +ssl = required # 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