From e4832234185d45322318041dde99131b9b30c2f5 Mon Sep 17 00:00:00 2001 From: Julien Malik Date: Wed, 7 Sep 2016 18:20:21 +0200 Subject: [PATCH] [enh] reorder dovecot main configuration so that it is easier to read and extend --- data/templates/dovecot/dovecot.conf | 64 ++++++++++++++++------------- 1 file changed, 36 insertions(+), 28 deletions(-) diff --git a/data/templates/dovecot/dovecot.conf b/data/templates/dovecot/dovecot.conf index 00916d88d..af745c93d 100644 --- a/data/templates/dovecot/dovecot.conf +++ b/data/templates/dovecot/dovecot.conf @@ -1,15 +1,44 @@ listen = *, :: auth_mechanisms = plain login + mail_gid = 8 mail_home = /var/mail/%n mail_location = maildir:/var/mail/%n mail_uid = 500 + +protocols = imap sieve + +mail_plugins = $mail_plugins quota + +ssl = yes +ssl_cert =