Monday 7 February 2022

Routing Google email using a subdomain

One task that Google admins have to undertake from time to time is the addition of a new DNS sub-domain to the tenancy,

This is particularly true of larger multi-academy trusts (MATS) that operate under a single central trust domain such as centraltrust.org but then allocate codes to each school site. In this case St Peters Primary School might be addressed as spp.centraltrust.org.  Larger independent school often isolate student accounts under a separate routable email domain and so require forms such as student.largesite.org.

While the process of adding new subdomains to a Google tenancy is well documented the action required to route inbound email is not always clear and admins often believe that so long as the root domain is routed correctly this automatically covers any subdomains - but this not the case. The MX records have to be added as a separate process.


What you need to do is follow the instructions for setting up MX records for a new Google domain listed - but with one major change.

Using the example of spp.centraltrust.org you follow the instructions but set spp in hostname field instead of @

Also note the instructions in the link are for switching between mail providers. You're not doing that - just adding a new subdomain. Therefore ignore all the comments to DELETE MX records.

This will create a set MX records for  spp.centraltrust.org and mail will route correctly.

In summary the procedure is 

  • Logon to your domain DNS provider.
  • Edit the root DNS zone for your school or MAT.
  • Add the corresponding Google MX records below using appropriate subdomain identifier for in the hostname field.

  • 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

Once DNS has been updated you’ll see email routed correctly.


No comments:

Post a Comment