propellor spin
This commit is contained in:
parent
5fc0aee40b
commit
2e2f8b4fdd
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue