Re: ISP forcing SSL on connections to SMTP servers



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.


.



Relevant Pages

  • Re: Cant access web on local network server
    ... Yes my Windows 2003 R2 Standard Server is a DC domain controller. ... How do I open DNS for the outside? ... What port should I give access to? ...
    (microsoft.public.windows.server.general)
  • Virtual host "lite"?
    ... redirect an incoming we request based on DNS name, ... "http://webmail.domain.com " will automatically be redirected to port ... fall over and the Boss works out what a "server" is.. ...
    (comp.os.linux.networking)
  • Re: Please help confused iptables user
    ... >> system talk to a remote 22. ... First rule says allow IN anything destined for your IP port 22. ... >> about DNS, asking remote servers if they'll accept your OUTBOUND mail), ... the "remote" DNS server is on the same network, ...
    (comp.security.firewalls)
  • Re: Setting up website on my DSL
    ... Well when I telnet to www.geewhizbang.com on port 80 I get something listening there. ... I assume you are doing a port forward on your router for port 80 to your web server. ... Just go into the andanved TCP/IP properties of the NIC on the DNS tab and untick the "Register this connection in DNS" This will make the errors go away. ...
    (microsoft.public.windows.server.dns)
  • Re: SRV RRs support in Internet Explorer?
    ... It had a remaining dynamic port bias, which it shouldn't have had, and was ... and MS DNS Server could then be as follows: ... > web access from a client to web server and, to keep things simple, also ...
    (microsoft.public.win2000.dns)

Loading