Is there a way to align SPF for Google Apps alias domain?

Use the redirect modifier to “replace” the SPF record for the alias domain with that of the primary domain.

Thus, the SPF record for aliasdomain.com ends up looking like this:

v=spf1 redirect=primarydomain.com

Note that no all mechanism is required, the final clause of the primarydomain.com record will apply.

Leave a Comment