How to Authenticate Your Domain Name on Infomaniak
Introduction
If your domain’s DNS is managed at Infomaniak (Swiss registrar/host), you authenticate it for systeme.io email by adding three CNAME records and one TXT (DMARC) record in the Infomaniak DNS zone. Official help article 3942 documents the steps—including Infomaniak’s Source / Target labels and the trailing dot on CNAME targets.
This guide is for email sending authentication, not for connecting a sales funnel (that uses article 3944 under Custom Domain).
Prerequisites
- Active systeme.io account.
- Domain with DNS hosted at Infomaniak.
- Access to Infomaniak Manager.
- Domain entered in systeme.io without www.
- An active site on the domain when required for email auth—see general domain authentication.
Step 1 — Generate Records in systeme.io
- Log in to systeme.io.
- Settings → Emails.
- Start domain authentication.
- Enter your domain without www → Save.
- Status shows Pending until DNS is correct.
- Refresh if needed → click the eye icon for 3 CNAME + 1 TXT.
Example CNAME pattern (your values differ):
si942517→inbound.systeme.iosystemeio1._domainkey→key1.systeme.iosystemeio2._domainkey→key2.systeme.io
Step 2 — Open Infomaniak DNS Zone
- Log in to Infomaniak Manager.
- Open your domain.
- Go to DNS zone or DNS records (sidebar).
- Click Add a record (or equivalent) for each row from systeme.io.
Step 3 — Add the Three CNAME Records
Repeat for each of the three CNAME lines:
- Type: CNAME.
- Source: paste from systeme.io—prefix only (e.g.
si942517, notsi942517.yourdomain.comif Infomaniak appends the zone). - Target: paste the target from systeme.io and append a period (.) at the end (e.g.
inbound.systeme.io.,key1.systeme.io.,key2.systeme.io.). This trailing dot is required on Infomaniak per article 3942. - Click Save / validate.
Infomaniak field names
Infomaniak uses Source (host) and Target (points to)—not “Name/Host” and “Value” like some other panels. The logic is the same: short source, full target with trailing dot for CNAMEs.
Expected layout (examples):
- Source:
si942517— Target:inbound.systeme.io. - Source:
systemeio1._domainkey— Target:key1.systeme.io. - Source:
systemeio2._domainkey— Target:key2.systeme.io.
Step 4 — Add the TXT (DMARC) Record
- Add a record → Type: TXT (Infomaniak may also offer a DMARC preset—either works if values match).
- Source:
_dmarc(as shown in systeme.io). - Target: paste the full DMARC string, e.g.
v=DMARC1; p=none; rua=mailto:you@yourdomain.com—replace the placeholder with your real email. - Save.
Keep only one _dmarc record—duplicate DMARC TXT rows break validation.
How to Add a DMARC Record on Infomaniak (article 3943)
Step 5 — Verify in systeme.io
- Wait for DNS propagation (often minutes; up to 48 hours).
- Return to Settings → Emails on systeme.io.
- Confirm Pending → Verified.
- Confirm your sender email address on the same domain.
Infomaniak-Specific Notes
- Trailing dot: Missing dot on CNAME targets is a common reason records fail on Infomaniak.
- Mail on Infomaniak: If you use Infomaniak Mail, keep MX records intact; email-auth CNAMEs are additive for systeme.io sending.
- Do not confuse records: Funnel CNAMEs (CloudFront from Custom Domain) differ from email CNAMEs—do not overwrite one with the other.
- DKIM hostnames: Paste
systemeio1._domainkeyandsystemeio2._domainkeyexactly in Source—no extra domain suffix if the panel auto-appends.
Troubleshooting
| Issue | Likely cause | Fix |
|---|---|---|
| Pending forever | No trailing dot on Target | Add . after inbound.systeme.io etc. |
| Record rejected | Full FQDN in Source | Use prefix only in Source. |
| DMARC fails | Two _dmarc entries | Merge into one TXT/DMARC record. |
| Site works, mail not verified | Only funnel DNS added | Add Emails panel CNAMEs/TXT. |
| Typo in target | Wrong key host | Re-copy from eye icon in systeme.io. |
Frequently Asked Questions
Trailing dot?
Yes on CNAME Target values for Infomaniak.
Source field?
Host prefix only (si942517, systemeio1._domainkey).
Where in Infomaniak?
Domain → DNS zone → Add a record.
Funnel vs email?
Different systeme.io settings and CNAME targets.
DMARC?
Source _dmarc, full policy in Target.
Last updated: July 3, 2026