diff options
Diffstat (limited to 'src/Propellor')
| -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 a63dac4e..7b6a61e4 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -516,6 +516,8 @@ kiteMailServer = propertyList "kitenet.net mail server" $ props , "# Password auth for relaying" , "smtpd_sasl_auth_enable = yes" + , "smtpd_sasl_type = dovecot" + , "smtpd_sasl_path = private/auth" , "smtpd_sasl_security_options = noanonymous" , "smtpd_sasl_local_domain = kitenet.net" |
