This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

mail send via Website not delivered by ASL

mail send via Website not delivered by ALS.

This is what the smtp relay log says:

2004-Mar 30 12:59:42 fw exim[19231]: 2004-03-30 12:59:42 1B8Gy6-00050B-PE H=(s538.123.com) [xxx.xxx.xxx.xx] F= rejected after DATA: malformed address: ; may not follow user1@test.com: failing address in "To" header is: user1@test.com;
2004-Mar 30 12:59:42 fw exim[19231]: [1\17] 2004-03-30 12:59:42 1B8Gy6-00050B-PE H=(s538.123.com) [xxx.xxx.xxx.xx] F= rejected after DATA: malformed address: ; may not follow user1@test.com: failing address in "To" header is: user1@test.com;
2004-Mar 30 12:59:42 fw exim[19231]: [2\17] Envelope-from: 
2004-Mar 30 12:59:42 fw exim[19231]: [3\17] Envelope-to: 
2004-Mar 30 12:59:42 fw exim[19231]: [4\17]     
2004-Mar 30 12:59:42 fw exim[19231]: [5\17] P Received: from [xxx.xxx.xxx.xx] (helo=s538.123.com)
2004-Mar 30 12:59:42 fw exim[19231]: [6\17] ^Iby fw.test.com with esmtp (Exim 4.22)
2004-Mar 30 12:59:42 fw exim[19231]: [7\17] ^Iid 1B8Gy6-00050B-PE; Tue, 30 Mar 2004 12:59:42 +0200
2004-Mar 30 12:59:42 fw exim[19231]: [8\17] P Received: by s538.123.com (Postfix, from userid 99)
2004-Mar 30 12:59:42 fw exim[19231]: [9\17] ^Iid 8292223A7C; Tue, 30 Mar 2004 12:59:41 +0200 (MEST)
2004-Mar 30 12:59:42 fw exim[19231]: [10\17] T To: user1@test.com;user2@test.com
2004-Mar 30 12:59:42 fw exim[19231]: [11\17]   Subject: Bla bla blabla
2004-Mar 30 12:59:42 fw exim[19231]: [12\17]   X-PHP-CW-User: user3
2004-Mar 30 12:59:42 fw exim[19231]: [13\17] F From: helpdesk@example.com
2004-Mar 30 12:59:42 fw exim[19231]: [14\17] R Reply-To: helpdesk@example.com
2004-Mar 30 12:59:42 fw exim[19231]: [15\17]   X-Mailer: PHP/4.3.4
2004-Mar 30 12:59:42 fw exim[19231]: [16\17] I Message-Id: ?.8292223A7C@s538.123.com>
2004-Mar 30 12:59:42 fw exim[19231]: [17/17]   Date: Tue, 30 Mar 2004 12:59:41 +0200 (MEST)
2004-Mar 30 13:04:12 fw exim[20181]: 2004-03-30 13:04:12 Start queue run: pid=20181
2004-Mar 30 13:04:12 fw exim[20181]: 2004-03-30 13:04:12 End queue run: pid=20181


Anybody knows what is going wrong here?     


This thread was automatically locked due to age.
Parents
  • Old vaudville joke:

    "I went to see my doctor; I said, 'Doc, it hurts when I do THIS'.

    He said: 'Don't do THIS!'"

    The Exim proxy does not like the trailing semicolon that your mail client (Outlook?) has added. Just don't use trailing semicolons is the most practical solution.

    Is the mail message entering or exiting the proxy?
  • Thnx, for the information,  it was a PHP script with sendmail  so i asked them to check the syntax of the sendmail command,  and so far nothing heard of them. So I think and hope that it is solved.  
Reply
  • Thnx, for the information,  it was a PHP script with sendmail  so i asked them to check the syntax of the sendmail command,  and so far nothing heard of them. So I think and hope that it is solved.  
Children