how to bypass spamcheck for some outside ip range?

Nick Rosier nick.rosier at gmail.com
Sat Sep 29 18:54:40 CEST 2012


Bulent Malik wrote:
> Hello
>
> I read  http://www200.pair.com/mecham/spam/bypassing.html#6
>
> When i apply to my server , it Works well.  But i want to define some source
> ip range which i trust them.
> I want amavis to by pass spam check for some source ip addresses.
IP-addresses are checked with 'check_client_access' 
(http://www.postfix.org/postconf.5.html#check_client_access)

smtpd_client_restrictions = check_client_access 
hash:/etc//postfix///client_access/

I gues you could put something in like

1.2.3  FILTER <your-bypass-filter>
4.5     FILTER <your-bypass-filter>

Haven't tried this but guess it should work :-)

N.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.amavis.org/pipermail/amavis-users/attachments/20120929/6a1c974d/attachment.html>


More information about the amavis-users mailing list