G Suite DNS Records
It is a mandatory task to update DNS
records for successful email transaction. We often publish G Suite DNS records
in wrong way. Here I describe some of the DNS records (MX record, CNAME record
and TXT record) for G Suite email.
MX Record: It's a mandatory record for inbound email communication.
Google MX records (Existing):
Google previously used the below MX records.
Name/Host/Alias
|
TTL
|
Record Type
|
Priority
|
Value
|
@ or leave blank
|
3600
|
MX
|
1
|
ASPMX.L.GOOGLE.COM
|
@ or leave blank
|
3600
|
MX
|
5
|
ALT1.ASPMX.L.GOOGLE.COM
|
@ or leave blank
|
3600
|
MX
|
5
|
ALT2.ASPMX.L.GOOGLE.COM
|
@ or leave blank
|
3600
|
MX
|
10
|
ALT3.ASPMX.L.GOOGLE.COM
|
@ or leave blank
|
3600
|
MX
|
10
|
ALT4.ASPMX.L.GOOGLE.COM
|
Google MX record (New):
Recently, Google changed all of these MX entries under a single string. We may update the below single record for the new domains.
Name/Host/Alias: @ or leave blank
TTL: 3600
Record Type: MX
Priority: 0
Value: smtp.google.com
CNAME record: This record is required if you want to access the webmail using our own domain name. In that case, it is mail.domain.com.
Type
|
Name or Host
|
Value or Address
|
CNAME
|
mail
|
TXT record:
v=spf1 include:_spf.google.com ~all
Comments
Post a Comment