From: andrew fabbro (no email)
Date: Fri Mar 01 2002 - 01:00:24 EST
I have various rules, including the use of an RBL, to block spammers.
However, there are a few domains that I want to skip these rule checks
entirely. In other words, if it comes from somespecialdomain.com, I want
the mail to always be delivered, no matter what.
I tried this...
smtpd_client_restrictions =
check_client_access regexp:/etc/postfix/indoc_domains_always_allowed,
check_client_access regexp:/etc/postfix/indoc_domains_forbidden,
reject_unauth_pipelining,
reject_maps_rbl
Where "indoc_domains_always_allowed" is file in this form:
/.*@somespecialdomain.com$/ permit
However, the mail is still being blocked because the domain is on the RBL
I use. Is there some way of saying "this domain is OK no matter what"?
Thanks,
-- Drew Fabbro | "Don't try to be like Jackie. There is only one Jackie. Study computers instead." -- Jackie Chan - To unsubscribe, send mail to with content (not subject): unsubscribe postfix-users
|
|
|