From 47f0c52c1879c2883d511f26a322123bd3473bbf Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Sun, 15 Feb 2015 16:28:08 +0100 Subject: [PATCH] fix typo of vmail-user in rhel/centos config-template for dovecot Signed-off-by: Michael Kaufmann (d00p) --- templates/misc/configfiles/rhel7/postfix/etc_postfix_master.cf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/misc/configfiles/rhel7/postfix/etc_postfix_master.cf b/templates/misc/configfiles/rhel7/postfix/etc_postfix_master.cf index 3bfab103..85b98f96 100644 --- a/templates/misc/configfiles/rhel7/postfix/etc_postfix_master.cf +++ b/templates/misc/configfiles/rhel7/postfix/etc_postfix_master.cf @@ -1,3 +1,3 @@ # added for Froxlor -dovecot unix - n n - - pipe flags=DRhu user=vmail:mail argv=/usr/libexec/dovecot/deliver -f ${sender} -d ${recipient} +dovecot unix - n n - - pipe flags=DRhu user=vmail:vmail argv=/usr/libexec/dovecot/deliver -f ${sender} -d ${recipient}