D
Doug
I hope someone can help me with this rather innocent setup problem
I am trying to connect to my remote smtp server and send the email
through it. However, I get a
"550 relaying mail to yestech.co.kr is not allowed"
error from outlook 2002.
I have checked the '...requires authentication' check box so I think
this might be more than a simple setting problem.
When I examine the OPMLog.log to see all SMTP activity, I find that
"auth login" command is missing from the session.
What's interesting is that if I try to send the same mail from Outlook
express that comes with Win2K it all works fine and the log reveals
that "auth login" and subsequent transactions are followed norm.
I am now thinking of reinstalling the whole program hopefully setting
outlook to outlook express like state. But, I think there must be a
way to avoid this brute force way.
Following is the excerpt from the OPMLog.log file that pertains to
SMTP:
{BEGIN
2004.02.03 17:28:11 Looking up handler for SMTP
2004.02.03 17:28:11 Creating proto handler
{8D2595E0-07C3-11D3-B8AF-00105A19CDC6}
2004.02.03 17:28:11 Initializing proto handler
{8D2595E0-07C3-11D3-B8AF-00105A19CDC6}
2004.02.03 17:28:11 ResourceObject [THIS: 001f01f8]: SendItem:
pCallback->Put
2004.02.03 17:28:11 Callback::ExecuteThread[THIS: 00186698]
(00001000) returns 00000000
2004.02.03 17:28:11 Callback::LogText[THIS: 00186698] (flags =
LTF_TRACE, hr = 00000000, code = 00000000,
2004.02.03 17:28:11 "CSMTPPutTask: Begin execution")
2004.02.03 17:28:11 Callback::LogText[THIS: 00186698] (flags =
LTF_TRACE, hr = 00000000, code = 00000000,
2004.02.03 17:28:11 "SMTP PH: Connecting to SMTP
server")
2004.02.03 17:28:11 Callback::ExecuteThread[THIS: 00186698]
(00001000) returns 00000000
2004.02.03 17:28:11 Callback::LogText[THIS: 00186698] (flags =
LTF_TRACE, hr = 00000000, code = 00000000,
2004.02.03 17:28:11 "SMTP: Finding host")
2004.02.03 17:28:11 Callback::LogText[THIS: 00186698] (flags =
LTF_TRACE, hr = 00000000, code = 00000000,
2004.02.03 17:28:11 "SMTP: Connecting to host")
2004.02.03 17:28:11 Callback::LogText[THIS: 00186698] (flags =
LTF_TRACE, hr = 00000000, code = 00000000,
2004.02.03 17:28:11 "SMTP: Connected to host")
2004.02.03 17:28:11 Callback::LogText[THIS: 00186698] (flags =
LTF_TRACE, hr = 00000000, code = 00000000,
2004.02.03 17:28:11 "SMTP: <rx> 220
tomts13.bellnexxia.net ESMTP server (InterMail vM.5.01.06.05
201-253-122-130-105-20030824) ready Tue, 3 Feb 2004 03:31:24 -0500")
2004.02.03 17:28:11 Callback::LogText[THIS: 00186698] (flags =
LTF_TRACE, hr = 00000000, code = 00000000,
2004.02.03 17:28:11 "SMTP: [tx] EHLO inspiron8000")
2004.02.03 17:28:12 Callback::LogText[THIS: 00186698] (flags =
LTF_TRACE, hr = 00000000, code = 00000000,
2004.02.03 17:28:12 "SMTP: <rx>
250-tomts13-srv.bellnexxia.net")
2004.02.03 17:28:12 Callback::LogText[THIS: 00186698] (flags =
LTF_TRACE, hr = 00000000, code = 00000000,
2004.02.03 17:28:12 "SMTP: <rx> 250-HELP")
2004.02.03 17:28:12 Callback::LogText[THIS: 00186698] (flags =
LTF_TRACE, hr = 00000000, code = 00000000,
2004.02.03 17:28:12 "SMTP: <rx> 250-PIPELINING")
2004.02.03 17:28:12 Callback::LogText[THIS: 00186698] (flags =
LTF_TRACE, hr = 00000000, code = 00000000,
2004.02.03 17:28:12 "SMTP: <rx> 250-DSN")
2004.02.03 17:28:12 Callback::LogText[THIS: 00186698] (flags =
LTF_TRACE, hr = 00000000, code = 00000000,
2004.02.03 17:28:12 "SMTP: <rx> 250-8BITMIME")
2004.02.03 17:28:12 Callback::LogText[THIS: 00186698] (flags =
LTF_TRACE, hr = 00000000, code = 00000000,
2004.02.03 17:28:12 "SMTP: <rx> 250 SIZE 10485760")
2004.02.03 17:28:12 Callback::LogText[THIS: 00186698] (flags =
LTF_TRACE, hr = 00000000, code = 00000000,
2004.02.03 17:28:12 "SMTP: Authorized to host")
2004.02.03 17:28:12 Callback::LogText[THIS: 00186698] (flags =
LTF_TRACE, hr = 00000000, code = 00000000,
2004.02.03 17:28:12 "SMTP: Connected to host")
2004.02.03 17:28:12 Callback::ReportStatus[THIS: 00186698]
(ulAsynchPhase = RSF_CONNECTED) Progress = 1/4
2004.02.03 17:28:12 Callback::LogText[THIS: 00186698] (flags =
LTF_TRACE, hr = 00000000, code = 00000000,
2004.02.03 17:28:12 "SMTP: [tx] MAIL FROM:
<[email protected]>")
2004.02.03 17:28:12 Callback::LogText[THIS: 00186698] (flags =
LTF_TRACE, hr = 00000000, code = 00000000,
2004.02.03 17:28:12 "SMTP: <rx> 250 Sender
<[email protected]> Ok")
2004.02.03 17:28:12 Callback::ReportStatus[THIS: 00186698]
(ulAsynchPhase = RSF_INPROGRESS) Progress = 2/5
2004.02.03 17:28:12 Callback::LogText[THIS: 00186698] (flags =
LTF_TRACE, hr = 00000000, code = 00000000,
2004.02.03 17:28:12 "SMTP: [tx] RCPT TO:
<[email protected]>")
2004.02.03 17:28:12 Callback::LogText[THIS: 00186698] (flags =
LTF_TRACE, hr = 00000000, code = 00000000,
2004.02.03 17:28:12 "SMTP: <rx> 550 relaying mail to
yestech.co.kr is not allowed")
2004.02.03 17:28:12 Callback::ReportStatus[THIS: 00186698]
(ulAsynchPhase = RSF_INPROGRESS) Progress = 3/6
2004.02.03 17:28:16 Callback::ReportStatus[THIS: 00186698]
(ulAsynchPhase = RSF_COMPLETED, hrStatus = 0x00000000)
2004.02.03 17:28:16 ResourceObject [THIS: 001f01f8]: Synch
operation completed
2004.02.03 17:34:37 ResourceObject [THIS: 0019b828]: Destroyed
2004.02.03 17:34:37 ResourceObject [THIS: 001f01f8]: Destroyed
2004.02.03 17:34:37 Resource manager terminated
END}
Thanks in advance,
Doug
I am trying to connect to my remote smtp server and send the email
through it. However, I get a
"550 relaying mail to yestech.co.kr is not allowed"
error from outlook 2002.
I have checked the '...requires authentication' check box so I think
this might be more than a simple setting problem.
When I examine the OPMLog.log to see all SMTP activity, I find that
"auth login" command is missing from the session.
What's interesting is that if I try to send the same mail from Outlook
express that comes with Win2K it all works fine and the log reveals
that "auth login" and subsequent transactions are followed norm.
I am now thinking of reinstalling the whole program hopefully setting
outlook to outlook express like state. But, I think there must be a
way to avoid this brute force way.
Following is the excerpt from the OPMLog.log file that pertains to
SMTP:
{BEGIN
2004.02.03 17:28:11 Looking up handler for SMTP
2004.02.03 17:28:11 Creating proto handler
{8D2595E0-07C3-11D3-B8AF-00105A19CDC6}
2004.02.03 17:28:11 Initializing proto handler
{8D2595E0-07C3-11D3-B8AF-00105A19CDC6}
2004.02.03 17:28:11 ResourceObject [THIS: 001f01f8]: SendItem:
pCallback->Put
2004.02.03 17:28:11 Callback::ExecuteThread[THIS: 00186698]
(00001000) returns 00000000
2004.02.03 17:28:11 Callback::LogText[THIS: 00186698] (flags =
LTF_TRACE, hr = 00000000, code = 00000000,
2004.02.03 17:28:11 "CSMTPPutTask: Begin execution")
2004.02.03 17:28:11 Callback::LogText[THIS: 00186698] (flags =
LTF_TRACE, hr = 00000000, code = 00000000,
2004.02.03 17:28:11 "SMTP PH: Connecting to SMTP
server")
2004.02.03 17:28:11 Callback::ExecuteThread[THIS: 00186698]
(00001000) returns 00000000
2004.02.03 17:28:11 Callback::LogText[THIS: 00186698] (flags =
LTF_TRACE, hr = 00000000, code = 00000000,
2004.02.03 17:28:11 "SMTP: Finding host")
2004.02.03 17:28:11 Callback::LogText[THIS: 00186698] (flags =
LTF_TRACE, hr = 00000000, code = 00000000,
2004.02.03 17:28:11 "SMTP: Connecting to host")
2004.02.03 17:28:11 Callback::LogText[THIS: 00186698] (flags =
LTF_TRACE, hr = 00000000, code = 00000000,
2004.02.03 17:28:11 "SMTP: Connected to host")
2004.02.03 17:28:11 Callback::LogText[THIS: 00186698] (flags =
LTF_TRACE, hr = 00000000, code = 00000000,
2004.02.03 17:28:11 "SMTP: <rx> 220
tomts13.bellnexxia.net ESMTP server (InterMail vM.5.01.06.05
201-253-122-130-105-20030824) ready Tue, 3 Feb 2004 03:31:24 -0500")
2004.02.03 17:28:11 Callback::LogText[THIS: 00186698] (flags =
LTF_TRACE, hr = 00000000, code = 00000000,
2004.02.03 17:28:11 "SMTP: [tx] EHLO inspiron8000")
2004.02.03 17:28:12 Callback::LogText[THIS: 00186698] (flags =
LTF_TRACE, hr = 00000000, code = 00000000,
2004.02.03 17:28:12 "SMTP: <rx>
250-tomts13-srv.bellnexxia.net")
2004.02.03 17:28:12 Callback::LogText[THIS: 00186698] (flags =
LTF_TRACE, hr = 00000000, code = 00000000,
2004.02.03 17:28:12 "SMTP: <rx> 250-HELP")
2004.02.03 17:28:12 Callback::LogText[THIS: 00186698] (flags =
LTF_TRACE, hr = 00000000, code = 00000000,
2004.02.03 17:28:12 "SMTP: <rx> 250-PIPELINING")
2004.02.03 17:28:12 Callback::LogText[THIS: 00186698] (flags =
LTF_TRACE, hr = 00000000, code = 00000000,
2004.02.03 17:28:12 "SMTP: <rx> 250-DSN")
2004.02.03 17:28:12 Callback::LogText[THIS: 00186698] (flags =
LTF_TRACE, hr = 00000000, code = 00000000,
2004.02.03 17:28:12 "SMTP: <rx> 250-8BITMIME")
2004.02.03 17:28:12 Callback::LogText[THIS: 00186698] (flags =
LTF_TRACE, hr = 00000000, code = 00000000,
2004.02.03 17:28:12 "SMTP: <rx> 250 SIZE 10485760")
2004.02.03 17:28:12 Callback::LogText[THIS: 00186698] (flags =
LTF_TRACE, hr = 00000000, code = 00000000,
2004.02.03 17:28:12 "SMTP: Authorized to host")
2004.02.03 17:28:12 Callback::LogText[THIS: 00186698] (flags =
LTF_TRACE, hr = 00000000, code = 00000000,
2004.02.03 17:28:12 "SMTP: Connected to host")
2004.02.03 17:28:12 Callback::ReportStatus[THIS: 00186698]
(ulAsynchPhase = RSF_CONNECTED) Progress = 1/4
2004.02.03 17:28:12 Callback::LogText[THIS: 00186698] (flags =
LTF_TRACE, hr = 00000000, code = 00000000,
2004.02.03 17:28:12 "SMTP: [tx] MAIL FROM:
<[email protected]>")
2004.02.03 17:28:12 Callback::LogText[THIS: 00186698] (flags =
LTF_TRACE, hr = 00000000, code = 00000000,
2004.02.03 17:28:12 "SMTP: <rx> 250 Sender
<[email protected]> Ok")
2004.02.03 17:28:12 Callback::ReportStatus[THIS: 00186698]
(ulAsynchPhase = RSF_INPROGRESS) Progress = 2/5
2004.02.03 17:28:12 Callback::LogText[THIS: 00186698] (flags =
LTF_TRACE, hr = 00000000, code = 00000000,
2004.02.03 17:28:12 "SMTP: [tx] RCPT TO:
<[email protected]>")
2004.02.03 17:28:12 Callback::LogText[THIS: 00186698] (flags =
LTF_TRACE, hr = 00000000, code = 00000000,
2004.02.03 17:28:12 "SMTP: <rx> 550 relaying mail to
yestech.co.kr is not allowed")
2004.02.03 17:28:12 Callback::ReportStatus[THIS: 00186698]
(ulAsynchPhase = RSF_INPROGRESS) Progress = 3/6
2004.02.03 17:28:16 Callback::ReportStatus[THIS: 00186698]
(ulAsynchPhase = RSF_COMPLETED, hrStatus = 0x00000000)
2004.02.03 17:28:16 ResourceObject [THIS: 001f01f8]: Synch
operation completed
2004.02.03 17:34:37 ResourceObject [THIS: 0019b828]: Destroyed
2004.02.03 17:34:37 ResourceObject [THIS: 001f01f8]: Destroyed
2004.02.03 17:34:37 Resource manager terminated
END}
Thanks in advance,
Doug