
Originally Posted by
chirpy
You cannot avoid email actually hitting the server if you have the A record of the TLD pointing to it. This is because the SMTP protocol allows the use of the A record if the MX record doesn't resolve. You could try pointing the A record for the subdomain used by the MX record to outer space, but you may still get some email hitting the server. For that, simply take the domain name out of /etc/localdomains and stick it in /etc/remotedomains (create if needed). That's the best you can do.