Re: [Exim] Can ignore_target_hosts help?

Page principale
Supprimer ce message
Répondre à ce message
Auteur: ScaryG
Date:  
À: Marc MERLIN, exim-users
Sujet: Re: [Exim] Can ignore_target_hosts help?
> panoramix:/etc/mail# host -t MX worldclasssportfishing.net
> worldclasssportfishing.net      MX      30 mail
> !!! worldclasssportfishing.net MX host mail is not canonical


Looks like the problem is an incorrect entry in the zone's DNS.

Missing something (like the rest of the domain after mail)

Change the MX record record to read

worldclasssportfishing.net.    IN      MX      30
mail.worldclasssportfishing.net.


notice the trailing periods ;-)

-gf.