Nicklas,
> This is how the received line looks like:
>
> Feb 7 14:31:49 server1.example.com
> /usr/local/sbin/amavisd[2005]: (02005-35)
> QMQPqq::10628 : <[EMAIL PROTECTED]> -> <[EMAIL PROTECTED]>
> Received: from unknown ([127.10.10.10]) by localhost
> (server1.example.com [127.10.10.10]) (amavisd-new, port 10628)
> id 02005-35 for <[EMAIL PROTECTED]>;
> Wed, 7 Feb 2007 14:31:49 +0100 (CET)
>
> However, there is no trace of the ip beeing reversed in the received line??
The log line above is based on information passed to amavisd
from Net::Server through $prop->{peeraddr}. This string
is not modified by amavisd, just copied to places as-is,
so it appears the Net::Server gets the byte order incorrectly
from the connecting socket.
Which version of Perl? Which version of Net::Server?
What is the platform (processor type, OS, 32/64-bit OS)?
Mark
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/