From: Silvio Rhatto Date: Sun, 8 Aug 2010 19:04:05 +0000 (-0300) Subject: Changing group for /var/mail/virtual and strict permissions X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=1fc10431d098ad3ca74cda85b990fcbb8c843e2f;p=puppet-mail.git Changing group for /var/mail/virtual and strict permissions --- diff --git a/manifests/system.pp b/manifests/system.pp index 0aea418..5961f83 100644 --- a/manifests/system.pp +++ b/manifests/system.pp @@ -72,7 +72,7 @@ class mail::system { file { '/var/mail/virtual': ensure => directory, owner => root, - group => root, - mode => 0755, + group => mail, + mode => 0770, } }