Hi,

On Wed, Oct 3, 2012 at 10:36 PM, Ganesh Kumar <[email protected]> wrote:
> Hi, I am setting up a mailing list and want some help on mx records.
> Name     lists.mydomain.comClass         INType  AStatus         ActiveValue  
>    54.xxx.xxx.xxx.xxxTTL   28800
> and
> Name     mx.mydomain.comClass    INType  MXPriority      10Status        
> ActiveValue     lists.mydomain.comTTL   28800
> Is this correct? Even after almost 12hrs the mails are not received. I am 
> able to send(using sendmail), but not receive.

       The  formatting looks a little messed up. Probably gmail did
something "intelligently". For the DNS entries, this is how it should
be in bind

mydomain.com    IN    A   ip.addr.ess
                          IN   MX 10 mx.mydomain.com

mx.mydomain.com IN A ip.address.of.mx

Normally, lists will be on the same  box as the mx. So, you need to add

lists.mydomain.com IN CNAME mx.mydomain.com

Having these should work ok for Bind. What DNS server are you running
? Based on that, the syntax would vary. But conceptually, this is how
the entries should be. Thanks



PS: If it is just mailing lists, and you are not very specific about
the domain, you can use freelists -  www.freelists.org

-- 
Thank you
Balachandran Sivakumar

Arise Awake and stop not till the goal is reached.
                                                             - Swami Vivekananda

Mail: [email protected]
Blog: http://benignbala.wordpress.com/
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to