---
title: "How to Set Up SPF for IBM SmartCloud Notes Using Collabserv | AutoSPF"
description: "Learn how to set up SPF for IBM SmartCloud Notes using Collabserv, improve email authentication, and reduce spoofing and delivery issues."
image: "https://autospf.com/og/blog/how-to-set-up-spf-for-ibm-smartcloud-notes-collabserv.png"
canonical: "https://autospf.com/blog/how-to-set-up-spf-for-ibm-smartcloud-notes-collabserv/"
---

Quick Answer

Learn how to set up an SPF record for IBM SmartCloud Notes using Collabserv. Follow the correct configuration steps to authorize email servers, prevent SPF failures, and improve email deliverability and authentication.

Share 

[ ](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fautospf.com%2Fblog%2Fhow-to-set-up-spf-for-ibm-smartcloud-notes-collabserv%2F "Share on LinkedIn") [ ](https://twitter.com/intent/tweet?text=How%20to%20Set%20Up%20SPF%20for%20IBM%20SmartCloud%20Notes%20Using%20Collabserv&url=https%3A%2F%2Fautospf.com%2Fblog%2Fhow-to-set-up-spf-for-ibm-smartcloud-notes-collabserv%2F "Share on X/Twitter") [ ](https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fautospf.com%2Fblog%2Fhow-to-set-up-spf-for-ibm-smartcloud-notes-collabserv%2F "Share on Facebook") [ ](https://reddit.com/submit?url=https%3A%2F%2Fautospf.com%2Fblog%2Fhow-to-set-up-spf-for-ibm-smartcloud-notes-collabserv%2F&title=How%20to%20Set%20Up%20SPF%20for%20IBM%20SmartCloud%20Notes%20Using%20Collabserv "Share on Reddit") [ ](mailto:?subject=How%20to%20Set%20Up%20SPF%20for%20IBM%20SmartCloud%20Notes%20Using%20Collabserv&body=Check out this article: https%3A%2F%2Fautospf.com%2Fblog%2Fhow-to-set-up-spf-for-ibm-smartcloud-notes-collabserv%2F "Share via Email") 

![IBM SmartCloud Notes](https://media.mailhop.org/autospf/spf-permerror-4444-1788170387348.jpg) 

Sender Policy Framework, or SPF, is a DNS-based email authentication standard that tells receiving mail systems which servers are allowed to send email for your domain. For IBM SmartCloud Notes, SPF is especially important because outbound messages are often sent through IBM-hosted Collabserv infrastructure rather than directly from your own on-premises [mail servers](https://www.cloudflare.com/learning/email-security/what-is-a-mail-server/).

In practical terms, if your users send email from SmartCloud Notes, webmail, HCL Notes, Microsoft Outlook, or **mobile access clients**, the receiving server may check whether IBMs cloud mail infrastructure is authorized to send on behalf of your domain. Without a correct SPF record, legitimate messages may be quarantined, marked as spam, or rejected.

_For IBM SmartCloud Notes users, SPF helps receiving mail servers verify that messages sent through Collabserv are authorised to use your domain_. A properly configured SPF record can improve [email authentication](https://autospf.com/blog/spf-record-explained-understanding-email-authentication-for-your-domain/) and reduce the risk of legitimate messages being flagged as suspicious or rejected.

## Why SPF affects deliverability, security, and trust

SPF does not encrypt email and it does not replace DKIM or DMARC, but it is a critical part of secure email authentication. For organizations using IBM SmartCloud Notes as an email platform, SPF helps receiving systems distinguish legitimate cloud-hosted messages from [spoofed mail](https://www.msspalert.com/brief/novel-usps-spoofing-phishing-attack-relies-on-malicious-pdfs).

_This matters because organisations using IBM SmartCloud Notes may send email through IBM-hosted infrastructure rather than their own mail servers_. A correctly configured SPF record helps receiving mail servers verify that Collabserv is authorised to send messages on behalf of your domain, reducing the risk of legitimate emails being treated as suspicious or rejected.

![Spf Record Syntax 6663](https://media.mailhop.org/autospf/spf-record-syntax-6663-1788169868618.jpg)

## How Collabserv Handles Outbound Email Authentication

### Outbound mail flow through Collabserv

_Collabserv is the IBM SmartCloud Notes service domain historically used for cloud mail routing and service authentication_. When users send messages through SmartCloud Notes, IBMs Collabserv infrastructure handles outbound delivery. The SPF record for your domain must therefore include the appropriate IBM Collabserv SPF mechanism.

A typical SPF record may look conceptually like this:

`=spf1 include:spf.notes.na.collabserv.com ~all`

However, the exact include mechanism depends on your SmartCloud Notes service region and IBM documentation. **Common regional patterns** have included North America, Europe, and APAC-oriented Collabserv SPF hosts, but administrators should always verify the current value in IBM service documentation or the SmartCloud Notes administration interface before publishing DNS changes.

Before publishing the SPF record, verify that you are using the correct Collabserv SPF include for your SmartCloud Notes environment. After updating DNS, validate the record and confirm that SPF authentication passes for messages sent through SmartCloud Notes.

### Using SmartCloud Notes With Other Email Services

Organizations may use IBM SmartCloud Notes alongside other email services or business applications that send messages on their behalf. In these cases, the SPF record should authorise all legitimate **email-sending sources**, not just the infrastructure used by SmartCloud Notes. This helps prevent SPF failures when messages are sent through other approved platforms.

### SPF Considerations for Hybrid Email Environments

_Some organisations use IBM SmartCloud Notes alongside on-premises mail servers or other third-party email platforms_. If multiple systems send email using the same domain, the SPF record must authorise each **legitimate sending source**.

Before updating your SPF record, identify all services that send email for your domain. Then combine the required SPF mechanisms into a single [TXT record](https://www.cloudns.net/wiki/article/14/) while staying within SPF’s 10-DNS-lookup limit. Strong [email security](https://autospf.com/) helps protect businesses from phishing, spoofing, malware, and other email-based threats.

![Spf Record Tester 0022](https://media.mailhop.org/autospf/spf-record-tester-0022-1788169891395.jpg)

## Prerequisites: Domain Access, DNS Control, and SmartCloud Notes Admin Rights

### Domain ownership and DNS authority

Before modifying SPF, confirm that you control the public [DNS zone](https://www.geeksforgeeks.org/computer-networks/domain-name-system-dns-zones/) for the sending domain. You need access to create or edit TXT records for domains such as:

example.com

or for subdomains used by business applications, contact center systems, secure email gateways, or workflow tools:

`mail.example.com` `notifications.example.com` `support.example.com`

You should also confirm which [DNS provider](https://phoenixnap.com/glossary/what-is-a-dns-provider) hosts your domain’s DNS zone. You will need access to create or edit the TXT record containing your SPF policy. _If someone else manages your DNS, coordinate with the appropriate administrator before making any changes_.

![Spf Validator 4114](https://media.mailhop.org/autospf/spf-validator-4114-1788169907470.jpg)

### TTL, change control, and customer approvals

_Lower the DNS TTL before making changes if your process allows it_. This gives you flexibility if the SPF record needs correction. In enterprise collaboration environments, certified consultants or professional services teams often **coordinate DNS updates** as part of migration, integration, consulting, or support work.

Document the existing SPF record, the proposed change, the business reason, and the rollback plan. This is particularly important for organizations with strict data security, compliance, and secure communication requirements.

### Admin rights and service context

You also need SmartCloud Notes **administrator rights** to verify domain settings, [outbound mail routing](https://www.ibm.com/docs/en/web-mail-cloud?topic=cloud-routing-outbound-email), and service region. _If your environment includes HCL Software products, on-premises HCL Domino mail routing, Microsoft Outlook clients, mobile access, and webmail, confirm how each channel sends mail_.

## Confirm DNS Ownership and Sending Infrastructure

Before changing your SPF record, confirm who manages your domain’s DNS zone and make sure you have permission to edit the required TXT record. If a DNS administrator or [managed service provider](https://www.techtarget.com/searchitchannel/definition/managed-service-provider) handles your domain, coordinate the change with them before publishing the update.

Also verify the actual infrastructure that sends email for your domain. SPF should authorise the legitimate sending servers or services, rather than relying only on the name of the email platform.

![Spf Flattening 6321](https://media.mailhop.org/autospf/spf-flattening-6321-1788169926059.jpg)

## Validating SPF Propagation and Syntax with Lookup Tools

After publishing, [DNS propagation](https://www.cloudns.net/blog/dns-propagation-check-dns-propagation/) usually takes minutes to several hours, depending on TTL and DNS caching. Use lookup tools to confirm that the SPF record is visible and syntactically valid before **running production tests**.

### Recommended Validation Checks

Use command-line tools or online [SPF validators](https://autospf.com/blog/spf-validation-tools-the-best-online-checkers-for-your-domain/) to inspect the TXT record:

`dig TXT example.com` `nslookup -type=TXT example.com`

Check that:

- There is only one SPF record beginning with `v=spf1`
- `include:collabserv.com` resolves correctly
- The record does not exceed the 10-lookup limit
- The final mechanism is appropriate, such as \~all during migration or -all after validation
- Any on-premises **mail relay IP addresses** are still current

This validation step is essential for secure email, cloud collaboration, and enterprise collaboration reliability. If an organization uses _HCL Software_ alongside _Microsoft Outlook_, _HCL Notes_, webmail, and mobile access, one malformed [SPF record](https://autospf.com/blog/what-spf-records-are-and-how-they-protect-email-domains/) can affect the user experience across every channel.

### Validate Across Regions and Providers

Global enterprises operating in the _US_, _EU_, and _APAC_ should validate DNS from multiple locations. A sovereign cloud or hybrid cloud design may rely on a regional data center, while a **SaaS email platform** may use distributed infrastructure. For example, _collab.cloud_ deployments, _IONOS_\-based sovereign cloud environments, _AWS_ regions, and _HCL Software_ services may resolve differently depending on routing and [DNS caching](https://www.geeksforgeeks.org/computer-networks/what-is-dns-caching/).

This is also relevant for organizations with custom development, integrations, extensions, and low-code development using HCL Domino Leap or other business apps. SPF must **support real-time communication**, business productivity, secure communication, and enterprise collaboration without breaking transactional messages.

![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%2Fhow-to-set-up-spf-for-ibm-smartcloud-notes-collabserv%2F) [ ](https://twitter.com/intent/tweet?text=How%20to%20Set%20Up%20SPF%20for%20IBM%20SmartCloud%20Notes%20Using%20Collabserv&url=https%3A%2F%2Fautospf.com%2Fblog%2Fhow-to-set-up-spf-for-ibm-smartcloud-notes-collabserv%2F) [ ](https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fautospf.com%2Fblog%2Fhow-to-set-up-spf-for-ibm-smartcloud-notes-collabserv%2F) Copy 

Related Articles

- [ ![DIY-ing SPF](https://media.mailhop.org/autospf/images/2024/04/spf-record-example-5874.jpg)  10 Reasons Why DIY-ing SPF isn’t a Good Choice for Companies Intermediate ](/blog/10-reasons-diy-ing-spf-isnt-good-choice-for-companies/)
- [ ![phishing actors](https://media.mailhop.org/autospf/images/2025/11/spf-record-checker-0096.jpg)  The 12.4 billion shield for your email communications: Why DMARC software is the unsung hero in the war against phishing actors! Intermediate ](/blog/12-4-billion-dmarc-software-shield-protecting-email-from-phishing-actors/)
- [ ![SPF record](https://media.mailhop.org/autospf/images/2025/05/spf-record-generator-9003.jpg)  3 points to consider before setting your SPF record to -all (HardFail) Intermediate ](/blog/3-points-to-consider-before-setting-your-spf-record-hardfail/)
- [ ![421 Error SMTP Guide](https://media.mailhop.org/autospf/spf-lookup-1607-1785756872932.jpg)  421 Error SMTP Survival Guide: Fix the 4.4.2 Connection Dropped Issue Intermediate ](/blog/421-error-smtp-survival-guide-fix-connection-dropped-email-issue/)

## Related Articles

[  Intermediate 6m  10 Reasons Why DIY-ing SPF isn’t a Good Choice for Companies  Apr 4, 2024 ](/blog/10-reasons-diy-ing-spf-isnt-good-choice-for-companies/)[  Intermediate 5m  The 12.4 billion shield for your email communications: Why DMARC software is the unsung hero in the war against phishing actors!  Nov 19, 2025 ](/blog/12-4-billion-dmarc-software-shield-protecting-email-from-phishing-actors/)[  Intermediate 3m  3 points to consider before setting your SPF record to -all (HardFail)  May 22, 2025 ](/blog/3-points-to-consider-before-setting-your-spf-record-hardfail/)[  Intermediate  421 Error SMTP Survival Guide: Fix the 4.4.2 Connection Dropped Issue  Aug 3, 2026 ](/blog/421-error-smtp-survival-guide-fix-connection-dropped-email-issue/)

```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 SPF for IBM SmartCloud Notes Using Collabserv","description":"Learn how to set up SPF for IBM SmartCloud Notes using Collabserv, improve email authentication, and reduce spoofing and delivery issues.","url":"https://autospf.com/blog/how-to-set-up-spf-for-ibm-smartcloud-notes-collabserv/","datePublished":"2026-08-31T00:00:00.000Z","dateModified":"2026-08-31T00:00:00.000Z","dateCreated":"2026-08-31T00: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-spf-for-ibm-smartcloud-notes-collabserv/"},"articleSection":"intermediate","keywords":"","image":{"@type":"ImageObject","url":"https://media.mailhop.org/autospf/spf-permerror-4444-1788170387348.jpg","caption":"IBM SmartCloud Notes"},"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":"Intermediate","item":"https://autospf.com/intermediate/"},{"@type":"ListItem","position":4,"name":"How to Set Up SPF for IBM SmartCloud Notes Using Collabserv","item":"https://autospf.com/blog/how-to-set-up-spf-for-ibm-smartcloud-notes-collabserv/"}]}
```
