View Single Post
  #9 (permalink)  
Old 11-08-2007, 04:19 AM
preem preem is offline
Active Member
 
Posts: 29
Default

Nice find.

I tried it myself, was also affected by the mentioned bug so editing postfix_recipient_restrictions.cf solves this problem.

But another one arises in my example. Lots of false-negatives or what is it called, i am no spam expert, sorry for that. Anyways, lots of messages rejected, even from well known hosts like google's gmail. I can't get it whitelisted using zen.

I tried adding whole domain whitelisted in amavisd.conf.in with:
'gmail.com' => -5.0,

and according to wiki, to salocal.cf.in with lines:
whitelist_from *.google.com
whitelist_from *@gmail.com

and other variants with wildcards, none of them work.

Am i missing something or have i chosen the wrong path? How its done?

Thanks
Reply With Quote