[Exim] Re: MX record as a alias vs cname

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Suresh Ramasubramanian
Datum:  
To: exim-users
Betreff: [Exim] Re: MX record as a alias vs cname
+++ Matthew Byng-Maddick [exim-users] <06/02/02 16:18 +0000>:
> The relevant RFC is that an MX should point to a Canonical Name in the
> DNS.


Erm ... you forgot a "not" there? MXs should NOT point to CNAMEs, or to IPs.

domain.com.    IN MX 10    mail
mail        IN    A    10.0.0.1


    -srs