Re: [Exim] Can ignore_target_hosts help?

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: ScaryG
Ημερομηνία:  
Προς: Marc MERLIN, exim-users
Αντικείμενο: 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.