From 5075faea5b15943f5e40bc0c4314bf54298eca33 Mon Sep 17 00:00:00 2001 From: Pierre Jaury Date: Sun, 21 Feb 2016 15:09:25 +0100 Subject: [PATCH] Restructure the dovecot configuration file --- config/dovecot/dovecot.conf | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/config/dovecot/dovecot.conf b/config/dovecot/dovecot.conf index cbee16cf..600f332d 100644 --- a/config/dovecot/dovecot.conf +++ b/config/dovecot/dovecot.conf @@ -5,6 +5,13 @@ protocols = imap lmtp sieve postmaster_address = %{env:POSTMASTER_ADDRESS} hostname = %{env:MAIL_HOSTNAME} +service dict { + unix_listener dict { + group = mail + mode = 0660 + } +} + ############### # Mailboxes ############### @@ -112,12 +119,6 @@ service lmtp { } } -service dict { - unix_listener dict { - group = mail - mode = 0660 - } -} ############### # Filtering