| Article Title | Setting Up DNS Records for Hosted Email When Your DNS Is Not managed by SaveMyService Hosting |
| Category | Customer Help > Domains and DNS |
| Sub-type | Customer-Facing |
| Tags | DNS, SPF, DMARC, MX record, CNAME, autoconfig, third-party DNS, external DNS host, email setup |
| When to Use | When your domain is using our hosted email service, but your DNS is managed elsewhere (e.g., GoDaddy, Cloudflare, another registrar) instead of on the SaveMyService Hosting platform |
| Last Updated | 2026-08-12 |
If your domain's DNS is not hosted on the SaveMyService Hosting platform, you'll need to add a few records at your current DNS provider so your domain can send and receive email through our hosting mail service. Below are the exact records to add, along with what each one does.
Replace YourDomainName.com with your actual domain name in every record below. Do not type the literal text "YourDomainName.com" — it's a placeholder for your domain.
Log in to whichever company currently manages your domain's DNS (this is often your registrar, such as GoDaddy, or a DNS/CDN provider, such as Cloudflare) and open the DNS management or DNS zone editor for your domain. Add the four records listed below.
Note: Some DNS providers ask for the full domain (YourDomainName.com) in the Host/Name field, while others want just the subdomain part (e.g., @ for the root domain, or autoconfig instead of autoconfig.YourDomainName.com). If a record doesn't save as written, try the shorter version of the Host/Name value.
| # | Record Type | Host / Name | Value / Points To | Priority |
|---|---|---|---|---|
| 1 | TXT (SPF) | YourDomainName.com | v=spf1 include:mfg.siteprotect.com ~all | — |
| 2 | TXT (DMARC) | _dmarc.YourDomainName.com | v=DMARC1; p=none; rua=mailto:postmaster@YourDomainName.com | — |
| 3 | MX | YourDomainName.com | mx.usgo.net | 10 |
| 4 | CNAME | autoconfig.YourDomainName.com | autoconfig.usgo.net | — |
What each record does:
p=none setting means reports are generated but no mail is blocked or quarantined based on this policy — it is monitoring-only. The rua= address is where those reports are sent, so make sure postmaster@YourDomainName.com is a mailbox you can access, or adjust it to an address you control.mx.usgo.net for your hosted mailboxes to receive mail.A note on DKIM: DKIM is not currently offered for this configuration. Only the records listed above are required at this time.
DNS changes can take anywhere from a few minutes up to 24–48 hours to fully propagate, depending on your DNS provider and the TTL (time to live) set on the records. Mail delivery may be inconsistent until propagation completes. If you no longer see mail flow issues and the records above are all in place, no further action is needed on your end.