OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: Confusing 'Received' Header

From: Wietse Venema (wietseporcupine.org)
Date: Tue Jun 01 2004 - 19:02:17 CDT


Andrew Boothman:
> Hi!
>
> For some reason connections to a postfix 2.1.1 box running on my lan
> from a host called spatula.flat seem to have a confusing Received header
> added.
>
> Once such example is:
>
> Received: from [127.0.0.1] (spatula.flat [192.168.0.2])

[127.0.0.1] is the client HELO or EHLO command parameter.

[192.168.0.2] is the client IP address.

spatula.flat is the hostname for [192.168.0.2].

        Wietse