disable login mismatch
This commit is contained in:
parent
313169db85
commit
92a143bab6
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ smtpd_helo_restrictions = permit_mynetworks,
|
|||
|
||||
smtpd_sender_restrictions = reject_non_fqdn_sender,
|
||||
reject_unknown_sender_domain,
|
||||
reject_sender_login_mismatch,
|
||||
# reject_sender_login_mismatch, # Disabled because we don’t map correctly
|
||||
permit_mynetworks,
|
||||
permit_sasl_authenticated
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue