Hi,
I'm trying to configure a New Dedicated Server on CentOS 5 / Apache (hosted by GoDaddy) to send out basic HTML E-mails.
The PHP works 100% on a Shared Server @ GoDaddy and the E-mails are fine.
The same PHP on the New Dedicated Server seems to mess up the E-mail header and it's not sending: "From", "Date", etc.
It seems my Postfix configuration may be wrong ?
Your help is greatly appreciated.
Below is the E-mail feedback I receive:
Received: (qmail 26173 invoked from network); 17 Jul 2011 00:19:23 -0000
Received: from unknown (HELO x8xx.prod.phx3.secureserver.net) ([10.6.12.28]) (envelope-sender <apache@ip-208-#*$!-#*$!-#*$!.ip.secureserver.net>) by smtp22-02.prod.mesa1.secureserver.net (qmail-1.03) with SMTP for <tom@test.com>; 17 Jul 2011 00:19:23 -0000
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-IronPort-Anti-Spam-Result: AtcDAFsnIk7QbVA1dWdsb2JhbABSgwIBlXEBjhZ/AQwKCgkUAyLPDYEDBJdEQA
X-SpamFlt-Status: Spam
X-KASFlt-Status: {FROM: missing}
X-KASFlt-Status: {DATE: missed}
X-KASFlt-Status: {RECEIVED: dynamic ip detected}
X-KASFlt-Status: {Required headers missed}
X-KASFlt-Status: Method: headers
X-KASFlt-Status: DBG v.4. 1919, 701. R:1,128,128,128,1,128,1,128,0.
X-KASFlt-Status: Rate: 100
X-KASFlt-Status: Status: spam
X-KASFlt-Status: Envelope from:
X-KASFlt-Status: Profiles 23474 [Jul 16 2011]
X-KASFlt-Status: Version: 4.4.2 (May 26 2010 17:02:10)
Received: from p3plsmtpout003.prod.phx3.secureserver.net (HELO x04.prod.phx3.secureserver.net) ([208.#*$!.#*$!.#*$!]) by x8xx.prod.phx3.secureserver.net with SMTP; 16 Jul 2011 17:19:23 -0700
X-MimeOLE: Produced By Microsoft MimeOLE V6.1.7601.17609
Received: (qmail 23162 invoked from network); 17 Jul 2011 00:19:23 -0000
Received: from unknown (HELO ip-208-#*$!-#*$!-#*$!.ip.secureserver.net) (208.#*$!.#*$!.#*$!) by x04.prod.phx3.secureserver.net (208.#*$!.#*$!.#*$!) with SMTP; 17 Jul 2011 00:19:23 -0000
Received: by ip-208-#*$!-#*$!-#*$!.ip.secureserver.net (Postfix, from userid 48) id 1AFF61F3811E; Sat, 16 Jul 2011 20:18:06 -0400 (EDT)
To: <tom@test.com>,
<phil@test.com>
Subject: [! SPAM] Birthday Reminders for August
MIME-Version: 1.0
X-Nonspam: Statistical 64%
Content-type: text/html; charset=iso-8859-1
From: Birthday Reminder <birthday@test.com>
Message-Id: <20110717001806.1AFF61F3811E@ip-208-#*$!-#*$!-#*$!.ip.secureserver.net>
Date: Sat, 16 Jul 2011 20:18:06 -0400 (EDT)
<html>
<head>
<title>Birthday Reminders for August</title>
</head>
<body>
<p>Here are the birthdays upcoming in August!</p>
<table>
<tr>
<th>Person</th><th>Day</th><th>Month</th><th>Year</th>
</tr>
<tr>
<td>Joe</td><td>3rd</td><td>August</td><td>1970</td>
</tr>
<tr>
<td>Sally</td><td>17th</td><td>August</td><td>1973</td>
</tr>
</table>
</body>
</html>