diff options
| author | Joey Hess <joey@kitenet.net> | 2014-07-18 02:35:32 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-07-18 02:35:32 -0400 |
| commit | 9a31b95e7d530717f2eef28b5c5f4377ad73d390 (patch) | |
| tree | 7f1865c5056a9d167ff33af61079cb78fcb90005 /src | |
| parent | f93b2f5e52ee35a611f036c57f6247155a27b2c6 (diff) | |
propellor spin
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/JoeySites.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs index 403554fb..f5447c2a 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -409,7 +409,8 @@ kiteMailServer = propertyList "kitenet.net mail server" `onChange` Service.restarted "spamass-milter" `describe` "spamass-milter configured" - , Apt.serviceInstalledRunning "clamav-milter" + , Apt.serviceInstalledRunning "clamav-freshclam" + , Apt.serviceInstalledRunning "amavisd-milter" , Apt.installed ["maildrop"] , "/etc/maildroprc" `File.hasContent` |
