diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-12-31 12:19:46 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-12-31 12:19:46 -0400 |
| commit | 5e73aa446e46b61ebea77af5a6addaa8be517c1d (patch) | |
| tree | b1fc569db1fbef2c80e1e2944337f86d09f146af /src | |
| parent | b016222a5bac06d67d8239db778541233338a2ed (diff) | |
propellor spin
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/JoeySites.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs index d7bd9068..987b4187 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -702,7 +702,7 @@ kiteMailServer = propertyList "kitenet.net mail server" $ props dovecotusers = "/etc/dovecot/users" ssmtp = Postfix.Service - (Postfix.InetService (Nothing, "ssmtp")) + (Postfix.InetService Nothing "ssmtp") "smtpd" Postfix.defServiceOpts -- Configures postfix to relay outgoing mail to kitenet.net, with |
