Authenticate seems to happen
wait a minute, it either does or doesn't happen.
but when it does not see the destination domain in HOSTS it fails then gives, in this instance, 'yasmine-bleeth.com not a gateway' error... Shouldn't it override the HOSTS if SMTP AUTH was successful?
of course.
EHLO xor.wyndows.comThis log line means that NO SMTP AUTH has been attempted.
01:25 11:03 SMTPD(00370460) [208.45.107.97] EHLO xor.wyndows.com
250-rleeheath.com says hello
250-SIZE 0
250-8BITMIME
250-DSN
250-ETRN
250-AUTH LOGIN PLAIN CRAM-MD5
250-AUTH=LOG
MAIL FROM:<[EMAIL PROTECTED]>
250 ok
01:25 11:03 SMTPD(00370460) [208.45.107.97] MAIL FROM:<[EMAIL PROTECTED]>
DATA
354 ok, send it; end with <CRLF>.<CRLF>
RCPT TO:<[EMAIL PROTECTED]>
01:25 11:03 SMTPD(00370460) [208.45.107.97] RCPT TO:<[EMAIL PROTECTED]>
[x] looking up yasmine-bleeth.com in HOSTS
550 not local host yasmine-bleeth.com, not a gateway
Here's what you are looking for when searching for SMTP AUTH attempts + success/fail, as seen from Eudora's log sending to Imail:
580 64:0.0 Rcvd: "220 X1 NT-ESMTP Server ms1.meiway.com (IMail 6.06 20774-1)\r\n"
580 32:0.0 Sent: "EHLO tx0-go2france-c.Go2France.com\r\n"
580 64:0.0 Rcvd: "250-ms1.meiway.com says hello\r\n"
580 64:0.0 Rcvd: "250-SIZE 0\r\n"
580 64:0.0 Rcvd: "250-8BITMIME\r\n"
580 64:0.0 Rcvd: "250-DSN\r\n"
580 64:0.0 Rcvd: "250-ETRN\r\n"
580 64:0.0 Rcvd: "250-AUTH LOGIN CRAM-MD5\r\n"
580 64:0.0 Rcvd: "250-AUTH=LOGIN\r\n"
580 64:0.0 Rcvd: "250 EXPN\r\n"
580 32:0.0 Sent: "AUTH CRAM-MD5\r\n"
580 64:0.0 Rcvd: "334 PDE4MjcM2E4NkBtczE+\r\n"
580 32:0.0 Sent: "TENvbnJhZEBUxMzBkODg4YWZjMTZhNmIxYmE3ZmQ2\r\n"
580 64:0.1 Rcvd: "235 authenticated\r\n"
you can see the SMTP AUTH occurs before MAIL FROM:
The Imail snippet you showed had no SMTP AUTH attempt. the client is failing to initiate it. fix the client, not Imail.
here's the key imail log line to look for:
01:11 00:25 SMTPD(000000B2) Authenticated [EMAIL PROTECTED], session treated as local.
Len
To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/
