diff options
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 |
