Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Create new MX records for Google Apps Amazon Route 53

I'm very new to all things web-development. I have a website registered with Route 53 and am using Amazon Web Services to host the content. I am trying to use Google Apps for Work to get email addresses using the domain, and it's asking me to edit the MX records. I can't figure out what I'm supposed to do and where I'm supposed to do it. Any advice would be greatly appreciated.

Thanks!

like image 242
Daniel Thorne Avatar asked Feb 14 '15 20:02

Daniel Thorne


People also ask

Does Route 53 support MX records?

Does Amazon Route 53 support NS Records? Yes, it supports Name Service records. It supports only MX records.


1 Answers

  • Login to the Route 53 Console
  • Select your domain name and click "Go To Record Sets"
  • Click "Create Record Set"
  • Leave Name empty
  • For Type select MX
  • For Value copy and paste the following.

1 	ASPMX.L.GOOGLE.COM.
5 	ALT1.ASPMX.L.GOOGLE.COM.
5 	ALT2.ASPMX.L.GOOGLE.COM.
10 	ALT3.ASPMX.L.GOOGLE.COM.
10 	ALT4.ASPMX.L.GOOGLE.COM.
Make sure that the domains end in a period "." to ensure it's treated as a FQDN (Fully Qualified Domain Name)

Source: https://support.google.com/a/answer/33915?hl=en

like image 181
imperalix Avatar answered Oct 06 '22 01:10

imperalix