Hi, the documentation wasnt clear about this. Is it possible to use multiple check_client_access in smtpd_recipient_restrictions?
i.e (example).
smtpd_recipient_restrictions =
permit_mynetworks
reject_unauth_destination
check_client_access pcre:/etc/postfix/rbl_checks
check_client_access hash:/etc/postfix/whitelist
i like to keep my configuration for rbls and whitelist in a seperate file and
not in one giant one.
Thanks!
