summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoey Hess2014-07-18 16:43:11 -0400
committerJoey Hess2014-07-18 16:43:11 -0400
commit51edffe1733149a2019afd128e97ad72f9c2676a (patch)
tree38e7a4e17da25236b6186d6d903a9545a881e1d0 /src
parent2a973d97f727f0823d54c587f4ca69f9e2f576ff (diff)
propellor spin
Diffstat (limited to 'src')
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index 5f647bf2..4ff3d608 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -519,6 +519,7 @@ kiteMailServer = propertyList "kitenet.net mail server"
, File.hasPrivContent dovecotusers ctx
`onChange` (dovecotusers `File.mode`
combineModes [ownerReadMode, groupReadMode])
+ , File.ownerGroup dovecotusers "root" "dovecot"
, Apt.installed ["mutt", "bsd-mailx", "alpine"]