Thomas, > > > > Can someone give me a little hint where to get this info > > > from while being in process_smtp_request()? > > > > "this info" -> [123.45.67.89]:25 > > After XFORWARD has been received, the information is in: > $msginfo->client_addr > $msginfo->client_port
You mean your own IP address? See 'package Amavis::In::Connection', such info is stored in $conn->socket_ip and $conn->socket_port. Mark ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ 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/
