tir, 26.07.2005 kl. 11.36 skrev Tony Earnshaw:

> > > You need to use XCLIENT instead of XFORWARD in your connection
> > > to Postfix, to simulate a smtp client IP address.
> > 
> > Exactly the same happens when I use XCLIENT ... amavid-new still sends
> > mail to 10026 istead of 10025.
> 
> This is not correct, sorry for the noise.
> 
> "The system" seems to recognize 192.168.1.10 as a $mynetworks" or local
> IP.When I used XCLIENT with "xclient addr=195.127.1.125 name=sqm.intern
> proto=esmtp", amavisd-new recognized the origin as foreign and sent the
> message to port 10025, as documented.
> 
> Back to the drawing board - 192.168.1.10 should not be recognized as a
> local address ...

Ok, solved:

# @mynetworks = qw( 127.0.0.0/8 ::1 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16 );
@mynetworks = qw( 127.0.0.0/8 192.168.0.0/24 );

For mark M's information, XFORWARD works as well ...

--Tonni

-- 
mail: [EMAIL PROTECTED]
http://www.billy.demon.nl




-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
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