Setup your own domain to use Thexyz Email

Configuring your Domain Name System (DNS) is the critical first step in activating your new email service. Properly configured DNS records ensure that your inbound emails are routed correctly and that your outbound emails land in the inbox, not the spam folder.

You can safely keep your website hosted with your current provider; you only need to update the specific mail records below within your domain registrar or DNS control panel.


1. Mail Exchanger (MX) Records

MX records act as the routing instructions for the internet, telling other servers exactly where to deliver emails sent to your domain.

Before adding the new records, delete all existing MX records connected to your domain to prevent routing conflicts. Then, add the following two records:

Record Type Host / Name Value / Points To Priority
MX @ (or blank) mx.thexyz.com 5
MX @ (or blank) mx2.thexyz.com 10
⚠️ Configuration Warning: Never use a CNAME record as your MX record destination. Always point MX records directly to the official Thexyz hostnames listed above to prevent mail delivery failures.

2. Webmail Access (CNAME Record)

To access your inbox via a professional, branded URL (e.g., webmail.yourdomain.com), you need to create a Canonical Name (CNAME) record. This aliases your custom subdomain to our secure webmail login portal.

Record Type Host / Name Value / Points To
CNAME webmail webredirect.thexyz.com

3. Sender Policy Framework (SPF) Record

An SPF record is a critical security authentication tool that boosts your email deliverability. It publicly lists the servers authorized to send emails on behalf of your domain, preventing spoofing and ensuring your messages aren't flagged as spam.

If you do NOT have an existing SPF record:
Create a new TXT record with the exact values below:

Record Type Host / Name TXT Value
TXT @ (or blank) v=spf1 include:thexyz.com -all

If you ALREADY have an SPF record:
Do not create a second SPF record, as multiple records will cause authentication to fail. Instead, edit your existing record to include our servers before the final ~all or -all mechanism.

  • Example: v=spf1 include:existingprovider.com include:thexyz.com -all

4. DomainKeys Identified Mail (DKIM) Record

DKIM provides a cryptographic signature to your emails, further proving to receiving servers that the email genuinely originated from your domain and hasn't been altered in transit.

Because DKIM keys are unique to every domain, you must generate your key inside the Client Area before adding it to your DNS.

Step 1: Generate the DKIM Key

  1. Log in to your Client Area using your Administrator credentials.
  2. Navigate to Services and select your active Custom Domain Email hosting service.
  3. Locate and click the DKIM icon next to the domain you are configuring.
  4. Toggle the Enable option to Yes. The system will generate your unique Host and TXT Value.

Step 2: Add the Key to Your DNS

Once generated, copy the exact values from the Client Area into your DNS manager:

Record Type Host / Name TXT Value
TXT [Paste generated Host value] [Paste generated Key value]
Note: DKIM records can sometimes take up to 24 hours to fully propagate across the global DNS network.

5. Autodiscover & Autoconfig Records (A Records)

To drastically simplify the setup process for desktop clients (like Outlook and Thunderbird) and mobile devices, configure Autodiscover and Autoconfig records. These allow compatible email clients to automatically detect the correct IMAP, POP, and SMTP port settings simply by entering an email address and password.

Record Type Host / Name Value / Points To
A autodiscover 66.179.84.186
A autoconfig 66.179.84.186
  • 3518 klientów oceniło tę informację jako przydatną
Czy ta informacja była pomocna?

Podobne artykuły

What is DNSSEC?

Domain Name System (DNS) The Domain Name System (DNS) is a distributed database, arranged...

Identifying New gTLD Extensions

Thexyz offers registration of Domain Names under various New gTLD extensions. TLDs in General...

How to modify the Whois contact details of Domain Names

If you have a domain name registered then you will also need to supply accurate contact...

Whois Data Reminders

Thexyz sends an email to the Registrant of a domain name (under the extensions listed below) 6...

How to add a domain to cPanel

To add another domain to your cPanel hosting account, login to the cPanel control panel and click...