Knowledge Base

Configuring Your DNS for Mail.Baby Email Delivery

If you're using Mail.Baby for email delivery, it's important to configure your SPF and TXT records correctly to ensure smooth email authentication and prevent delivery issues. This guide will walk you through updating your DNS settings for Mail.Baby.


What Are SPF and TXT Records?

  • SPF Record: Helps prevent email spoofing by specifying which mail servers are allowed to send emails on your domain’s behalf.
  • TXT Record: A flexible DNS record used for various purposes, including email validation and verification.

For Mail.Baby, you’ll need to update your SPF record and add a new TXT record.


General Information Before You Begin

Updating the SPF Record

  • Locate your existing SPF record in your DNS settings. It will start with something like: v=spf1.
  • Add the following to your existing SPF record:

    include:spf-c.mailbaby.net

  • Do not remove any existing entries unless specifically instructed.

Example before update:

  "v=spf1 +a +mx +ip4:192.168.1.1 include:example.com ~all"

Example after update:

  "v=spf1 +a +mx +ip4:192.168.1.1 include:example.com include:spf-c.mailbaby.net ~all"
  • Save the updated SPF record.

Adding the TXT Record for Mail.Baby

In addition to updating your SPF record, you’ll need to add the following TXT record:

  • Record Name: _mb.domain.com
  • Record Value: mb123456

Replace domain.com with your actual domain name.
Replace 123456 with your Mail.Baby username/ID.


Updating DNS Records

To update your DNS records, follow the steps below based on your domain registrar or DNS provider.

General Steps for Updating SPF and TXT Records

  1. Log into your domain registrar or DNS provider.
  2. Navigate to DNS settings.
  3. Locate your existing SPF record (TXT record).
  4. Edit the record and add include:spf-c.mailbaby.net to the SPF entry.
  5. Save the changes.
  6. Add a new TXT record with the name _mb.domain.com and the value mb123456.
  7. Save the new record.

Conclusion

Properly updating your DNS records ensures that your email is authenticated correctly and improves email deliverability when using Mail.Baby.

Be sure to verify your DNS changes have propagated, as it may take some time for updates to take effect.

Please rate this article to help us improve our Knowledge Base.

0 0