Sounds like a problem with your smtp servers rather than dns. Setting up the A record for the domain should have no effect for the email delivery in properly configured system.

What mechanism those smtp servers use to deliever the message to the clients email server, and have you checked the logs at the smtp servers, probably find the problem right there.


11.4.2010 11:06, Mihamina Rakotomandimby kirjoitti:
Matus UHLAR - fantomas<uh...@fantomas.sk>  :
With this, the HTTP constraint is OK, but the domain owner
doesnt receive mails.
doesn't receive what mails?
Matus&  Noel,

The zone is "emip.mg"

With these settings:

   $ttl 38400
   emip.mg. IN SOA ns.malagasy.com. postmaster.malagasy.com.
   (
    2010040900
    10800
    3600
    604800
    38400
   )
   @   IN NS    ns1.mg.tambazotra.net.
   @   IN NS    ns2.mg.tambazotra.net.
   @   IN NS    ns1.fr.malagasy.com.
   @   IN MX 10 smtp1.mg.tambazotra.net.
   @   IN MX 20 smtp2.mg.tambazotra.net.
   @   IN MX 30 smtp3.mg.tambazotra.net.
   @   IN  A    64.8.123.230<---- this the guilty
                                   but I dont know why
   www IN  A    64.8.123.230

The @emip.mg dont receive any email message.

With these settings:

   $ttl 38400
   emip.mg. IN SOA ns.malagasy.com. postmaster.malagasy.com.
   (
    2010040900
    10800
    3600
    604800
    38400
   )
   @   IN NS    ns1.mg.tambazotra.net.
   @   IN NS    ns2.mg.tambazotra.net.
   @   IN NS    ns1.fr.malagasy.com.
   @   IN MX 10 smtp1.mg.tambazotra.net.
   @   IN MX 20 smtp2.mg.tambazotra.net.
   @   IN MX 30 smtp3.mg.tambazotra.net.
   www IN  A    64.8.123.230

The @emip.mg domain receives its messages correctly, after I suppressed
the "@   IN  A    64.8.123.230" line.

Dont bother on the serial it's a cut'n paste in order to show you my
configuration, I took the time to increase it after each change.

I really need to have that "@   IN  A    64.8.123.230" record because I
want the emip website to be reachabe on http://emip.mg too. (as well as
http://www/emip.mg).
And the MX should stay as it is.

Thank you for your help.



_______________________________________________
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to