Hi All,
I need to exempt header checks in amavis for particular senders/host
on 172.16.X.X
i have tried this:

###########
@mynetworks = qw( 127.0.0.0/8 [::1] [FE80::]/10 [FEC0::]/10
                  10.0.0.0/8 172.16.X.X );
$inet_socket_port = [10024, 10026];
 $policy_bank{'MYNETS'} = {  # mail originating from @mynetworks
   bypass_header_checks_maps => [1],  # don't header-check internal mail
 };

$interface_policy{'10026'} = 'MYNETS';

############

The last part is "SMTP client IP address is known (by XFORWARD command
from MTA) and it matches @mynetworks."

I need to know to i can implement the equivalent of XFORWARD command
for Postfix using Exim.


Thanks
Kerich.

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/amavis-user 
 AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 
 AMaViS-HowTos:http://www.amavis.org/howto/ 

Reply via email to