Re: [exim] all relevant MX records point to non-existent hos…

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Giuliano Gavazzi
Data:  
Para: exim-users
CC: Jarek
Asunto: Re: [exim] all relevant MX records point to non-existent hosts - problem
At 10:44 pm +0200 2004/09/14, Christopher Chaduka wrote:
>On Tuesday 14 September 2004 22:07, Jarek wrote:
>>      jarek@???
>>        all relevant MX records point to non-existent hosts

>
>$ host -t mx f8.pl
>f8.pl mail is handled by 10 f8.pl.f8.pl.
>
>host -t a f8.pl.f8.pl
>Host f8.pl.f8.pl not found: 3(NXDOMAIN)
>
>Something is broken in your DNS. Fix that and you should be set.
>


that something is "you forgot the dot at the end of the domain name".
It should look like

    MX    10    f8.pl.


Giuliano