Hello,

logwatch reports me a lot of lines like this:
Open relay? Nonlocal recips but, not originating.
I have found a howto to avoid this.
I have added the following lines to amavis.conf:
-----------------
  @mynetworks = qw( 127.0.0.0/8 [::1] [FE80::]/10 [FEC0::]/10 Server-IP1 
Server-IP2 );
$policy_bank{'MYNETS'} = {  originating => 1,
   os_fingerprint_method => undef,  # don't query p0f for internal clients
};
#An alternative is if postfix relays it to port 10026 it is flagged as
#originating=1 and you won't get the log message.
#http://lists.mikecappella.com/pipermail/logreporters/2009-July/000166.html
$interface_policy{'10030'} = 'ORIGINATING';
   originating => 1,  # declare that mail was submitted by our smtp client
   allow_disclaimers => 1,  # enables disclaimer insertion if available
-------------------
But the lines are still in my maillog.
What I am doing wrong?

with kind regards
Ralf

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
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