LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   retrieve ip of mail sender sent from gmail (https://www.linuxquestions.org/questions/linux-server-73/retrieve-ip-of-mail-sender-sent-from-gmail-906221/)

scream 10-03-2011 01:29 PM

retrieve ip of mail sender sent from gmail
 
is it possible to identify the real ip of a mail sender , sent from gmail?

rustek 10-03-2011 04:42 PM

Looking at the full header, the first (nearest the bottom) "Received: from" will show the first IP, in this case 63.231.175.123.

Code:

Received: from [192.168.1.154] ([63.231.175.123])
    by mx.google.com with ESMTPS id h13sm356821ybd.9.2011.09.05.21.57.30
    (version=TLSv1/SSLv3 cipher=OTHER);
    Mon, 05 Sep 2011 21:57:31 -0700 (PDT)



All times are GMT -5. The time now is 08:39 PM.