wilson2468
Technical User
I need to have my ISP configure DNS for a failover scenario:
I have a CSS that will allow me to send mail to several different servers using the same IP address.
The CSS will take the mail from the outside and point it to my Virtual IP address. Depening on which server is active, is which server will get the inbound mail.
This is ok for inbound mail, but when the servers initiate sending mail from the inside out, it will come from the PIX NATed address rather than the CSS VIP.
I am not sure what to do about reverse lookups in this situation.
Can I have one MX record for the VIP address and have several PTR records point to the different servers for outbound mail?
For Example:
MX 199.99.99.99 smtp.mydomain.com
PTR 1.99.99.199 smtp.mydomain.com
PTR 2.99.99.199 smtp.mydomain.com
PTR 3.99.99.199 smtp.mydomain.com
PTR 4.99.99.199 smtp.mydomain.com
I have a CSS that will allow me to send mail to several different servers using the same IP address.
The CSS will take the mail from the outside and point it to my Virtual IP address. Depening on which server is active, is which server will get the inbound mail.
This is ok for inbound mail, but when the servers initiate sending mail from the inside out, it will come from the PIX NATed address rather than the CSS VIP.
I am not sure what to do about reverse lookups in this situation.
Can I have one MX record for the VIP address and have several PTR records point to the different servers for outbound mail?
For Example:
MX 199.99.99.99 smtp.mydomain.com
PTR 1.99.99.199 smtp.mydomain.com
PTR 2.99.99.199 smtp.mydomain.com
PTR 3.99.99.199 smtp.mydomain.com
PTR 4.99.99.199 smtp.mydomain.com