From 809f5f9cc934c89d059b3b4dba68a7a24d8266ce Mon Sep 17 00:00:00 2001 From: Solal Nathan Date: Sat, 30 Jan 2021 01:05:37 +0100 Subject: [PATCH] Add config in the right section --- roles/dovecot/templates/conf.d/10-master.conf.j2 | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/roles/dovecot/templates/conf.d/10-master.conf.j2 b/roles/dovecot/templates/conf.d/10-master.conf.j2 index 39b2421..4d91b7a 100644 --- a/roles/dovecot/templates/conf.d/10-master.conf.j2 +++ b/roles/dovecot/templates/conf.d/10-master.conf.j2 @@ -5,9 +5,12 @@ # IMAP/POP/STMP auth configuration -# Postfix smtp-auth -unix_listener /var/spool/postfix/private/auth { - mode = 0660 - user = postfix - group = postfix +service auth { + + # Postfix smtp-auth + unix_listener /var/spool/postfix/private/auth { + mode = 0660 + user = postfix + group = postfix + } }