You must have a dedicated IP address for the Exchange Server
dial-up solution to work. There is no other alternative to
this (currently). You must do one of the following.
- Purchase
a dedicated modem at your ISP's modem bank that only you
connect to and that is assigned your dedicated IP address
- Your
ISP has the ability to detect when you dial in and can assign
that dial-in your dedicated IP number.
The second
thing your ISP must do for you is map a domain name to that
dedicated IP address. For example, if your local Internet
Service Provider has a domain name "my-isp. com" and they
were going to give you an IP address of 222.222.222.222, you
want them to map 222.222.222.222 to a unique instance of my-isp.com.
As an example:
exchange.myisp.com mapped to 222.222.222.222
Here
is an example DNS entry for this:
@ IN SOA ns1.my-isp.com. hostmaster.my-isp.com. (
1997072802 ; Serial number
86400 ; Refresh
7200 ; Retry
2592000 ; Expire
172800 ) ; Minimum TTL
NS NS1.MY-ISP.COM.
NS NS2.MY-ISP.COM.
A 222.222.222.1
MX 10 my-isp.com
exchange A 222.222.222.222
Another
alternative would be to use your VPS domain name in the zone
file above instead of the name "exchange". For example if
I had a VPS and my domain name for the VPS was mycompany.com
I might have my ISP set up their DNS zone to point to
mycompany A 222.222.222.222
Now,
all mail sent to mycompany.my-isp.com would resolve to the
dedicated IP address 222.222.222.222
This
is important, you must have a dedicated IP address (one that
is uniquely assigned to your Exchange Server), and you must
have a domain name pointing to that IP address for the Mail-On-Demand
solution to work.
|