Mail system: fix missing relay permission for SASL authenticated clients.
This commit is contained in:
parent
a900d16b53
commit
f24ce8295d
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ smtpd_recipient_restrictions =
|
|||
|
||||
smtpd_relay_restrictions =
|
||||
permit_mynetworks
|
||||
permit_sasl_authenticated
|
||||
reject_non_fqdn_recipient
|
||||
reject_unknown_recipient_domain
|
||||
defer_unauth_destination
|
||||
|
|
Loading…
Reference in a new issue