View Single Post
  #7  
Old November 21st, 2008, 04:50 AM
csaba911 csaba911 is offline
Registered User
 
Join Date: Nov 2008
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
csaba911 is on a distinguished road
All right a quick update for all those that were trying to make changes in SA Mail and hash:/etc/postfix/main.cf . The problem that I was having was I installed several junkmail servers in my Relay rejections servers. Then later removed then only to keep one which was zen.spamhaus.org. Now all though everything looks great in SA GUI . Things don't look as well in the postfix file. It just didn't update my new settings correctly.
In particular the following line:

this is wrong and not working:

#smtpd_client_restrictions = permit_mynetworks dnsbl.sorbs.net reject_rbl_client zen.spamhaus.org permit

this is the corrected /etc/postfix/main.cf entry

smtpd_client_restrictions = permit_mynetworks reject_rbl_client zen.spamhaus.org permit


Cool another thread where I am giving the answer to myself. Thank you so much for Kees effort and help.

Csaba
Reply With Quote