Hello everyone, In order to avoid sending backscattering I'm going to implement Address Verification (reject_unverified_recipient). Can I skip it for one domain? If I configure postfix like this:
smtpd_recipient_restrictions = check_recipient_access hash:/etc/postfix/no_reject_unverified_recipient reject_unverified_recipient [rbls] And in /etc/postfix/no_reject_unverified_recipient: domain.tdl OK I won't have the rbls check for that domain. I would like to skip just the reject_unverified_recipient check. Is it possible? Thanks,