|
Home > Archive > IIS Server > November 2004 > IIS SMTP server wont send
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
IIS SMTP server wont send
|
|
| Wardell Castles 2004-11-06, 5:49 pm |
| Apparently this is a common problem judging from the posts to the
group...
Anyway here's my situation.
1) OS is W2K Server with all Service Packs applied as of 11/6/2004
2) Server is sitting behind a Linksys router that has port 25
configured to this machine.
3) I've gone through and set all the recommended configurations;
relay, authentication, etc.
4) I can telnet to other smtp servers on the Internet via port 25
5) Here's what is in the log file
#Software: Microsoft Internet Information Services 5.0
#Version: 1.0
#Date: 2004-11-06 00:08:54
#Fields: time c-ip cs-method cs-uri-stem sc-status
00:08:54 222.101.92.83 HELO - 250
00:08:54 222.101.92.83 MAIL - 250
00:08:54 222.101.92.83 RCPT - 250
00:08:55 222.101.92.83 DATA - 250
00:08:55 222.101.92.83 QUIT - 240
Yet with all this, mail gets stuck in the c:\inetpub\mailroot\queue
Any ideas will be appreciated.
TIA,
Wardell Castles
| |
| Bernard 2004-11-06, 8:46 pm |
| Are you sure the log you posted match the message you sent ?
coz from the log, it look like mail is accepted from remote host.
make sure tcp port 25 + 53(dns) is open for mail delivery.
next, you can try smtpdiag.
http://msmvps.com/bernard/archive/2004/09/28/14480.aspx
--
Regards,
Bernard Cheah
http://www.tryiis.com/
http://support.microsoft.com/
http://www.msmvps.com/bernard/
"Wardell Castles" <wardellcastles@hotmail.com> wrote in message
news:65f20689.0411060706.64522cf6@posting.google.com...
> Apparently this is a common problem judging from the posts to the
> group...
>
> Anyway here's my situation.
> 1) OS is W2K Server with all Service Packs applied as of 11/6/2004
> 2) Server is sitting behind a Linksys router that has port 25
> configured to this machine.
> 3) I've gone through and set all the recommended configurations;
> relay, authentication, etc.
> 4) I can telnet to other smtp servers on the Internet via port 25
> 5) Here's what is in the log file
> #Software: Microsoft Internet Information Services 5.0
> #Version: 1.0
> #Date: 2004-11-06 00:08:54
> #Fields: time c-ip cs-method cs-uri-stem sc-status
> 00:08:54 222.101.92.83 HELO - 250
> 00:08:54 222.101.92.83 MAIL - 250
> 00:08:54 222.101.92.83 RCPT - 250
> 00:08:55 222.101.92.83 DATA - 250
> 00:08:55 222.101.92.83 QUIT - 240
>
> Yet with all this, mail gets stuck in the c:\inetpub\mailroot\queue
>
> Any ideas will be appreciated.
>
> TIA,
> Wardell Castles
|
|
|
|
|