PDA

View Full Version : received-header: by localhost 127.0.0.1


laura-sophie04
12th January 2008, 10:25
Hey,

i have an problem:
My Header from all in- and outgoing mails are:

Received: from localhost (localhost [127.0.0.1])
by mail.gapon.de (Postfix) with ESMTP id 1E4057E423D
for <juliane_zeiger@web.de>; Thu, 10 Jan 2008 09:32:08 +0100 (CET)

or this, when binding postfix, amavisd-new to a local ip (192.168.1.98):

from localhost (mail.gapon.de [192.168.1.98])
by mail.gapon.de (Postfix) with ESMTP id 43A2B2B82ED
for <fk@mail2.ctbox.net>; Sat, 12 Jan 2008 10:22:51 +0100 (CET)

In other mails, from t-online.de are:

Received: from mailin26.aul.t-online.de (mailin26.aul.t-online.de [172.20.26.77])
by mhead503 with LMTP; Wed, 09 Jan 2008 19:33:38 +0100

Why postfix or amavisd-new write localhost to the header from? And not mail.gapon.de, or a other domain?

Many Thanks,

laura sophie

falko
13th January 2008, 13:04
Please try this:
postconf -e 'myorigin = mail.gapon.de'
/etc/init.d/postfix restart

w_anup
20th February 2008, 10:23
hello falko

i i tried it with postconf -e 'myorigin = mail.gapon.de' command
but still the headers are showing localhost (localhost [127.0.0.1])
and because of this localhost header when i am trying to send mail to yahoo users it is going to bulk mail folder
is there any other solution to this problem.
plz help me out ....

Anup

falko
21st February 2008, 17:11
What's the output of telnet localhost 25?