DNS record settings at Webglobe

Michal Michal Krejčí
5. September 2025

This guide will walk you through setting up the domain records DKIM, SPF, DMARC, and CNAME (domain router) with Webglobe. These records must be configured if you want to securely send bulk emails from the Boldem app and prevent your messages from ending up in spam.

  1. Log in to your Boldem account.
  2. In the left menu, select Settings and click Domains.
Settings/Domains menu
  1. If you didn’t enter a sending domain name when creating your account, click the + Add sending domain button. If you already entered the domain when creating your account and see it in the list, proceed to step 4 below.
Add sending domain
  1. Enter the sending domain and confirm with the Create button. Enter the domain without www, e.g. example.cz.
Add a new sending domain
  1. Click the Details button for the domain in the list.
Domain details button
  1. Click the Domain Settings tab.
Domain settings for dispatch

The page will display the DKIM signature, SPF record, and CNAME record. Keep this window open; you’ll need it in a moment.

  1. In the new window, sign in to your Webglobe account to manage your domain at https://admin.webglobe.cz/.
  2. Select the domain in the list whose settings you want to change.
List of Webglobe domains
  1. In the left-hand menu, select DNS and click DNS records. A list of domain records will appear.
Webglobe DNS records

If you don’t see the DNS records option in the menu, your domain is likely not managed by Webglobe but by another party, usually your hosting provider. In that case, contact them to request a DNS change.

DKIM Record Settings

  1. In the Webglobe interface, click the New DNS Record button on the right.
  2. In the drop-down menu Type, select TXT.
  3. In your Boldem account, in the DKIM signature section, copy the required record from the Name custom field by clicking the copy icon.
Boldem.cz DKIM name
  1. In the Webglobe interface, paste the copied value into the Name field.
  2. In your Boldem account, in the DKIM signature section, copy the required record from the Value custom field by clicking the copy icon.
DKIM signature for Boldem.cz
  1. In the Webglobe interface, paste the copied value into the Value field.
DKIM TXT record
  1. Do not change the value in the TTL dropdown.
  2. Save the record by clicking the Save button. You can find the resulting record on the TXT records tab and it will look something like this:
Webglobe TXT DNS record

SPF Record Settings

Important notices:

  • Each domain or subdomain can have only one SPF record.
  • If your domain already has an SPF record, do not create a new one; add the value from Boldem to the existing SPF record.
  • When checking TXT records with SPF data, be careful you are editing the records for the correct domain! SPF data can differ for the base domain (e.g., example.cz) and a subdomain (e.g., subdomena.example.cz). In your Boldem account you will most likely use the base domain (example.cz).
  • An SPF record can contain data for up to 10 domains.

Edit existing SPF record

If you find a TXT record in the list of domain records that contains SPF information for your domain (for example, example.cz), edit that record instead of creating a new one. Example of an existing record:

Example of an existing SPF record

If you find a question mark (?all) at the end of an existing SPF record, it means the SPF record is inactive! In that case, when editing (see the procedure below) replace the question mark with a hyphen, i.e. -all. Before updating the record, contact your domain administrator (registrar) to discuss why the question mark was used in the settings.

  1. Click the Edit button on the row to the right of this record.
  2. A new dialog for modifying the details will appear. In the Value field, insert the string include:spf.Boldem.cz before the ~all or -all tag, or replace the ?all tag with the -all tag.
existing Webglobe record
  1. Save the record by clicking the Save button.

Add new SPF record

If you don’t find a TXT record in the domain records list that contains SPF information for your domain, follow these steps:

  1. In the Webglobe interface, click the New DNS Record button on the right.
  2. In the drop-down menu Type, select TXT.
  3. Leave the Name field empty.
  4. Do not change the TTL value.
  5. In your Boldem account, in the SPF record section, copy the required record from the Value custom field by clicking the copy icon.
SPF record on Boldem.cz
  1. In the Webglobe interface, paste the copied value into the Value field.
new Webglobe DNS record
  1. Save the record by clicking the Save button. The resulting record will look something like this:
Final SPF record for Webglobe

DMARC Record Settings

  • Each domain or subdomain can have only one DMARC record.
  • If your domain already has a DMARC record, do not create a new one; incorporate the value from Boldem into the existing DMARC record.
  • When checking TXT records for DMARC, make sure you are modifying the records for the correct domain! DMARC settings can differ between the base domain (e.g., example.com) and a subdomain (e.g., subdomena.example.com). In your Boldem account you will most likely use the base domain form (example.com).

Edit existing DMARC record

Click the TXT records tab. If you find a TXT record in the domain records list that contains DMARC data for your domain (e.g., for example.com), you should edit that record instead of creating a new one. Example of an existing record:

v=DMARC1; p=none; rua=mailto:dmarc@example.com
  1. Click the Edit button on the row to the right of this record.
  2. A new dialog for changing the details will appear. In the Value field, paste the value you copied from your Boldem account’s Value section. Copy only the part of the string starting with mailto. Example DMARC value in Boldem:
Example of a DMARC value in Boldem
  1. In this case, copy only the mailto:pdgpt8b8@dmarc.boldem.cz portion.
  2. At the end of the part of your existing record that starts with rua, add a comma and paste the copied portion of the record. The resulting form of the example above would be:
v=DMARC1; p=none; rua=mailto:dmarc@example.com,mailto:pdgpt8b8@dmarc.Boldem.cz
  1. Save the record by clicking the Save button.

Add New DMARC Record

If you don’t find a TXT record in the list of domain records that contains DMARC information for your domain, follow these steps:

  1. In the Webglobe interface, click the New DNS Record button on the right.
  2. From the drop-down menu Type, select TXT.
  3. A field to fill out will appear.
  4. Paste into the Name field the value you copied from your Boldem account’s DMARC record section, from the Name custom field, by clicking the copy icon.
DMARC record
  1. Do not change the TTL value.
  2. In the Value field, paste the code you copied from your Boldem account’s DMARC record section under the Value custom field by clicking the copy icon.
DMARC record in Boldem
  1. Save the record by clicking the Save button.

CNAME record settings (domain router)

  1. In the Webglobe interface, click the New DNS Record button on the right.
  2. From the drop-down menu Type, select CNAME.
  3. In your Boldem account, under CNAME (domain router), copy the required record in the Name custom field by clicking the copy icon.
CNAME on Boldem.cz
  1. In the Webglobe interface, paste the copied value into the Name field.
  2. Do not change the TTL value.
  3. In your Boldem account, in the CNAME (domain router) section, copy the required record from the Value custom field by clicking the copy icon.
Boldem Domain Router
  1. In the Webglobe interface, paste the copied value into the Value field.
Webglobe DNS CNAME record
  1. Save the record by clicking the Save button. The resulting record will look something like this:
Resulting Webglobe CNAME record

Domain record validation

After you set up the records, it can take some time for the information to propagate to DNS servers. For most providers this should happen within an hour, and usually no later than 24 hours.

After setting up all records, go to Settings/Domains in the Boldem app, select your domain, and on the Domain Settings tab click the Check settings button.

Domain record validation

The ideal result of the check should be green-highlighted information for each record:

Sending domain check on Boldem.cz

If domain changes don’t take effect after 24 hours, contact your domain provider’s support to verify that the records were entered correctly, then repeat the domain verification process in the Boldem app.

Missing certificate for HTTPS

When validating the CNAME record, you may encounter the following error:

The CNAME record is configured correctly. However, to enable full functionality you still need to set up a certificate for HTTPS.

CNAME HTTPS Certificate Settings

This error occurs when the domain contains a CAA (Certification Authority Authorization) record. A CAA record allows domain owners or administrators to declare which certificate authorities may issue SSL certificates for the domain.

When using Boldem, we use a Let’s Encrypt certificate, so add a new record to your domain with this identifier. Leave existing CAA records unchanged.

Example of adding a record with provider Wedos (Vedos):

  1. After logging in to the domain administration, click the domain you want to edit.
  2. Select the Edit DNS records. An overview of the domain’s records will appear.
  3. Check whether a CAA record containing the keyword “letsencrypt.org” exists among the records, and if not, add one by clicking new record.
  4. Leave the Name field blank and keep TTL at its default. In the Type field, select CAA.
  5. Enter the following in the Data field:
    0 issue “letsencrypt.org”
Add Let's Encrypt Record
  1. Click Save record.

The resulting CAA record:

Let's Encrypt CAA record

Confirm by clicking the Apply changes button.

Wait 60 minutes and try verifying the domain records in the Boldem app again. If the error persists after another 24 hours, contact customer support.