diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-11-25 13:59:51 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-11-25 14:02:32 -0400 |
| commit | 4e2aa1f39abd3a9c11fd863bf3b100653c7b961a (patch) | |
| tree | 440ecf8c13fd2493dedde0de2026663ca7d7a0ec /src/Propellor/Property/SiteSpecific | |
| parent | 6284e3f825ddf785f460f62ed4d681ad28ac788e (diff) | |
Added Postfix.saslPasswdSet.
Diffstat (limited to 'src/Propellor/Property/SiteSpecific')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/JoeySites.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs index d22eb615..2e34d75f 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -541,6 +541,8 @@ kiteMailServer = propertyList "kitenet.net mail server" $ props & dkimInstalled & Postfix.saslAuthdInstalled + & "/etc/default/saslauthd" `File.containsLine` "MECHANISMS=sasldb" + & Postfix.saslPasswdSet "kitenet.net" (User "errol") & Apt.installed ["maildrop"] & "/etc/maildroprc" `File.hasContent` |
