[email protected], you point your domain at an external email service and add the right DNS records in the bot: an MX record (where mail is delivered) and TXT records for SPF/DKIM/DMARC (so your mail doesn’t land in spam). It all happens in @lumibp_bot → My Domains → your domain → DNS settings, and the domain stays on Cloudflare.
How it works
Pick an email service
Any provider that gives you mail on your own domain: Google Workspace, Yandex 360, Zoho Mail (Zoho has a free plan for a single domain), and so on. Create a mailbox there and add your domain — the service will tell you which records to set.
Add MX records
In DNS settings, add MX records with the hostnames and priorities the service gave you. Lower priority = higher precedence. For example:
| Type | Name | Value | Priority |
|---|---|---|---|
| MX | @ | mx1.provider.com | 10 |
| MX | @ | mx2.provider.com | 20 |
Add TXT: SPF, DKIM, DMARC
These three are TXT records. Take the exact values from your email service’s panel:
SPF authorizes the service’s servers to send as your domain; DKIM signs the messages; DMARC tells receivers what to do with mail that fails the checks. More detail in DNS records.
| Record | Name | Value (example) |
|---|---|---|
| SPF | @ | v=spf1 include:provider.com ~all |
| DKIM | selector._domainkey | v=DKIM1; k=rsa; p=<public key> |
| DMARC | _dmarc | v=DMARC1; p=quarantine; rua=mailto:[email protected] |
The bot supports A, CNAME, AAAA, MX, TXT, SRV records — enough for any email service. Add multiple MX servers as separate records with different priorities.
Option with your own NS (no Cloudflare)
If you want mail without a separate email service, you can delegate the domain to an NS provider that hands out mailboxes directly — for example Alwaysdata (free plan, mailbox kept indefinitely).Sign up
Create an account on the free Alwaysdata plan → Product → Free.
Add the domain and change NS
Go to Domains → add your domain → copy the NS you’re given. Paste them into @lumibp_bot → My Domains → your domain → Change NS (space-separated, no commas).
Create a mailbox and log in
Email → Addresses → Add a mailbox, with the name before the
@ in the localpart field. Sign in to your mail via Roundcube. NS propagation takes up to 24 hours.DNS records
Record types, SPF, DKIM, DMARC in detail.
Connect to a site
NS and an A record for your own server.