Re: [Exim] Can ignore_target_hosts help?

Pàgina inicial
Delete this message
Reply to this message
Autor: ScaryG
Data:  
A: Marc MERLIN, exim-users
Assumpte: 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.