danellison
Verified User
Greetings all. I am a sendmail guru from WAY back and am new to both directAdmin and exim so please forgive any misconceptions I may be dragging forward with me
To set the stage so to speak: I am migrating our customer sites from a cpanel environment hosted at AIT.com to our own directAdmin server. I have DNS resources set up like this:
mydomain.com. IN A 1.2.3.4
mail.mydomain.com. IN A 4.3.2.1
- and -
mydomain.com. MX 0 mydomain.com.
mydomain.com. MX 10 mail.mydomain.com.
The idea here is that mail.mydomain.com. will accept mail for our domains in the event that mydomain.com. is unavailable, queueing the messages until mydomain.com. becomes available again and then forwarding the queued mail to mydomain.com. because of it's lowest level MX record. Always worked fine with sendmail
but I don't understand how to setup this type of routing in exim
I have searched and read but I must be missing something. Any guidance or pointers to example exim configurations that could shed some light on how to accomplish this would be greatly appreciated.
Thank you in advance for your time and thoughts.
Regards,
Dan Ellison

mydomain.com. IN A 1.2.3.4
mail.mydomain.com. IN A 4.3.2.1
- and -
mydomain.com. MX 0 mydomain.com.
mydomain.com. MX 10 mail.mydomain.com.
The idea here is that mail.mydomain.com. will accept mail for our domains in the event that mydomain.com. is unavailable, queueing the messages until mydomain.com. becomes available again and then forwarding the queued mail to mydomain.com. because of it's lowest level MX record. Always worked fine with sendmail


I have searched and read but I must be missing something. Any guidance or pointers to example exim configurations that could shed some light on how to accomplish this would be greatly appreciated.
Thank you in advance for your time and thoughts.
Regards,
Dan Ellison