SMTP and email problems

W

Wilson T. Tonini

Hello,

We just installed PS2003 on a Windows Server 2003 machine without using AD
authentication.
When we publish a project (a test project) we have these errors on Event
Viewer:

Component: PjSvrUtl
File:
C:\Office\dev\project\WebClient\source\server\pjsvrutl\PjENAgent.cpp
Line:
524
Error Number: 0x80040211
Description: <Description><![CDATA[Assert
Detected. The error code was also included.]]></Description>

"

File: C:\Office\dev\project\WebClient\source\utility\pjsmtpemail.cpp
Line:
392
Error Number: 0x80040211
Description: <Description><![CDATA[Assert
Detected. The error code was also
included.]]></Description>
___________________________________

Description:
<Description><![CDATA[The message could not be sent to the SMTP server. The
transport error code was 0x800ccc6a. The server response was 451 See
http://pobox.com/~djb/docs/smtplf.html.
]]></Description>


"

Component: PjSvrUtl
File:
C:\Office\dev\project\WebClient\source\server\pjsvrutl\PjENAgent.cpp
Line:
524
Error Number: 0x80040211
Description: <Description><![CDATA[Assert
Detected. The error code was also included.]]></Description>

"

File: C:\Office\dev\project\WebClient\source\utility\pjsmtpemail.cpp
Line:
392
Error Number: 0x80040211
Description: <Description><![CDATA[Assert
Detected. The error code was also
included.]]></Description>
___________________________________

Description:
<Description><![CDATA[The message could not be sent to the SMTP server. The
transport error code was 0x800ccc6a. The server response was 451 See
http://pobox.com/~djb/docs/smtplf.html.
]]></Description>


"

I have checked out some forums and some answers were like "This is a problem
with your installation." But any help will be appreciated.

Thanks!!!
 
G

Gary L. Chefetz [MVP]

Wilson:

It looks like you're trying to point to an external SMTP server. What makes
you think you can relay messages through this server?
 
W

Wilson T. Tonini

Hello Gary,

This issue was fixed by reconfiguring some access parameters in the SMTP
server. But it was funny I could send messages by opening a command window
and running a telnet <server> 25.


Thanks,

Wilson
 
G

Gary L. Chefetz [MVP]

Wilson:

Wouldn't a telnet session cause the mail to originate from the SMTP server
itself, versus a mail relay? Totally different set of circumstances, no?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top