propellor spin
This commit is contained in:
parent
3c7c40dd67
commit
0ea9794324
|
@ -127,7 +127,8 @@ dedupCf ls =
|
|||
Just n | n > 1 -> dedup c (M.insert k (n - 1) kc) rest
|
||||
_ -> dedup (fmt k v:c) kc rest
|
||||
|
||||
-- | Installs saslauthd and configures it for postfix.
|
||||
-- | Installs saslauthd and configures it for postfix, authenticating
|
||||
-- against PAM.
|
||||
--
|
||||
-- Does not configure postfix to use it; eg smtpd_sasl_auth_enable = yes
|
||||
-- needs to be set to enable use. See
|
||||
|
|
|
@ -518,8 +518,6 @@ kiteMailServer = propertyList "kitenet.net mail server" $ props
|
|||
|
||||
, "# Password auth for relaying (used by errol)"
|
||||
, "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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue