MX records set up
        Posted  
        
            by 
                andrei.troll
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by andrei.troll
        
        
        
        Published on 2012-10-03T14:07:55Z
        Indexed on 
            2012/10/03
            15:39 UTC
        
        
        Read the original article
        Hit count: 315
        
I just want to know how other people set up their MX-entries for mail accounts used with google apps. I work at a local web-hosting firm and we get a lot of tickets from clients who want to set up these settings. I just set them up something like:
example.com.    14400   IN  MX  10 ALT1.ASPMX.L.GOOGLE.COM.
example.com.    14400   IN  MX  10 ASPMX4.GOOGLEMAIL.COM.
example.com.    14400   IN  MX  15 ASPMX5.GOOGLEMAIL.COM.
example.com.    14400   IN  MX  15 ASPMX2.GOOGLEMAIL.COM.
example.com.    14400   IN  MX  30 ASPMX3.GOOGLEMAIL.COM.
I see another firm (rival one) who sets up way more MX-records ? Roughly, around 10-15 entries. Am I doing something wrong ? More is better in this case ? Is there a secret that I'm not on too ?
© Server Fault or respective owner