You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-11-23 22:04:47 +02:00
Merge pull request #353 from ripkens/patch-1
Added adress verification before accepting mails for delivery
This commit is contained in:
@@ -88,8 +88,11 @@ smtpd_recipient_restrictions =
|
||||
reject_non_fqdn_sender,
|
||||
reject_unknown_sender_domain,
|
||||
reject_unknown_recipient_domain,
|
||||
reject_unverified_recipient,
|
||||
permit
|
||||
|
||||
unverified_recipient_reject_reason = Address lookup failure
|
||||
|
||||
###############
|
||||
# Milter
|
||||
###############
|
||||
|
||||
Reference in New Issue
Block a user