Hello,

Does Postfix support specifying multiple lookup tables for 
check_recipient_access?
(If there's no match in the first table, look up in the next one.)

smtpd_recipient_restrictions =
        reject_unauth_pipelining,
        reject_invalid_helo_hostname,
        reject_unknown_recipient_domain,
        reject_unknown_sender_domain,
        reject_non_fqdn_recipient,
        reject_non_fqdn_sender,
        permit_mynetworks,
        reject_unauth_destination,
        reject_unverified_recipient,
        check_recipient_access btree:/etc/postfix/first_table 
btree:/etc/postfix/second_table,  <----
        ...


Thank you in advance!
Reg

_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to