Hello Everyone,
 
One of our domains is having a serious problem sending mail from a ASP application to our Imail 7.07 installation.  We've tried Jmail, OCXMail, SimpleMail 2, ASPMail, Bamboo Mail, and CDONTS.  The only one that seems to work is CDONTS, but we try and not use it since it doesn't always seem completely reliable when running on the same box as IMail.  Yes, we've done the port change and such to make it work on the same box.  For relay we have it set to relay for addresses only and all the IPs on the box are listed has allowed. 
 
If we use Jmail we get:
 
jmail.SMTPMail error '80000ffff'
The message was undeliverable. All servers failed to receive the message.
 
If we use OCXMail the client gets her copy of the email but the copy going to her customer never shows, her email address is on the IMail installation on the same box.  we get this error:
 
Microsoft VBScript runtime error '800a01b6'
Object doesn't support this property or method: 'Mailer.Send'
 
After talking to a tech from the ASP application vendor about this he sent me this:
 
SimpleMail.smtp.2 error '80020009'
ERROR in SendMail Transaction ERROR in response to RCPT TO:
[EMAIL PROTECTED] should be 250 ResponseBuf: 550 not local host lagarde.com, not a gateway This appears to be an actual error returned from the SMTP server, but I couldn't actually find enough documentation on the internet to pinpoint the exact cause.  I suspect, though, that the error is occurring because the SMTP server for this site hasn't been configured to allow the sending of email to non-hosted domains.  This would also explain why your client receives email to herself, but the email to external email addresses is not sent.
Looking in the logs I found this error which looks strange to me, it's like IMail won't send outside the box for this domain/IP.
 
04:23 20:48 SMTPD(00770542) [209.25.237.133] HELO Flash90
04:23 20:48 SMTPD(00770542) [209.25.237.133] MAIL FROM: [EMAIL PROTECTED]
04:23 20:48 SMTPD(00770542) [209.25.237.133] RCPT TO: [EMAIL PROTECTED]
04:23 20:48 SMTPD(00770542) [209.25.237.133] ERR mail.4businesshosting.com invalid user TO: [EMAIL PROTECTED]
04:23 20:48 SMTP-(000007E0) processing d:\IMail\spool\Q00ef00370550c939.SMD
04:23 20:48 SMTP-(000007E0) ldeliver accessoriesplus.com jsalsman-main (1) [EMAIL PROTECTED] 1195
04:23 20:48 SMTP-(000007E0) ldeliver accessoriesplus.com orders-main (1) [EMAIL PROTECTED] 1195
04:23 20:48 SMTP-(000007E0) finished d:\IMail\spool\Q00ef00370550c939.SMD status=1
 
04:23 22:28 SMTPD(007404EE) [66.40.135.186] connect 66.189.58.123 port 5374
04:23 22:28 SMTPD(007404EE) [66.189.58.123] HELO www.DNSstuff.com
04:23 22:28 SMTPD(007404EE) [66.189.58.123] MAIL FROM: <>
04:23 22:28 SMTPD(007404EE) [66.189.58.123] RCPT TO: <[EMAIL PROTECTED]>
04:23 22:28 SMTPD(007404EE) [66.189.58.123] RCPT TO: <[EMAIL PROTECTED]>
04:23 22:28 SMTPD(007404EE) [66.189.58.123] RCPT TO: <[EMAIL PROTECTED]>
04:23 22:28 SMTPD(007404EE) [66.189.58.123] ERR mail.4businesshosting.com invalid user <[EMAIL PROTECTED]
 
Any ideas?
 
If you've actually got this far, Thanks!
 
Mike Achenbach

Reply via email to