How to set up email or record MX

How to set up email or record MX

The MX Record (Mail Exchanger Record) is the record that allows the reception of mail. It specifies the mail servers that the domain has.

An MX record always points to an A record, it never points to a CNAME.

 

To configure the mail record or MX record of your domain, go directly to the DNS management by clicking on the DNS option from the "List of services" of your control panel and follow the steps below.

 

 

 

1.- Add record

In the list of "DNS Records" click on New record and in "Record type" choose the MX type option.

 

 

To create the MX record, specify the subdomain, the destination address, the priority and save the record.

  • TTL value: you must indicate the period of time that the DNS servers must use the record before checking for updates.
  • Subdomain: you must indicate the subdomain you want to address, in the case of being the main record of the domain it would be the @.
  • Destination address: you must enter the hosting of the mail server.
  • Priority: you must specify the preference value. The lower the value, the higher the priority. The default is 10. The priority setting is mainly used when you have more than one mail server.

 

 

2.- Propagation

Once you have clicked on Save record you will have the MX record created. Now, you only have to wait for the changes to propagate, an action that can take about five minutes approximately.

 

 

 

For more information, please contact us.

    • Related Articles

    • How to set up SPF record for mail in static DNS

      SPF is the acronym for Sender Policy Framework, a protection against address forgery for sending email. It identifies SMTP email servers authorized for the transport of messages through the domain name records (DNS). Its meant, for example, to stop ...
    • How to set up the SRV record for mail in static DNS

      SRV is a DNS record where information about the available services of the domain is specified. In practical terms, this record is required in protocols such as SIP or XMPP, where information is queried to determine where to find the service. For ...
    • How to set up a CNAME record

      Register domain online A CNAME Record (Canonical Name Record) is the equivalent of an alias for another record. It is used when one or multiple records need to point to the same record. If that record points to an IP address and the others point to ...
    • How to set up a TXT record

      A TXT record is a type of DNS record that provides text information to external sources outside our domain. The TXT record not only allows you to enter any type of information in text format, but nowadays, combined with the SPF protocol, it can be ...
    • What is an CAA record and how it is configured

      A CAA record (Certification Authority Authorization) allows you to determine which Certification Authorities (CA) can issue certificates (SSL) for your domain or subdomains. CAA records are configured to prevent incorrect certificates from being ...