Move nameservers safely
Find the registrar, preserve the zone, replace old nameservers, and verify Help4 answers.
Move a domain to Help4, preserve website and email service, configure SPF, DKIM, and DMARC, and verify the result before enforcing anything that can reject legitimate mail.
Find the registrar, preserve the zone, replace old nameservers, and verify Help4 answers.
Authorize senders, publish signing keys, monitor alignment, and move toward enforcement safely.
GoDaddy, WordPress.com, Namecheap, Squarespace, preflight, DNSSEC stop conditions, and post-cutover proof.
MX, one SPF record, provider-generated DKIM, DMARC monitoring, and message-header verification.
Tenant-specific mail routing, SPF, both DKIM CNAME selectors, alignment, and staged enforcement.
Local versus remote routing, authenticated SMTP, aligned From addresses, host SPF, and cPanel DKIM.
Symptom-based checks for delivery failures, SPF errors, unsigned mail, alignment, forwarding, DNSSEC, and propagation.
Beginner examples for A, AAAA, CNAME, MX, TXT, SRV, CAA, NS, names, priorities, and TTLs.
Choose safe delivery modes for websites, APIs, mail, verification records, and private services.
Understand DS, DNSKEY, RRSIG, persistent signing, validation, stop conditions, and rollback.
Prove authority, recursive DNS, visual rendering, TLS, edge controls, origin protection, and email.
ns1.help4.net through ns6.help4.net.| Service | Where to change nameservers | What not to lose | Official help |
|---|---|---|---|
| GoDaddy | Domain Portfolio → domain → DNS → Nameservers | Export the zone and review Domain Protection/DNSSEC prompts. | GoDaddy guide |
| WordPress.com | Upgrades → Domains → domain → Name servers → disable WordPress.com nameservers | WordPress.com-hosted DNS stops applying; recreate email and verification records first. | WordPress.com guide |
| Namecheap | Domain List → Manage → Nameservers → Custom DNS | Host records do not move automatically. | Namecheap guide |
| Squarespace | Domains dashboard → domain → DNS → Domain Nameservers | Squarespace DNS and attached Google Workspace records must be recreated. | Squarespace guide |
| Other registrar | Look for Nameservers, DNS delegation, authoritative DNS, or custom nameservers. | Do not create glue records or enter IP addresses for a normal Help4 cutover. | Interactive helper |
MX records route incoming mail. Lower priority values are preferred. They do not authorize outgoing senders.
One TXT record at the sending domain lists authorized IPs and provider includes. SPF has a ten-DNS-lookup processing limit.
The provider keeps the private key and signs messages. DNS contains only the public key at selector._domainkey.
DMARC checks whether SPF or DKIM passes and aligns with the visible From domain, then applies monitoring, quarantine, or rejection policy.
p=none and collect aggregate reports at a monitored address or service.@ TXT "v=spf1 include:_spf.google.com ~all"@ TXT "v=spf1 include:spf.protection.outlook.com ~all"@ TXT "v=spf1 include:_spf.google.com ip4:YOUR_SERVER_IP ~all"_dmarc TXT "v=DMARC1; p=none; rua=mailto:dmarc@example.com; adkim=r; aspf=r;"google._domainkey TXT "v=DKIM1; k=rsa; p=PROVIDER_PUBLIC_KEY"selector1._domainkey CNAME PROVIDER_TENANT_TARGETGoogle or Microsoft may host mailboxes while cPanel sends forms and another platform sends newsletters. SPF must include every required source, but DKIM alignment from each sender is preferable to continually expanding SPF.
No. Merge authorized sources into one SPF TXT record at each hostname. Multiple SPF records produce a permanent error.
Only if that server sends mail using the domain. Hosting a website, receiving form submissions, or appearing in an A record does not by itself authorize mail.
No. Registration, renewal, and billing stay with the registrar. Help4 becomes the authoritative DNS provider.
The new zone is usually missing MX, SPF, DKIM, DMARC, verification, or service-specific records. Compare it with the pre-cutover export.
The sending mail provider should generate and retain the private key. Help4 DNS publishes the provider's public TXT or CNAME record only.
Use the selector provided by the sender, such as google, selector1, selector2, or default. Guessing selectors is not reliable.
Not unless every legitimate sender and alignment path is already proven. A staged monitor → quarantine → reject rollout prevents accidental mail loss.
The SPF-authenticated envelope domain may not align with the visible From domain. Aligned DKIM can satisfy DMARC when SPF alignment cannot.
The parent DS must match keys served by the new authoritative DNS. Old DS records can cause validating resolvers to return SERVFAIL even when ordinary DNS answers look correct.
Many updates appear within minutes or hours, but registrars commonly advise allowing 24–72 hours. Verify authoritative servers separately from recursive caches.