Strato
Publish the SPF, DKIM, and DMARC records MailBlastr generates for your domain on Strato — including creating the send subdomain to host the MX record.
This guide walks through adding the DNS records MailBlastr generates for a domain using Strato. Add your domain in MailBlastr first to generate the records — see Managing domains — and keep the DNS records reference open for your exact DKIM record and region.
It is best practice to use a subdomain (e.g. updates.example.com) instead of the root domain for reputation segmentation.
mail send path). To host MailBlastr’s MAIL FROM MX you must create a `send` subdomain and set the MX record there, bypassing the default.Log in to Strato
- 1Open Domain Manager
Log in to your Strato account and, in the left-hand navigation, go to Domains → Manage Domain.
- 2Open settings
Click the gear icon on the domain to open its Settings, where the DNS records live.
- 3Add each record
Add every entry below — the DKIM TXT record, the SPF MX (on a
sendsubdomain) and TXT, and the DMARC TXT.
DKIM — TXT
On the base domain’s DNS tab, manage the TXT records and add one TXT record holding your domain’s DKIM public key. DKIM values are case-sensitive and must match exactly; copy the value with the copy icon in MailBlastr.
TypeTXToptionalA single DKIM key record.
Namemailblastr._domainkeyoptionalResolves to mailblastr._domainkey.example.com. mailblastr is the fixed selector MailBlastr uses.
Valuev=DKIM1; k=rsa; p=<public key>optionalThe DKIM key record holding your domain’s public key. Must match exactly — DKIM is case-sensitive.
SPF — MX on the send subdomain
Create a new subdomain named send, open its settings, go to the DNS tab, and manage its MX record. Select own mail server, paste the MailBlastr MX value into the Server field, and use the default priority Low.
TypeMXoptionalReceives bounce and complaint feedback for the MAIL FROM subdomain.
NamesendoptionalThe send.example.com subdomain you created.
Mail serverfeedback-smtp.us-east-1.amazonses.com.optionalRegion-specific feedback host (keep the trailing dot). Replace us-east-1 with your domain’s region.
PriorityLowoptionalStrato’s default priority setting for an own mail server.
SPF — TXT on the send subdomain
On the base domain settings, go to the DNS tab, manage TXT/CNAME records, and click Create another record. Choose TXT, set Name to send, and enter the SPF value.
TypeTXToptionalSPF policy for the MAIL FROM subdomain.
NamesendoptionalResolves to send.example.com.
Valuev=spf1 include:amazonses.com ~alloptionalAuthorizes Amazon SES for the MAIL FROM subdomain.
DMARC — TXT on _dmarc
Strato may provide a standard DMARC record (e.g. v=DMARC1; p=reject;). MailBlastr recommends starting at p=none; to monitor first, then tightening — see Implementing DMARC.
TypeTXToptionalDMARC policy record.
Name_dmarcoptionalResolves to _dmarc.example.com.
Valuev=DMARC1; p=none;optionalA monitoring policy to start with; tighten to quarantine or reject later.
send subdomain to host the MAIL FROM MX (the default mail path won’t work); DKIM values are case-sensitive — copy them exactly; and keep the trailing dot on the MX value.Once all six records are saved, return to MailBlastr and re-verify the domain. If it stays pending, see What if my domain isn’t verifying?.