OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
temp. bypassing my rbl restrictions for a sender ?

From: Voytek Eymont (listssbt.net.au)
Date: Wed May 03 2006 - 09:03:40 CDT


I have a user who needs to receive emails that get blocked by my
restrictions, the sender seems unable to get sending server fixed/removed
from dsn.rfc-ignorant.org

---------------
Apr 28 17:38:35 EST reject: RCPT from unknown[210.22.132.20]: 554; Sender
address [namechinaallworld.com] blocked using dsn.rfc-ignorant.org; Not
supporting null originator (DSN); from=<vickychinaallworld.com>
to=<kjtld.com.au> proto=SMTP helo=<chinaallworld.com>
--------------

what's my best option to allow this traffic through ? whilst preferably
maintaining as much as possible existing restrictions

main.cf:

smtpd_recipient_restrictions =
 permit_mynetworks,
 check_client_access hash:/etc/postfix/pop-before-smtp,
 reject_unauth_destination,
 check_recipient_access hash:/etc/postfix/recipient_no_checks,
 reject_non_fqdn_sender,
 reject_non_fqdn_recipient,
 reject_invalid_hostname,
 reject_non_fqdn_hostname,
 reject_unknown_sender_domain,
 reject_unknown_recipient_domain,
 check_sender_access hash:/etc/postfix/freemail_access,
 check_recipient_access hash:/etc/postfix/recipient_checks,
 check_recipient_access pcre:/etc/postfix/recipient_checks.pcre,
 check_helo_access hash:/etc/postfix/helo_checks,
 check_sender_access hash:/etc/postfix/sender_checks,
 check_client_access hash:/etc/postfix/client_checks,
 check_client_access pcre:/etc/postfix/client_checks.pcre,
 reject_rbl_client sbl-xbl.spamhaus.org,
 reject_rbl_client list.dsbl.org,
 reject_rbl_client dnsbl.njabl.org,
 reject_rhsbl_sender dsn.rfc-ignorant.org,
 permit

--
Voytek