diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-02-01 13:36:58 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-02-01 13:36:58 -0400 |
| commit | f276466cf280b9ce91bbfefce35d2a27ebc87843 (patch) | |
| tree | 75cf4bb4fe6645d52fb8b969c91a4472a5e10c15 /src | |
| parent | e371b0493ca03d3cfcc4cbd7895f8b2b3af3dd4a (diff) | |
propellor spin
Diffstat (limited to 'src')
| -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" |
