 |
|
 |
|
Next: IIS 6 on W2k?
|
| Author |
Message |
External

Since: Jun 09, 2004 Posts: 3
|
(Msg. 1) Posted: Wed Jun 09, 2004 5:11 pm
Post subject: IIS, SMTP Server, and CDO Archived from groups: microsoft>public>inetserver>iis, others (more info?)
|
|
|
I have a Win2K server running IIS 5.0. The SMTP service is
running. Exchange Server is *not* installed.
I have an ASP page that uses CDONTS to create and send a
NewMail object. When I load the page in a browser to send
the message, I get no error messages, but the message
doesn't get sent.
There are no relevant-looking messages in the system Event
Log.
The SMTPSVC log file (in c:\winnt\system32
\logfiles\SMTPSVC1) does not change when I load the ASP
page in the browser to send the message. (I think this may
be a clue, but I don't know what it means.)
In c:\inetpub\mailroot\queue, there are a bunch of .eml
files that contain the various test messages I've tried to
send. When I stop and re-start the SMTP service, the
timestamps of those files are updated, which leads me to
believe that the SMTP service is trying valiantly to send
those messages, but somehow can't.
I tried temporarily turning off my firewall, in case there
were any issues there, but that didn't change anything.
Port 25 is configured to let traffic through.
I've tested the ASP page on another server, and it works--
no errors and the message is sent just fine, so I don't
think the problem is in the ASP code. My server doesn't
have a DNS domain name, just an IP address. Then again,
the other server I tested on (the one that works fine)
doesn't have a domain name either, so I don't think that's
the problem. I've compared the SMTP configuration of the
two servers (by viewing their "SMTP Virtual Server
Properties"), and they look the same.
My head is starting to get a little bruised from being
beat against the wall. The wall isn't doing real well
either. Any ideas?
Thank you!
MJ. >> Stay informed about: IIS, SMTP Server, and CDO |
|
| Back to top |
|
 |  |
External

Since: Jun 09, 2004 Posts: 14
|
(Msg. 2) Posted: Wed Jun 09, 2004 8:23 pm
Post subject: Re: IIS, SMTP Server, and CDO [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Can you telnet into your box on port 25?
Also, you should use CDO.Message with Win2K instead of CDONTS.
M. J. Kahn wrote:
> I have a Win2K server running IIS 5.0. The SMTP service is
> running. Exchange Server is *not* installed.
>
> I have an ASP page that uses CDONTS to create and send a
> NewMail object. When I load the page in a browser to send
> the message, I get no error messages, but the message
> doesn't get sent.
>
> There are no relevant-looking messages in the system Event
> Log.
>
> The SMTPSVC log file (in c:\winnt\system32
> \logfiles\SMTPSVC1) does not change when I load the ASP
> page in the browser to send the message. (I think this may
> be a clue, but I don't know what it means.)
>
> In c:\inetpub\mailroot\queue, there are a bunch of .eml
> files that contain the various test messages I've tried to
> send. When I stop and re-start the SMTP service, the
> timestamps of those files are updated, which leads me to
> believe that the SMTP service is trying valiantly to send
> those messages, but somehow can't.
>
> I tried temporarily turning off my firewall, in case there
> were any issues there, but that didn't change anything.
> Port 25 is configured to let traffic through.
>
> I've tested the ASP page on another server, and it works--
> no errors and the message is sent just fine, so I don't
> think the problem is in the ASP code. My server doesn't
> have a DNS domain name, just an IP address. Then again,
> the other server I tested on (the one that works fine)
> doesn't have a domain name either, so I don't think that's
> the problem. I've compared the SMTP configuration of the
> two servers (by viewing their "SMTP Virtual Server
> Properties"), and they look the same.
>
> My head is starting to get a little bruised from being
> beat against the wall. The wall isn't doing real well
> either. Any ideas?
>
> Thank you!
>
> MJ.
><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: IIS, SMTP Server, and CDO |
|
| Back to top |
|
 |  |
External

Since: Jun 09, 2004 Posts: 3
|
(Msg. 3) Posted: Wed Jun 09, 2004 8:23 pm
Post subject: Re: IIS, SMTP Server, and CDO [Login to view extended thread Info.] Archived from groups: microsoft>public>inetserver>misc, others (more info?)
|
|
|
>Can you telnet into your box on port 25?
Yup. (I hadn't thought to try that, but I just did it--no
problem. Good idea to try it, though.)
>Also, you should use CDO.Message with Win2K instead of
CDONTS.
I didn't realize it would make a difference (and so far,
it hasn't), but I've already tried creating and sending a
CDO.Message object, as well as a CDONTS.NewMail object.
Same results for both.
Bump, ouch, bump, ouch.... (That's the sound of my head
against the wall.)
MJ.
>-----Original Message-----
>Can you telnet into your box on port 25?
>
>Also, you should use CDO.Message with Win2K instead of
CDONTS.
>
>M. J. Kahn wrote:
>
>> I have a Win2K server running IIS 5.0. The SMTP service
is
>> running. Exchange Server is *not* installed.
>>
>> I have an ASP page that uses CDONTS to create and send
a
>> NewMail object. When I load the page in a browser to
send
>> the message, I get no error messages, but the message
>> doesn't get sent.
>>
>> There are no relevant-looking messages in the system
Event
>> Log.
>>
>> The SMTPSVC log file (in c:\winnt\system32
>> \logfiles\SMTPSVC1) does not change when I load the ASP
>> page in the browser to send the message. (I think this
may
>> be a clue, but I don't know what it means.)
>>
>> In c:\inetpub\mailroot\queue, there are a bunch of .eml
>> files that contain the various test messages I've tried
to
>> send. When I stop and re-start the SMTP service, the
>> timestamps of those files are updated, which leads me
to
>> believe that the SMTP service is trying valiantly to
send
>> those messages, but somehow can't.
>>
>> I tried temporarily turning off my firewall, in case
there
>> were any issues there, but that didn't change anything.
>> Port 25 is configured to let traffic through.
>>
>> I've tested the ASP page on another server, and it
works--
>> no errors and the message is sent just fine, so I don't
>> think the problem is in the ASP code. My server doesn't
>> have a DNS domain name, just an IP address. Then again,
>> the other server I tested on (the one that works fine)
>> doesn't have a domain name either, so I don't think
that's
>> the problem. I've compared the SMTP configuration of
the
>> two servers (by viewing their "SMTP Virtual Server
>> Properties"), and they look the same.
>>
>> My head is starting to get a little bruised from being
>> beat against the wall. The wall isn't doing real well
>> either. Any ideas?
>>
>> Thank you!
>>
>> MJ.
>>
>.
><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: IIS, SMTP Server, and CDO |
|
| Back to top |
|
 |  |
External

Since: Aug 26, 2003 Posts: 1525
|
(Msg. 4) Posted: Thu Jun 10, 2004 4:12 am
Post subject: Re: IIS, SMTP Server, and CDO [Login to view extended thread Info.] Archived from groups: microsoft>public>inetserver>iis, others (more info?)
|
|
|
On Wed, 9 Jun 2004 14:11:00 -0700, "M. J. Kahn" <mjkahn2002 RemoveThis @yahoo.com>
wrote:
>I have a Win2K server running IIS 5.0. The SMTP service is
>running. Exchange Server is *not* installed.
>
>I have an ASP page that uses CDONTS to create and send a
>NewMail object. When I load the page in a browser to send
>the message, I get no error messages, but the message
>doesn't get sent.
Try:
HOW TO: Test Windows 2000 IIS SMTP Services Manually
<a style='text-decoration: underline;' href="http://support.microsoft.com/default.aspx?scid=kb;en-us;286421" target="_blank">http://support.microsoft.com/default.aspx?scid=kb;en-us;286421</a>
>There are no relevant-looking messages in the system Event
>Log.
>
>The SMTPSVC log file (in c:\winnt\system32
>\logfiles\SMTPSVC1) does not change when I load the ASP
>page in the browser to send the message. (I think this may
>be a clue, but I don't know what it means.)
It means SMTP is never getting a loggable event.
>In c:\inetpub\mailroot\queue, there are a bunch of .eml
>files that contain the various test messages I've tried to
>send. When I stop and re-start the SMTP service, the
>timestamps of those files are updated, which leads me to
>believe that the SMTP service is trying valiantly to send
>those messages, but somehow can't.
See:
<a style='text-decoration: underline;' href="http://www.aspfaq.com/show.asp?id=2268" target="_blank">http://www.aspfaq.com/show.asp?id=2268</a>
Jeff
>I tried temporarily turning off my firewall, in case there
>were any issues there, but that didn't change anything.
>Port 25 is configured to let traffic through.
>
>I've tested the ASP page on another server, and it works--
>no errors and the message is sent just fine, so I don't
>think the problem is in the ASP code. My server doesn't
>have a DNS domain name, just an IP address. Then again,
>the other server I tested on (the one that works fine)
>doesn't have a domain name either, so I don't think that's
>the problem. I've compared the SMTP configuration of the
>two servers (by viewing their "SMTP Virtual Server
>Properties"), and they look the same.
>
>My head is starting to get a little bruised from being
>beat against the wall. The wall isn't doing real well
>either. Any ideas?<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: IIS, SMTP Server, and CDO |
|
| Back to top |
|
 |  |
|
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
 |
|
|