On 18.03.2009 08:55 K bharathan wrote:
> Hi
> can i whitelist one domain from checking spamhaus ?
> thanks

smtpd_recipient_restrictions =
  ...
  reject_unauth_destination
  ...
  check_client_access hash:/etc/postfix/whitelist_clients
  check_sender_access hash:/etc/postfix/whitelist_senders
  reject_rbl_client zen.spamhaus.org
  ...

/etc/postfix/whitelist_clients:
mailout.trusteddoma.in  OK
# or ip address of trusted hosts

/etc/postfix/whitelist_senders:
u...@trusteddoma.in     OK


Regards,
Pascal
-- 
The trapper recommends today: defaced.0907...@localdomain.org

Reply via email to