From: Noel Jones on
On 4/24/2010 4:28 AM, Oliver Schinagl wrote:
> Noel, Thanks again so much for all the great advice. I have since worked in your changes (I have omitted the relay_recipients_maps for now, as I have to device a scheme to synchronize my alias table between various domains).
>
> Here is my currenet postconf -n, any other pointers would be great. I will update the article I wrote next week to reflect these changes once I'm sure it all works as expected. Thanks again everybody else that helped too!
>
> smtpd_client_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_rbl_client zen.spamhaus.org, reject_rbl_client cbl.abuseat.org, reject_rbl_client bl.spamcop.net

cbl is included in zen, so you should remove it.

smtpd_client_restrictions =
permit_mynetworks,
permit_sasl_authenticated,
reject_rbl_client zen.spamhaus.org,
reject_rbl_client bl.spamcop.net

Other than that, no glaring errors.


-- Noel Jones