Dear Voilaine,

On Feb 16, 2010, at 11:52 AM, Violaine Grimly wrote:

> 
> We have a dual postfix setup (TCP/25 for external incoming, TCP/587 for 
> internal incoming) and dual paths into amavisd-new (TCP/587 uses a policy 
> bank with 'originating => 1').
> 
> With the last version of Amavisd-new (2.6.4), we now get lots of
> 
> Open relay? Nonlocal recips but not originating: x...@gmail.com
> 
> messages when forwarding incoming mail (from TCP/25) to the proper external 
> addresses.
> 
> How should we change our configuration to make those messages go away ?
> 

We had similar issues and if I remember right it was mynetworks_maps 
configuration option, that helped us out:
@mynetworks_maps = (read_array('/etc/postfix/mynetworks'), \...@mynetworks);
@client_ipaddr_policy = map { $_ => 'MYNETS' } @mynetworks_maps;

I believe that is extensively documented in RELEASE_NOTES for 2.6.4 version, so 
if my answer does not help you out, then release notes are your way out (and 
other amavis-user subscribers as well :)).

regards,
--
Jernej Porenta <jernej.pore...@arnes.si>
ARNES, Tehnološki park 18, p.p. 7, SI-1001 Ljubljana, Slovenia
tel: +386 1 479 8800, fax: +386 1 479 88 99


------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
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