This is the header file of an email my mail server is sending out (non production):
I have the following control files in /var/qmail/control:
helohost = mailer.mydomain.com
localiphost = mailer.mydomain.com
idhost = mailer.mydomain.com
The problem is that when I send out an email I get (1) an unknown line (in bold above) in the email header, (2) the mail server name remains unchanged and (3) the local ip is not replaced. Qmail has been restarted multiple times and all files in the directory are chmod 644 and owned by root:root. Why isn't the header changing according to the control files? Thanks for your help.
Paul
Work on Windows, play on Linux.
Code:
Delivered-To: user@hotmail.com
Received: by 10.38.163.6 with SMTP id l6cs4537rne;
Thu, 2 Sep 2004 19:30:17 -0700 (PDT)
Received: by 10.38.1.79 with SMTP id 79mr2839790rna;
Thu, 02 Sep 2004 19:30:17 -0700 (PDT)
Return-Path: <user@mydomain.com>
Received: from mydomain.com ([151.126.167.88])
by mx.hotmail.com with ESMTP id 79si2452003rnc;
Thu, 02 Sep 2004 19:30:17 -0700 (PDT)
X-SPF-Guess: fail 151.126.167.88:user@mydomain.com:mydomain.com
Received: (qmail 1872 invoked by uid 1004); 2 Sep 2004 22:30:08 -0400
[b]Received: from unknown (HELO mycomputer.mydomain.com) (192.168.20.210)[/b]
by mycomputer.mydomain.com with SMTP; 2 Sep 2004 22:30:08 -0400
X-Originating-IP: [192.168.20.210]
From: "Test User" <user@mydomain.com>
To: user@hotmail.com
Subject: Test 10
Date: Thu, 02 Sep 2004 22:30:08 -0400
Message-ID: <20040902.RGb.21848900@mycomputer.mydomain.com>
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
Content-Disposition: inline
X-Mailer: AngleMail for eGroupWare ([URL unfurl="true"]http://www.egroupware.org)[/URL] v 1.0.0.004
Test again
I have the following control files in /var/qmail/control:
helohost = mailer.mydomain.com
localiphost = mailer.mydomain.com
idhost = mailer.mydomain.com
The problem is that when I send out an email I get (1) an unknown line (in bold above) in the email header, (2) the mail server name remains unchanged and (3) the local ip is not replaced. Qmail has been restarted multiple times and all files in the directory are chmod 644 and owned by root:root. Why isn't the header changing according to the control files? Thanks for your help.
Paul
Work on Windows, play on Linux.