diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/JoeySites.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs index e425df8b..e2bcddb1 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -622,6 +622,7 @@ dkimMilter = Postfix.mainCfFile `File.containsLines` dkimInstalled :: Property dkimInstalled = propertyList "opendkim installed" [ Apt.serviceInstalledRunning "opendkim" + , File.dirExists "/etc/mail" , File.hasPrivContent "/etc/mail/dkim.key" (Context "kitenet.net") , File.ownerGroup "/etc/mail/dkim.key" "opendkim" "opendkim" , "/etc/default/opendkim" `File.containsLine` |
