---
title: "How To Set Up An IONOS SPF Record | AutoSPF"
description: "Learn how to set up an IONOS SPF record to authenticate your emails, prevent spoofing, and improve email deliverability with this step-by-step guide."
image: "https://autospf.com/og/blog/how-to-set-up-an-ionos-spf-record.png"
canonical: "https://autospf.com/blog/how-to-set-up-an-ionos-spf-record/"
---

Quick Answer

To set up an IONOS SPF record, add or update your domain's SPF TXT record in the IONOS DNS settings with the correct authorized mail servers. A properly configured SPF record helps prevent email spoofing and improves email deliverability.

Share 

[ ](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fautospf.com%2Fblog%2Fhow-to-set-up-an-ionos-spf-record%2F "Share on LinkedIn") [ ](https://twitter.com/intent/tweet?text=How%20To%20Set%20Up%20An%20IONOS%20SPF%20Record&url=https%3A%2F%2Fautospf.com%2Fblog%2Fhow-to-set-up-an-ionos-spf-record%2F "Share on X/Twitter") [ ](https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fautospf.com%2Fblog%2Fhow-to-set-up-an-ionos-spf-record%2F "Share on Facebook") [ ](https://reddit.com/submit?url=https%3A%2F%2Fautospf.com%2Fblog%2Fhow-to-set-up-an-ionos-spf-record%2F&title=How%20To%20Set%20Up%20An%20IONOS%20SPF%20Record "Share on Reddit") [ ](mailto:?subject=How%20To%20Set%20Up%20An%20IONOS%20SPF%20Record&body=Check out this article: https%3A%2F%2Fautospf.com%2Fblog%2Fhow-to-set-up-an-ionos-spf-record%2F "Share via Email") 

![IONOS SPF Record](https://media.mailhop.org/autospf/multiple-spf-records-6396-1782902084357.jpg) 

An SPF record is a DNS-based email authentication rule that tells receiving mail systems which mail server or third-party services are allowed to send email for your domain. SPF stands for Sender Policy Framework, and it is published as a [TXT record](https://www.digicert.com/faq/dns/what-is-a-txt-record) in your domain’s DNS. When a recipient server receives a message claiming to come from your domain, it performs an SPF check against your DNS record to determine whether the sending IP address is permitted.

For IONOS users, an IONOS SPF setup is important because it helps receiving providers, such as Gmail, gmx.com, and **business email filtering** server platforms, decide whether your message is legitimate. A correct SPF record improves [email deliverability](https://autospf.com/blog/spf-protocol-explained-boosting-your-email-deliverability-and-security/), supports email security, and reduces the risk of email spoofing, where attackers forge your domain in the email header.

The Sender Policy Framework does not encrypt messages or replace DKIM and DMARC, but it is a foundational part of modern email authentication. DKIM validates message integrity with [cryptographic signatures](https://chainscorelabs.com/glossary/metaverse-standards-and-virtual-assets/content-provenance-and-licensing/cryptographic-signature), while DMARC tells receivers how to handle SPF and DKIM failures. Together, SPF, DKIM, and DMARC build email trust, protect your brand, and support spam prevention.

_For IONOS mailboxes, the SPF record generally authorizes IONOS mail servers to send on behalf of your domain_. If you also use Gmail accounts, [CRM platforms](https://piwik.pro/glossary/customer-relationship-management-crm-platforms/), newsletter tools, Facebook, Twitter/X, LinkedIn, or services that route **messages through mail channels** such as mailchannels.com, your SPF configuration may need to include those authorized servers too.

![Email Authentication Pillars](https://media.mailhop.org/autospf/dns-lookup-error-7563-1782902490005.jpg)

## Before You Start: Information Needed to Create the Correct SPF Record

Before setting up SPF, collect details about every system that sends email using your domain. Your goal is to create a single TXT record containing one SPF value with a complete list of allowed servers. Publishing more than one SPF record for the same domain is a common mistake and can cause email authentication failures.

You will need:

- Access to your domain’s **DNS settings in IONOS** or through an external [DNS provider](https://phoenixnap.com/glossary/what-is-a-dns-provider)
- The domain name you want to protect
- The sending services you use, such as IONOS, Gmail, email server hosting, [marketing tools](https://elementor.com/blog/marketing-tools/), or transactional mail systems
- Any required IP address or include statement supplied by your email provider
- Existing TXT records in the domain zone, especially any current SPF entry

A typical IONOS SPF record uses the SPF version tag v=spf1, followed by authorization mechanisms and an ending qualifier. For example, an IONOS-focused record may use an include statement such as:

```
v=spf1 include:_spf-us.ionos.com ~all
```

The v=spf1 part identifies the SPF protocol. The `include:_spf-us.ionos.com` mechanism tells receiving systems to also trust SPF rules published by IONOS. The `~all` qualifier means soft fail, also written as softfail, for senders not listed. A stricter `-all` qualifier tells receivers to reject or strongly **distrust non-authorized mail**.

![SPF Syntax Explained](https://media.mailhop.org/autospf/sender-policy-framework-4965-1782902231218.jpg)

_If your domain currently has a missing SPF record, start with the default SPF guidance from IONOS Help Center or IONOS Digital Guide_. If you inherited a domain from another domain provider, check whether there is a supplemented [DNS record](https://www.ibm.com/think/topics/dns-records) or legacy TXT record that already contains SPF parameters.

## Step-by-Step Guide to Adding or Editing an SPF Record in IONOS

Setting up SPF in IONOS means adding or modifying a TXT record in the [DNS zone](https://www.cloudflare.com/learning/dns/glossary/dns-zone/) for your domain. The exact interface can change, so **consult the IONOS Help Center** if labels differ, but the process is usually straightforward.

### 1\. Open the IONOS DNS Management Area

Log in to your IONOS account and select the relevant domain. Navigate to the DNS or [domain management](https://www.networksolutions.com/blog/domain-management-101/) area, then open the domain zone. This is where DNS record types such as A, MX, CNAME, and TXT are managed.

Look for an existing SPF record. It will usually appear as a TXT record beginning with v=spf1\. If you already have an SPF entry, do not create a second one. Instead, choose the option to edit the TXT record and **merge your new IONOS SPF** settings into the existing value.

### 2\. Add or Update the SPF TXT Record

If no SPF record exists, create a new TXT record. Use @ or leave the host/name field blank if the interface requires that format for the root domain. In the value field, enter the correct SPF value.

For IONOS-only sending, a common **IONOS SPF configuration** may look like this:

```
v=spf1 include:_spf-us.ionos.com ~all
```

This SPF record authorizes IONOS mail servers and instructs receiving systems to produce a soft fail from other sources. If your organization only sends through IONOS and wants a stricter policy, you may eventually choose:

```
v=spf1 include:_spf-us.ionos.com -all
```

However, use the `-all` qualifier only after confirming that all authorized mail servers are included. A **strict SPF implementation** can harm email deliverability if a legitimate mail server is omitted.

### 3\. Save the DNS Record and Allow Propagation

After saving the DNS record, allow time for [DNS propagation](https://contabo.com/blog/wiki/dns-propagation/). _Changes may appear quickly, but some resolvers can take several hours depending on TTL and caching_. During this period, email authentication results may vary.

![Combine SPF Sources](https://media.mailhop.org/autospf/spf-security-5204-1782902586648.jpg)

#### Important: Use Only One SPF Record

A domain must have only one SPF record. If you need to authorize IONOS plus Gmail, mailchannels.com, or a **third-party email filtering** server, combine them into one TXT record rather than adding multiple SPF records.

##### Example Combined SPF Value

```
v=spf1 include:_spf-us.ionos.com include:_spf.google.com include:relay.mailchannels.net ~all
```

This SPF value authorizes IONOS, Gmail, and MailChannels in one record. Always verify the exact include statement with each provider before publishing.

## Common IONOS SPF Record Examples and Syntax Rules

A clean SPF configuration keeps your [email security](https://autospf.com/) strong without making the TXT record overly complex. The core syntax begins with the SPF version and **ends with an enforcement rule**.

### Common SPF Examples

For IONOS mail only:

```
v=spf1 include:_spf-us.ionos.com ~all
```

For IONOS plus a specific sending IP address:

```
v=spf1 include:_spf-us.ionos.com ip4:203.0.113.10 ~all
```

For IONOS plus Gmail accounts:

```
v=spf1 include:_spf-us.ionos.com include:_spf.google.com ~all
```

For IONOS plus MailChannels:

```
v=spf1 include:_spf-us.ionos.com include:relay.mailchannels.net ~all
```

Each include statement expands the authorized servers for your domain. The receiving mail server **evaluates those SPF parameters** during an SPF check and decides whether the sending server is allowed to verify sender identity for that domain.

Be careful with the 10-DNS-lookup limit in the Sender Policy Framework. Too many include mechanisms can cause [SPF permerror](https://autospf.com/blog/avoiding-spf-permerror-essential-spf-record-management-strategie/) results. If your email server hosting stack uses multiple vendors, review all senders and remove unused services. Black Sheep Support and other technical support providers often recommend documenting every mail server and SPF update to avoid accidental breakage later.

_Also, remember that SPF validates the envelope sender, not always the visible From address shown in an email client_. That is why SPF works best when **paired with DKIM and DMARC** for complete email authentication.

## How to Verify, Troubleshoot, and Maintain Your IONOS SPF Record

After publishing your IONOS SPF record, verify it using independent DNS and email authentication tools. Services such as MX Toolbox can perform an SPF test, inspect your TXT record, and flag syntax issues. You can also query DNS manually or use diagnostic endpoints such as ping.tools.mxtoolbox.com. If using MXToolbox alerts or reports, you may see references such as [abuse@mxtoolbox.com](mailto:abuse@mxtoolbox.com) in their ecosystem, but your main focus should be the actual SPF result.

![Mastering IONOS SPF Record Setup and Configuration](https://media.mailhop.org/autospf/spf-record-limit-3682-1782902644983.jpg)

### Troubleshooting Common SPF Problems

If messages still go to spam, check the following:

- The SPF record starts with v=spf1
- There is only one SPF record for the domain
- The IONOS SPF include **statement is typed correctly**
- All authorized servers and authorized mail servers are included
- The TXT record was added in the correct domain zone
- The propagation time has passed
- The sending IP address matches a permitted mechanism
- DKIM and DMARC are also configured

A failed SPF check may appear in the email header as fail, softfail, or neutral. A soft fail using `~all` usually tells the receiver to accept, but mark the message as suspicious. A hard fail using `-all` is stricter and can improve email security, but only when your SPF management is mature.

For long-term maintenance, review your SPF record whenever you add or remove a mail server, change email server hosting, migrate to Gmail accounts, use a new email filtering server, or **switch your domain provider**. _The IONOS editorial team, IONOS Digital Guide, and IONOS Help Center are useful references for default SPF and platform-specific updates_.

An SPF record is not related to an [SSL certificate](https://sematext.com/glossary/ssl-certificate/), website HTTPS, or mailbox passwords, but it is central to email deliverability and email reputation. Maintain the Sender Policy Framework record as part of your broader email security program, alongside DKIM, DMARC, spam prevention controls, and regular DNS record audits.

![Brad Slavin](https://media.mailhop.org/autospf/images/authors/brad-slavin.jpg) 

[ Brad Slavin ](/authors/brad-slavin/) 

General Manager

Founder and General Manager of DuoCircle. Product strategy and commercial lead for AutoSPF's 2,000+ customer base.

[LinkedIn Profile →](https://www.linkedin.com/in/bradslavin) 

## Ready to get started?

Try AutoSPF free — no credit card required.

[ Book a Demo ](/book-a-demo/) 

## Related Articles

[  Foundational 17m  10 Reasons The SPF Standard Is Essential For Protecting Your Domain  Nov 20, 2025 ](/blog/10-reasons-the-spf-standard-is-essential-for-protecting-your-domain/)[  Foundational 5m  4 ChatGPT and AI-based scams to be wary of in the second half of 2024  Aug 16, 2024 ](/blog/4-ai-and-chatgpt-scams-to-watch-for-in-2024/)[  Foundational 6m  6 Steps to Outplay BEC Attackers  Feb 2, 2024 ](/blog/6-steps-to-outplay-bec-attackers/)[  Foundational 4m  7 Myths and Misconceptions about Sender Policy Framework  May 31, 2024 ](/blog/7-myths-and-misconceptions-about-sender-policy-framework/)

```json
{"@context":"https://schema.org","@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138897474","name":"AutoSPF","url":"https://autospf.com","logo":{"@type":"ImageObject","url":"https://autospf.com/images/autospf-logo.png"},"description":"Automatic SPF flattening and email authentication management. Resolve SPF lookup limits, flatten SPF records, and maintain email deliverability across all your domains.","parentOrganization":{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138883901","name":"DuoCircle LLC","url":"https://www.duocircle.com","sameAs":["https://www.wikidata.org/wiki/Q138883901","https://www.crunchbase.com/organization/duocircle-llc","https://www.linkedin.com/company/duocircle","https://github.com/duocircle"],"subOrganization":[{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138898167","name":"DMARC Report","url":"https://dmarcreport.com"},{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138897474","name":"AutoSPF","url":"https://autospf.com"},{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138897912","name":"Phish Protection","url":"https://www.phishprotection.com"}]},"sameAs":["https://www.wikidata.org/wiki/Q138897474","https://www.linkedin.com/company/autospf","https://x.com/autospf01","https://www.g2.com/products/autospf/reviews"],"contactPoint":{"@type":"ContactPoint","contactType":"customer support","url":"https://autospf.com/contact-us/"},"knowsAbout":["SPF Record Flattening","Sender Policy Framework","Email Authentication","DNS Management","DMARC","DKIM"]}
```

```json
{"@context":"https://schema.org","@type":"WebSite","name":"AutoSPF","url":"https://autospf.com","description":"Automatic SPF flattening and email authentication management. Resolve SPF lookup limits, flatten SPF records, and maintain email deliverability across all your domains.","publisher":{"@type":"Organization","name":"AutoSPF","url":"https://autospf.com","logo":{"@type":"ImageObject","url":"https://autospf.com/images/autospf-logo.png"},"description":"Automatic SPF flattening and email authentication management. Resolve SPF lookup limits, flatten SPF records, and maintain email deliverability across all your domains.","parentOrganization":{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138883901","name":"DuoCircle LLC","url":"https://www.duocircle.com","sameAs":["https://www.wikidata.org/wiki/Q138883901","https://www.crunchbase.com/organization/duocircle-llc","https://www.linkedin.com/company/duocircle","https://github.com/duocircle"],"subOrganization":[{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138898167","name":"DMARC Report","url":"https://dmarcreport.com"},{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138897474","name":"AutoSPF","url":"https://autospf.com"},{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138897912","name":"Phish Protection","url":"https://www.phishprotection.com"}]}}}
```

```json
{"@context":"https://schema.org","@type":"BlogPosting","headline":"How To Set Up An IONOS SPF Record","description":"Learn how to set up an IONOS SPF record to authenticate your emails, prevent spoofing, and improve email deliverability with this step-by-step guide.","url":"https://autospf.com/blog/how-to-set-up-an-ionos-spf-record/","datePublished":"2026-07-01T00:00:00.000Z","dateModified":"2026-07-01T00:00:00.000Z","dateCreated":"2026-07-01T00:00:00.000Z","author":{"@type":"Person","@id":"https://autospf.com/authors/brad-slavin/#person","name":"Brad Slavin","url":"https://autospf.com/authors/brad-slavin/","jobTitle":"General Manager","description":"Brad Slavin is the founder and General Manager of DuoCircle, the company behind AutoSPF, DMARC Report, Phish Protection, and Mailhop. He founded DuoCircle in 2014 to solve the SPF 10-DNS-lookup problem at scale and has led the company's growth to 2,000+ customers. Brad's focus is product strategy, customer relationships, and the commercial and compliance side of email authentication (DPAs, SLAs, enterprise procurement) rather than hands-on DNS engineering.","image":"https://media.mailhop.org/autospf/images/authors/brad-slavin.jpg","knowsAbout":["Email Security Strategy","SaaS Product Management","Enterprise Compliance","Customer Success","Email Deliverability Business"],"worksFor":{"@type":"Organization","name":"AutoSPF","url":"https://autospf.com"},"sameAs":["https://www.linkedin.com/in/bradslavin"]},"publisher":{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138897474","name":"AutoSPF","url":"https://autospf.com","logo":{"@type":"ImageObject","url":"https://autospf.com/images/autospf-logo.png"},"description":"Automatic SPF flattening and email authentication management. Resolve SPF lookup limits, flatten SPF records, and maintain email deliverability across all your domains.","parentOrganization":{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138883901","name":"DuoCircle LLC","url":"https://www.duocircle.com","sameAs":["https://www.wikidata.org/wiki/Q138883901","https://www.crunchbase.com/organization/duocircle-llc","https://www.linkedin.com/company/duocircle","https://github.com/duocircle"],"subOrganization":[{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138898167","name":"DMARC Report","url":"https://dmarcreport.com"},{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138897474","name":"AutoSPF","url":"https://autospf.com"},{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138897912","name":"Phish Protection","url":"https://www.phishprotection.com"}]},"sameAs":["https://www.wikidata.org/wiki/Q138897474","https://www.linkedin.com/company/autospf","https://x.com/autospf01","https://www.g2.com/products/autospf/reviews"],"contactPoint":{"@type":"ContactPoint","contactType":"customer support","url":"https://autospf.com/contact-us/"},"knowsAbout":["SPF Record Flattening","Sender Policy Framework","Email Authentication","DNS Management","DMARC","DKIM"]},"mainEntityOfPage":{"@type":"WebPage","@id":"https://autospf.com/blog/how-to-set-up-an-ionos-spf-record/"},"articleSection":"foundational","keywords":"","image":{"@type":"ImageObject","url":"https://media.mailhop.org/autospf/multiple-spf-records-6396-1782902084357.jpg","caption":"IONOS SPF Record"},"speakable":{"@type":"SpeakableSpecification","cssSelector":[".answer-block","h1"]}}
```

```json
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://autospf.com/"},{"@type":"ListItem","position":2,"name":"Blog","item":"https://autospf.com/blog/"},{"@type":"ListItem","position":3,"name":"Foundational","item":"https://autospf.com/foundational/"},{"@type":"ListItem","position":4,"name":"How To Set Up An IONOS SPF Record","item":"https://autospf.com/blog/how-to-set-up-an-ionos-spf-record/"}]}
```
