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

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Suresh Ramasubramanian
Fecha:  
A: exim-users
Asunto: [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