I am using a 3rd party webmail called dwmail. currently we have it setup using phpmail() to send email. there is a option in the software to have it connect to smtp and send the mail.
Now we have assp spam protection on the server and need to have all email go through the smtp for whitelisting purposes. I have tried to use smtp mode and i get the following error message:
This is what our dwmail system says:
Code:Your server reported: Your server reported: 'HELO to SMTP server failed Could not set From address Could not send header and body of message'
each time we try to send an email our exim mainlog reports this message:
and our maillog reports we logged in shown here:Code:2008-03-04 16:27:30 H=(localhost) [127.0.0.1] Warning: Sender rate 167.0 / 1h 2008-03-04 16:27:30 SMTP connection from (localhost) [127.0.0.1] lost while reading message data (header)
to me everything looks to be ok, but for some reason we are getting that message in dwmail.Code:Mar 4 16:28:55 a1 imapd: LOGIN, user=tim@datacommus.com, ip=[::ffff:127.0.0.1], protocol=IMAP Mar 4 16:28:55 a1 imapd: LOGOUT, user=tim@datacommus.com, ip=[::ffff:127.0.0.1], headers=0, body=0, rcvd=1105, sent=809, time=0 Mar 4 16:28:55 a1 imapd: LOGIN, user=tim@datacommus.com, ip=[::ffff:127.0.0.1], protocol=IMAP Mar 4 16:28:55 a1 imapd: LOGOUT, user=tim@datacommus.com, ip=[::ffff:127.0.0.1], headers=0, body=0, rcvd=471, sent=1220, time=0 Mar 4 16:28:57 a1 imapd: LOGIN, user=tim@datacommus.com, ip=[::ffff:127.0.0.1], protocol=IMAP Mar 4 16:28:57 a1 imapd: LOGOUT, user=tim@datacommus.com, ip=[::ffff:127.0.0.1], headers=0, body=0, rcvd=169, sent=1114, time=0 Mar 4 16:28:57 a1 imapd: LOGIN, user=tim@datacommus.com, ip=[::ffff:127.0.0.1], protocol=IMAP Mar 4 16:28:57 a1 imapd: LOGOUT, user=tim@datacommus.com, ip=[::ffff:127.0.0.1], headers=0, body=0, rcvd=471, sent=1220, time=0
Please help if you can. Thanks in advance.



LinkBack URL
About LinkBacks
Reply With Quote




