Okay, I've googled this and gotten nowhere.
For some reason, when I send an email from our web server (using PHPmailer), to our mail server (MDaemon 7.0.1), the mail server accepts the message for delivery, and then immediately dumps the message in the "bad" queue, as if it didn't know what to do with it.
The cuts below show MDaemon's log of the mail being received, and the mail headers generated by the PHPmailer.
Server Log
Thu 2006-03-09 16:16:32: Session 1062; child 1; thread 904
Thu 2006-03-09 16:16:32: Accepting SMTP connection from [203.23.196.247 : 4201]
Thu 2006-03-09 16:16:32: --> 220 travelclub.com.au ESMTP MDaemon 7.0.1; Thu, 09 Mar 2006 16:16:32 +1100
Thu 2006-03-09 16:16:32: <-- EHLO www.travelclub.com.au
Thu 2006-03-09 16:16:32: --> 250-travelclub.com.au Hello www.travelclub.com.au, pleased to meet you
Thu 2006-03-09 16:16:32: --> 250-ETRN
Thu 2006-03-09 16:16:32: --> 250-AUTH=LOGIN
Thu 2006-03-09 16:16:32: --> 250-AUTH LOGIN CRAM-MD5
Thu 2006-03-09 16:16:32: --> 250-8BITMIME
Thu 2006-03-09 16:16:32: --> 250 SIZE 0
Thu 2006-03-09 16:16:32: <-- MAIL FROM:<btcweb@travelclub.com.au>
Thu 2006-03-09 16:16:32: --> 250 <btcweb@travelclub.com.au>, Sender ok
Thu 2006-03-09 16:16:32: <-- RCPT TO:<email101@travelclub.com.au>
Thu 2006-03-09 16:16:32: --> 250 <email101@travelclub.com.au>, Recipient ok
Thu 2006-03-09 16:16:32: <-- DATA
Thu 2006-03-09 16:16:32: Creating temp file (SMTP): c:\mdaemon\temp\md50000020789.tmp
Thu 2006-03-09 16:16:32: --> 354 Enter mail, end with <CRLF>.<CRLF>
Thu 2006-03-09 16:16:32: Message creation successful: c:\mdaemon\inbound\md50000000153.msg
Thu 2006-03-09 16:16:32: --> 250 Ok, message saved <Message-ID: <2f1af022f9001e87d32e1f02c8403552@www.tr avelclub.com.au>>
Thu 2006-03-09 16:16:32: <-- quit
Thu 2006-03-09 16:16:32: --> 221 See ya in cyberspace
Thu 2006-03-09 16:16:32: SMTP session successful (Bytes in/out: 1444/476)
Thu 2006-03-09 16:16:32: ----------
Mail Headers
Return-path: <btcweb@travelclub.com.au>
Received: from www.travelclub.com.au
by travelclub.com.au (travelclub.com.au)
(MDaemon.PRO.v7.0.1.R)
with ESMTP id pd50000000153.msg
for <chastings@travelclub.com.au>; Thu, 09 Mar 2006 16:16:35 +1100
Date: Thu, 9 Mar 2006 16:16:32 +1100
To: "RENEE DAWSON" <chastings@travelclub.com.au>
From: Breakaway Travelclub <btcweb@travelclub.com.au>
Subject: Your membership has expired. Renew now!
Message-ID: <MDAEMON-F200603091616.AA1635265pd800000 02899@travelclub.com.au>
X-Priority: 3
X-Mailer: PHPMailer [version 1.73]
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Content-Type: text/html; charset="iso-8859-1"
X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11)
X-Spam-Report:
* 0.8 HTML_30_40 BODY: Message is 30% to 40% HTML
* 0.1 MIME_HTML_ONLY BODY: Message only has text/html MIME parts
* 0.0 HTML_MESSAGE BODY: HTML included in message
* 1.7 HTML_MIME_NO_HTML_TAG HTML-only message, but there is no HTML tag
X-Spam-Status: No, hits=2.6 required=5.0 tests=HTML_30_40,HTML_MESSAGE,
HTML_MIME_NO_HTML_TAG,MIME_HTML_ONLY autolearn=no version=2.63
X-Spam-Level: **
X-Spam-Processed: travelclub.com.au, Thu, 09 Mar 2006 16:16:35 +1100
(not processed: message from valid local sender)
X-MDRcpt-To: email101@travelclub.com.au
X-Rcpt-To: email101@travelclub.com.au
X-Return-Path:
Precedence: bulk
X-MDMailing-List: email101@travelclub.com.au
X-MDSend-Notifications-To: [trash]
X-MDaemon-Deliver-To: chastings@travelclub.com.au
Hello RENEE,<br />
......
Any ideas, anyone?
x-posted to
php and
webdev
For some reason, when I send an email from our web server (using PHPmailer), to our mail server (MDaemon 7.0.1), the mail server accepts the message for delivery, and then immediately dumps the message in the "bad" queue, as if it didn't know what to do with it.
The cuts below show MDaemon's log of the mail being received, and the mail headers generated by the PHPmailer.
Server Log
Thu 2006-03-09 16:16:32: Session 1062; child 1; thread 904
Thu 2006-03-09 16:16:32: Accepting SMTP connection from [203.23.196.247 : 4201]
Thu 2006-03-09 16:16:32: --> 220 travelclub.com.au ESMTP MDaemon 7.0.1; Thu, 09 Mar 2006 16:16:32 +1100
Thu 2006-03-09 16:16:32: <-- EHLO www.travelclub.com.au
Thu 2006-03-09 16:16:32: --> 250-travelclub.com.au Hello www.travelclub.com.au, pleased to meet you
Thu 2006-03-09 16:16:32: --> 250-ETRN
Thu 2006-03-09 16:16:32: --> 250-AUTH=LOGIN
Thu 2006-03-09 16:16:32: --> 250-AUTH LOGIN CRAM-MD5
Thu 2006-03-09 16:16:32: --> 250-8BITMIME
Thu 2006-03-09 16:16:32: --> 250 SIZE 0
Thu 2006-03-09 16:16:32: <-- MAIL FROM:<btcweb@travelclub.com.au>
Thu 2006-03-09 16:16:32: --> 250 <btcweb@travelclub.com.au>, Sender ok
Thu 2006-03-09 16:16:32: <-- RCPT TO:<email101@travelclub.com.au>
Thu 2006-03-09 16:16:32: --> 250 <email101@travelclub.com.au>, Recipient ok
Thu 2006-03-09 16:16:32: <-- DATA
Thu 2006-03-09 16:16:32: Creating temp file (SMTP): c:\mdaemon\temp\md50000020789.tmp
Thu 2006-03-09 16:16:32: --> 354 Enter mail, end with <CRLF>.<CRLF>
Thu 2006-03-09 16:16:32: Message creation successful: c:\mdaemon\inbound\md50000000153.msg
Thu 2006-03-09 16:16:32: --> 250 Ok, message saved <Message-ID: <2f1af022f9001e87d32e1f02c8403552@www.tr
Thu 2006-03-09 16:16:32: <-- quit
Thu 2006-03-09 16:16:32: --> 221 See ya in cyberspace
Thu 2006-03-09 16:16:32: SMTP session successful (Bytes in/out: 1444/476)
Thu 2006-03-09 16:16:32: ----------
Mail Headers
Return-path: <btcweb@travelclub.com.au>
Received: from www.travelclub.com.au
by travelclub.com.au (travelclub.com.au)
(MDaemon.PRO.v7.0.1.R)
with ESMTP id pd50000000153.msg
for <chastings@travelclub.com.au>; Thu, 09 Mar 2006 16:16:35 +1100
Date: Thu, 9 Mar 2006 16:16:32 +1100
To: "RENEE DAWSON" <chastings@travelclub.com.au>
From: Breakaway Travelclub <btcweb@travelclub.com.au>
Subject: Your membership has expired. Renew now!
Message-ID: <MDAEMON-F200603091616.AA1635265pd800000
X-Priority: 3
X-Mailer: PHPMailer [version 1.73]
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Content-Type: text/html; charset="iso-8859-1"
X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11)
X-Spam-Report:
* 0.8 HTML_30_40 BODY: Message is 30% to 40% HTML
* 0.1 MIME_HTML_ONLY BODY: Message only has text/html MIME parts
* 0.0 HTML_MESSAGE BODY: HTML included in message
* 1.7 HTML_MIME_NO_HTML_TAG HTML-only message, but there is no HTML tag
X-Spam-Status: No, hits=2.6 required=5.0 tests=HTML_30_40,HTML_MESSAGE,
HTML_MIME_NO_HTML_TAG,MIME_HTML_ONLY autolearn=no version=2.63
X-Spam-Level: **
X-Spam-Processed: travelclub.com.au, Thu, 09 Mar 2006 16:16:35 +1100
(not processed: message from valid local sender)
X-MDRcpt-To: email101@travelclub.com.au
X-Rcpt-To: email101@travelclub.com.au
X-Return-Path:
Precedence: bulk
X-MDMailing-List: email101@travelclub.com.au
X-MDSend-Notifications-To: [trash]
X-MDaemon-Deliver-To: chastings@travelclub.com.au
Hello RENEE,<br />
......
Any ideas, anyone?
x-posted to
php and
webdev