Re: Default SMTP Virutal Server
From: Karl Levinson [x y] mvp (jamescagney90210@excite.com)
Date: 01/20/03
- Next message: Erik: "IIS advertising software and version"
- Previous message: Karl Levinson [x y] mvp: "Re: Looking for Some Ideas..."
- In reply to: BB: "Re: Default SMTP Virutal Server"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Karl Levinson [x y] mvp" <jamescagney90210@excite.com> Date: Mon, 20 Jan 2003 08:39:38 -0500
... and I'm pretty sure you also need UDP 53 as well.
Be sure those other ports you mentioned are TCP and not UDP. Whenever
mentioning ports it's essential to also mention the protocol, since there is
no such thing as "port 80," only "TCP port 80," "UDP port 80," etc. etc.
You can and should test the outgoing DNS and SMTP connection yourself from
the SMTP server by using NSLOOKUP, type=mx, yahoo.com and then doing TELNET
yahoos.mail.server.com 25 and using the commands like these to see what is
happening:
helo mydomain.com
mail from:sender@mydomain.com
rcpt to:recipient@yahoo.com
subject:optional
data
start typing your message here
continue typing message
. [e.g. type a period and hit enter to stop the message]
exit
Also, if your router was blocking anything, it should show up in the logs.
You should consider setting up a free syslog client such as
www.kiwisyslog.com to be able to capture and inspect the logs.
"BB" <Bernard_at_3exp.com> wrote in message
news:eibQWoDwCHA.2124@TK2MSFTNGP11...
> IIS SMTP uses port TCP port 53 for DNS queries.
> ensure you able to do nslookup for MX record at your
> smtp box.
>
> Rgds.
>
>
> "Mike A" <dsschimp@hotmail.com> wrote in message
> news:ufZkVkDwCHA.428@TK2MSFTNGP09...
> > Ports 80, 25 and 110 are open. I've tested these ports to make sure
> > using a program. Smtp seems to be working fine when I don't use the
> > router. I've checked all the settings for the router, contacted tech
> > support about this and we can't find what the problem is. There doesn't
> > seem to be anything wrong with the configuration. Everything works fine
> > on the router but the smtp. Any other ideas?
> >
> > Thank you,
> >
> > Mike
> >
> >
> >
> >
> > *** Sent via Developersdex http://www.developersdex.com ***
> > Don't just participate in USENET...get rewarded for it!
>
>
--- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.443 / Virus Database: 248 - Release Date: 1/10/2003
- Next message: Erik: "IIS advertising software and version"
- Previous message: Karl Levinson [x y] mvp: "Re: Looking for Some Ideas..."
- In reply to: BB: "Re: Default SMTP Virutal Server"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|