How I can move only my mail services to google / gmail in Windows (Helm)?
1) Login to Helm
2) Enter the domain name into the search box along the left
3) Click on “DNS Zone Editor”
4) Click on the existing mail A record. Click Delete
5) Click on the existing MX record. Click Delete
6) Click “Add New”.
For the record type: choose cname
For the record name type: mail
For the record data type: ghs.google.com
Click save
7) Click “Add New”.
For the record type: choose MX
For the record name type: @
For the record data type: ASPMX.L.GOOGLE.COM.
Record Preference: 5
Click Save
Click “Add New”.
For the record type: choose MX
For the record name type: @
For the record data type: ALT1.ASPMX.L.GOOGLE.COM.
Record Preference: 10
Click Save
Click “Add New”.
For the record type: choose MX
For the record name type: @
For the record data type: ALT2.ASPMX.L.GOOGLE.COM.
Record Preference: 10
Click Save
Click “Add New”.
For the record type: choose MX
For the record name type: @
For the record data type: ASPMX2.GOOGLEMAIL.COM.
Record Preference: 15
Click Save
Click “Add New”.
For the record type: choose MX
For the record name type: @
For the record data type: ASPMX3.GOOGLEMAIL.COM.
Record Preference: 15
Click Save
Click “Add New”.
For the record type: choose MX
For the record name type: @
For the record data type: ASPMX4.GOOGLEMAIL.COM.
Record Preference: 20
Click Save
Click “Add New”.
For the record type: choose MX
For the record name type: @
For the record data type: ASPMX5.GOOGLEMAIL.COM.
Record Preference: 25
Click Save
How I can move only my mail services to google / gmail in Linux (WHM)?
1) Login to WHM
2) Click on Edit DNS Zone under DNS Zone Editor
3) Enter your domain name (yourdomain.com) and click on edit
5) Now add the following entries in this DNS Zone file
mail cname ghs.google.com
yourdomain.com MX 5 ASPMX.L.GOOGLE.COM.
yourdomain.com MX 10 ALT1.ASPMX.L.GOOGLE.COM.
yourdomain.com MX 10 ALT1.ASPMX.L.GOOGLE.COM.
yourdomain.com MX 20 ASPMX2.GOOGLEMAIL.COM.
yourdomain.com MX 20 ASPMX3.GOOGLEMAIL.COM.
yourdomain.com MX 30 ASPMX4.GOOGLEMAIL.COM.
yourdomain.com MX 30 ASPMX5.GOOGLEMAIL.COM.
Click on Save.
Note: Do not check mark on option: Always accept mail locally even if the primary mx does not point to this server.
That’s IT. Now your mail services has been moved to google and you can access your mail thru google/gmail.