Re: ISP forcing SSL on connections to SMTP servers
- From: "Andrew McNab" <andrew@xxxxxxxxxxxxxx>
- Date: Fri, 21 Mar 2008 19:51:55 +1100
Is your SMTP connector connected to Exchange or IIS? DNS will only route
names not ports. To route your public domain name to your exchange server,
you have to create a mail exchange (MX) record in your DNS that points to
your server machine.
Example: you have www.mydomain.com, your internal domain is internal.local
and your server's machine name is myserver.
In DNS, make a new Host(A) record in Forward Lookup Zones called
'mydomain.com'. It's Start of Authority(SoA) needs to be internal.local (i
think it automatically sets this via Active Directory(AD)). In the forward
lookup zone, mydomain.com, make a new Mail Exchanger(MX) record. Leave the
child domain name blank and set the FQDN of the mail server to
myserver.internal.local. When incoming mail hits port 25, the DNS routes
user@xxxxxxxxxxxx to the SMTP connector on myserver.internal.local. I have
no idea if the port number is any different for SSL email or if it jsut
shares 443 with other services.
.
- Prev by Date: Re: Intel Dual Port NIC Question
- Next by Date: Re: Rebuilding SBS Server 2003 SP2
- Previous by thread: Port 444 vs 80 for website
- Next by thread: RE: Web.Config file problems!!
- Index(es):
Relevant Pages
|
Loading