OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: andrew fabbro (afabbroindoctrination.com)
Date: Fri Mar 01 2002 - 00:00:24 CST

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    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  | drewindoctrination.com
    "Don't try to be like Jackie.  There is only one Jackie.
     Study computers instead."  -- Jackie Chan 
    

    - To unsubscribe, send mail to majordomopostfix.org with content (not subject): unsubscribe postfix-users