[afnog] DNS problem

SM sm at resistor.net
Sat Oct 11 14:32:40 UTC 2008


At 04:22 11-10-2008, Dany Mustapha wrote:
>i want setup mail server, but i have a problem with spread dns, 
>there is some server dns that give me a corect ip address for my 
>server mail, but the other not, its give me the address of my domain name host.

Mail for blanca.ma is handled by mail.blanca.ma and 
mail.laregiedimpression.com.  mail.blanca.ma accepts mail for 
test at blanca.ma whereas mail.laregiedimpression.com rejects mail for 
that domain.  If mail.laregiedimpression.com is not configured to 
handle mail for that domain:

>this my dns config
>
>zone "blanca.ma" {
>type master;
>file "/etc/bind/db.blanca.ma";
>allow-transfer {67.15.249.49;67.15.249.149;67.15.212.212;67.15.249.249;};
>};
>
>db.blanca.ma
>
>$TTL 3h
>@       IN      SOA     ns.blanca.ma. test.blanca.ma. (
>                                 2005090201
>                                 8H
>                                 2H
>                                 1W
>                                 1D )
>
>@       IN      NS               ns.blanca.ma.
>
>@       IN      MX      10      mail.blanca.ma.
>@       IN      MX      20      mail.laregiedimpression.com.

Remove the above line.

>ns              IN      A       81.192.157.233
>mail            IN      A       41.250.251.118
>mail.laregiedimpression.com     IN      A       81.192.157.233

The above line is incorrect and should be removed.

Regards,
-sm 





More information about the afnog mailing list