Forum Moderators: phranque

Message Too Old, No Replies

HTML E-mails won't display properly in Live Mail

         

jpmadmin

11:27 am on Jul 18, 2011 (gmt 0)

10+ Year Member



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>

Hoople

2:42 pm on Jul 18, 2011 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



The 'Date', 'From' and 'Subject' are client created headers NOT server (Postfix) created. The 'Subject' in the SPAM report you posted may have been added by the server - check you sending configurations.

You need to build those headers into your sending mechanism and ensure they are filled out with 7-bit ascii text.

jpmadmin

3:00 pm on Jul 18, 2011 (gmt 0)

10+ Year Member



Thanks for the prompt response !

I'm updating the Postfix Config file /etc/postfix/main.cf

I'm new. How do I:

1) "Check my sending configurations" ?

2) "build those headers into your sending mechanism and ensure they are filled out with 7-bit ascii text. " ?

3) Make sure that "dovecot" is running OK ?