OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
Re: Other good RBLs, apart from Zen?

From: Charles Marcus (CMarcusMedia-Brokers.com)
Date: Fri May 02 2008 - 14:02:09 CDT


On 5/2/2008, Arturo 'Buanzo' Busleiman (buanzobuanzo.com.ar) wrote:
> This is my smtpd_recipient_restrictions line:
>
> smtpd_recipient_restrictions = reject_non_fqdn_sender,
> reject_non_fqdn_recipient,reject_unknown_sender_domain,
> reject_unknown_recipient_domain,reject_unauth_pipelining,
> permit_mynetworks,
> reject_unauth_destination,

Move permit_mynetworks to first position, followed by
reject_unauth_destination, then other checks...

Also, remove reject_unauth_pipelining from here, it does nothing -
consider using it under smtpd_data_restrictions

--

Best regards,

Charles