I am preparing to migrate to a new machine. I've been burned in the past with DNS. Setting the ttl low ahead of time helps but it only helps so much. With websites when I move I setup a reverse proxy on the old machine and configure it to proxy to the new machine. How can I allow exim to relay mail for a domain but not deliver it locally?
I see
in /etc/exim.confCode:domainlist local_domains = lsearch;/etc/localdomains domainlist relay_domains = lsearch;/etc/localdomains : \ lsearch;/etc/secondarymx
Should I just comment the domain out of /etc/localdomains and add it to /etc/secondarymx?
I know if I just disable mail for the domain it will eventually arrive but customers should not have to wait days for a response if it can be avoided.



LinkBack URL
About LinkBacks
Reply With Quote






