---
title: "How to Add webmailer.perfora.net to Your IONOS SPF Record | AutoSPF"
description: "Learn how to add webmailer.perfora.net to your IONOS SPF record to improve email authentication, prevent spoofing, and support reliable email delivery."
image: "https://autospf.com/og/blog/add-webmailer-perfora-net-to-ionos-spf-record.png"
canonical: "https://autospf.com/blog/add-webmailer-perfora-net-to-ionos-spf-record/"
---

Quick Answer

To add webmailer.perfora.net to your IONOS SPF record, update your existing SPF TXT record with the appropriate include mechanism. This authorizes Perfora to send emails on your domain’s behalf and helps improve email authentication and deliverability.

Share 

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

![Add webmailer.perfora.net](https://media.mailhop.org/autospf/spf-record-office-365-6321-1789116319542.jpg) 

_webmailer.perfora.net_ is associated with the IONOS/1&1 webmail infrastructure used to send messages from an IONOS email account through browser-based webmail rather than a local mail client such as Outlook. If your **domain uses IONOS email**, Office Solutions, professional email, Mail Archiving, or related services, your SPF record should authorize the correct IONOS [mail servers](https://www.cloudflare.com/learning/email-security/what-is-a-mail-server/) so receiving systems such as Gmail, Yahoo, MSN, and Outlook can recognize legitimate mail from your domain.

This matters because SPF helps the recipient server decide whether an incoming message that claims to be from your email address was sent by an approved mail server. Without the right SPF configuration, mail sent through _webmailer.perfora.net_ may land in the spam folder, fail [spam filtering](https://www.fortinet.com/resources/cyberglossary/spam-filters), or trigger spam detection warnings. In some cases, the inbox never receives the message at all.

To configure SPF for an IONOS domain, sign in to your IONOS account, select the relevant domain, and open its DNS settings. Locate the existing [TXT records](https://www.cloudns.net/wiki/article/14/) and check whether an SPF record beginning with `v=spf1` is already published. Before making changes, identify all services that send **email on behalf of your domain** so you can authorize the correct sending sources without creating [multiple SPF records](https://autospf.com/blog/multiple-spf-records-essential-configuration-for-email-authentication/).

A typical IONOS SPF workflow is to sign in to your IONOS account, select the relevant domain, open its DNS settings, and review the existing TXT records. Look for an SPF record that begins with `v=spf1`. Before making any changes, confirm which mail services send email on behalf of your domain so that all legitimate sending sources are properly authorized.

![Spf Lookup 4336](https://media.mailhop.org/autospf/spf-lookup-4336-1789116355422.jpg)

## Understanding SPF Records and Email Authentication Basics

SPF, or Sender Policy Framework, is a [DNS TXT record](https://autospf.com/blog/what-is-a-dns-txt-record/) that lists which email servers are allowed to send mail for a domain. A basic SPF record may look like this:

`v=spf1` `include:*spf*.example-provider.com ~all`

The v=spf1 part identifies the TXT record as SPF. The include mechanism authorizes another providers SPF policy. The final qualifier, such as \~all or -all, tells recipient server systems how strictly to **treat unlisted sources**. IONOS SPF records often reference IONOS-controlled infrastructure rather than individual hostnames, but _webmailer.perfora.net_ may come up when tracing webmail, SMTP, or legacy 1&1 sending paths. [Email security](https://autospf.com/) is essential for protecting sensitive information from phishing, spoofing, malware, and unauthorized access.

SPF is designed to reduce spoofing, spoofed email, spam, and phishing attempts by spammers. It does not scan for malware, virus, or worm payloads; that is handled by anti-virus tools, spam protection, and content filters. SPF also does not verify the visible reply address, return address, or subject line by itself. It checks whether the server sending the message is authorized for the envelope sender domain.

This is why SPF works alongside DKIM, DMARC, SRS, and spam complaint systems. SRS is especially important with forwarding and [email forwarding](https://www.activecampaign.com/glossary/email-forwarding), because forwarding can break SPF when the forwarding address resends mail from a new server. If you use a forwarding address, proxy address, proxy e-mail, or private registration service, SPF alignment may require extra care.

Your domains WHOIS or registration information is separate from SPF authentication. SPF is configured through the domains [DNS records](https://www.cloudflare.com/learning/dns/dns-records/), where you specify the authorized email-sending sources for your domain. When **configuring IONOS SPF**, focus on the DNS TXT record and the mail servers or SPF mechanisms required by the IONOS services you use.

![Sender Policy Framework Office 365 6320](https://media.mailhop.org/autospf/sender-policy-framework-office-365-6320-1789116385984.jpg)

Common signs include:

- Messages from an IONOS email address are marked as spam by Gmail, Yahoo, MSN, or Outlook.
- A recipient server reports SPF failure for your domain.
- A mail application or email program shows successful SMTP delivery, but the recipient never sees the message.
- The inbox works for receiving mail, but sending from webmail fails authentication.
- IONOS displays activation required for an email account, domain, hiDrive, email archiving, or office solutions service.
- You recently used create an email address in My Account but did not update DNS.

When configuring **SPF for IONOS**, rely on the current [DNS configuration](https://www.digicert.com/blog/an-introduction-to-dns-configurations) and the SPF mechanisms required by the IONOS services you use. Avoid copying SPF values from outdated forum posts or legacy 1&1 configurations without verifying that they are still valid.

Before making changes, sign in through product login, go to my account, select the domain, and confirm that the email account is active. If product login loops or My Account does not load, check browser cookies, try private browsing mode, then log out and sign back in. If help & contact shows activation required, resolve activation required first.

![How To Create Spf Record 6666](https://media.mailhop.org/autospf/how-to-create-spf-record-6666-1789116423473.jpg)

## How to Check Your Current IONOS SPF Record

To check your current IONOS SPF record, open product login, go to my account, select the domain, and open the DNS or control panel area. Look for TXT records that begin with:

`v=spf1`

You should have only one SPF TXT record per domain. Multiple SPF records can cause SPF failure. If you see several **TXT entries** starting with v=spf1, consolidate them into a single record.

You can also check from a terminal:

`dig TXT example.com`

You can also use an [SPF lookup](https://autospf.com/blog/what-is-an-spf-lookup-and-why-it-matters/) tool to review your domains published record. Check whether the record already authorizes IONOS and any other legitimate services that send email on behalf of your domain, such as SMTP providers, email marketing platforms, or forwarding services. If you use multiple sending services, make sure they are covered by the same SPF record without creating multiple SPF records for the domain.

If you use IONOS webmail, Outlook, or another mail application, verify which IONOS mail servers or SPF mechanisms are actually used to **send your messages**. Do not add webmailer.perfora.net to the SPF record unless the current IONOS documentation or a valid SPF lookup confirms that it is an appropriate SPF authorization mechanism.

Also check mailbox settings and sending settings. A mismatch between the authenticated email account and the visible email address can cause a reply address or return address problem. If you recently create an email address but use an old password in Outlook, the mail client may authenticate incorrectly. Update the password, test SMTP, and verify the message reaches the recipient inbox instead of the [spam folder](https://www.campaignmonitor.com/resources/knowledge-base/whats-the-spam-folder/).

If the control panel does not show the expected DNS tools, log out, clear browser cookies, and retry in private browsing mode. A stale session, user session, or session id cause outdated pages to appear. If the **issue persists**, use help & contact, solution finder, or technical support at _ionos_.com.

![Spf Checker 0221](https://media.mailhop.org/autospf/spf-checker-0221-1789116464229.jpg)

### Preparing the Correct SPF Include Statement for webmailer.perfora.net

When preparing the SPF change, do not add random hostnames blindly. An SPF include must point to a domain that publishes a valid SPF TXT record. If IONOS documentation or technical support specifically incan structs you to authorize webmailer.perfora.net, the statement would typically be prepared in this form:

`include:webmailer.perfora.net`

A combined SPF record might look like:

v=spf1 include:webmailer.perfora.net include:\_spf-us.ionos.com \~all

However, the exact include depends on your IONOS region, legacy 1&1 setup, and whether you use Office Solutions, [Mail Archiving](https://www.techtarget.com/it-infrastructure/definition/email-archiving), forwarding, or another EMAILPROVIDER. Before saving, run an SMTP check or SPF validator to confirm webmailer.perfora.net resolves **appropriately for SPF**. If it does not publish SPF, use the current IONOS-recommended include instead.

After updating DNS, allow propagation time, then send test messages from webmail, Outlook, and any mail application you use. Test an email address created in IONOS, confirm the email account is active, and verify that mail reaches the recipient inbox. If mail still fails, check spam filtering, [spam protection logs](https://griffinforms.com/docs/user-docs/spam-protection/spam-protection-logging.php), automatic notification messages, and any spam complaint feedback. Then return to help & contact with the domain, sender email address, recipient, subject line, SPF result, and SMTP check output.

![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/) 

Scan Your Domain Now

Instantly scan your domain for DKIM, SPF, and DMARC issues

Check My Domain 

Share this article

[ ](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fautospf.com%2Fblog%2Fadd-webmailer-perfora-net-to-ionos-spf-record%2F) [ ](https://twitter.com/intent/tweet?text=How%20to%20Add%20webmailer.perfora.net%20to%20Your%20IONOS%20SPF%20Record&url=https%3A%2F%2Fautospf.com%2Fblog%2Fadd-webmailer-perfora-net-to-ionos-spf-record%2F) [ ](https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fautospf.com%2Fblog%2Fadd-webmailer-perfora-net-to-ionos-spf-record%2F) Copy 

Related Articles

- [ ![SPF Standard](https://media.mailhop.org/autospf/images/2025/11/kitterman-spf-4236.jpg)  10 Reasons The SPF Standard Is Essential For Protecting Your Domain Foundational ](/blog/10-reasons-the-spf-standard-is-essential-for-protecting-your-domain/)
- [ ![AI-based scams](https://media.mailhop.org/autospf/images/2024/08/spf-checker-2003.jpg)  4 ChatGPT and AI-based scams to be wary of in the second half of 2024 Foundational ](/blog/4-ai-and-chatgpt-scams-to-watch-for-in-2024/)
- [ ![BEC attacks](https://media.mailhop.org/autospf/images/2024/02/spf-record-office-365.jpg)  6 Steps to Outplay BEC Attackers Foundational ](/blog/6-steps-to-outplay-bec-attackers/)
- [ ![email security](https://media.mailhop.org/autospf/images/2024/05/sender-policy-framework-office-365.jpg)  7 Myths and Misconceptions about Sender Policy Framework Foundational ](/blog/7-myths-and-misconceptions-about-sender-policy-framework/)

## 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 Add webmailer.perfora.net to Your IONOS SPF Record","description":"Learn how to add webmailer.perfora.net to your IONOS SPF record to improve email authentication, prevent spoofing, and support reliable email delivery.","url":"https://autospf.com/blog/add-webmailer-perfora-net-to-ionos-spf-record/","datePublished":"2026-09-11T00:00:00.000Z","dateModified":"2026-09-11T00:00:00.000Z","dateCreated":"2026-09-11T00: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/add-webmailer-perfora-net-to-ionos-spf-record/"},"articleSection":"foundational","keywords":"","image":{"@type":"ImageObject","url":"https://media.mailhop.org/autospf/spf-record-office-365-6321-1789116319542.jpg","caption":"Add webmailer.perfora.net"},"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 Add webmailer.perfora.net to Your IONOS SPF Record","item":"https://autospf.com/blog/add-webmailer-perfora-net-to-ionos-spf-record/"}]}
```
