|
| | Subject: | Re: bypassing reject_rbl_client for certain recipients relay domain | | Group: | Postfix-users | | From: | mouss | | Date: | 31 Mar 2008 |
Andrew Long wrote:
> So something like:
>
> smtpd_recipient_restrictions =
> reject_unknown_sender_domain,
> reject_non_fqdn_recipient,
> reject_unknown_recipient_domain,
> permit_mynetworks,
> check_recipient_access hash:/etc/postfix/roleaccount,
> reject_unauth_destination,
> check_helo_access hash:/etc/postfix/helo_checks,
> check_recipient_access hash:/etc/postfix/skip_rbl_checks
> reject_rbl_client bl.spamcop.net, reject_rbl_client zen.spamhaus.org
>
> -- /etc/postfix/skip_rbl_checks ---
> ourdomain.com OK
>
>
yes.
|