From 289ccdc6649372eba9a4234e81539cb6f2fe1c41 Mon Sep 17 00:00:00 2001 From: Lari Huttunen Date: Tue, 5 Mar 2013 18:29:27 +0100 Subject: [PATCH] cyrus: Even though postfix belongs to the mail group it cannot deliver unless the socket dir's group is postfix. Need to get the ubuntu package fixed. --- cyrus/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cyrus/manifests/init.pp b/cyrus/manifests/init.pp index 567e791..0810644 100644 --- a/cyrus/manifests/init.pp +++ b/cyrus/manifests/init.pp @@ -95,7 +95,7 @@ class cyrus { ensure => directory, mode => "0750", owner => "cyrus", - group => "mail", + group => "postfix", } # Fix broken ubuntu packaging