How to keep the mail server on SitiosHispanos while the website is remote?
To keep the mail server on our servers and your website pointing to a remote server, from the DNS Zone you should follow these steps:
- In the control panel, go to the Zone Editor, inside the Domains box.
.webp)
- Then, press the Manage button on the domain you want to modify.

- You will enter the DNS Zone editor. On this screen you will see many data points you should understand:
- In the Name column you will see your domain and all subdomains created in your account. Each domain or subdomain, depending on its Record, will point to one server or another.
- The TTL column will show you the time (in seconds) that the record change will take to process.
- The Type column is very important. It defines the Type of Record assigned to the domain. Each Record (A, CNAME, MX, etc.) allows a specific data type (IP, domain, character string, etc.).
- The Record column defines where the domain or subdomain will point, using the defined record type. This is where you must configure the destination server.
- The Edit button will allow you to edit the record. When modifying it, it will turn into the Save Record button.
- The Delete button will remove the record from the DNS Zone.
- At the top right you will see a dropdown menu. This menu will allow you to add a new Record to the DNS Zone.
.png)
In the image you will see a DNS Zone where the main domain points to a remote server.
.png)
- The main domain points to a remote server with IP 125.31.45.80
- The rest of the account’s subdomains point to our IP 69.61.33.107
- The change you will need to make is to the CNAME record
mail.midominio.com.ar - You will also need to change the MX record that defines the mail server.
- So the first change you must make is this:
You must edit the CNAME record for mail.midominio.com.ar to an A record.

By changing the CNAME record to an A record you will be able to write the IP number of the SitiosHispanos server (you will obtain it by looking at the other records in the DNS Zone). Then save the change.

- In point 1 of the image you will see the previous record already modified and pointing to our server.
Now you need to modify the MX record, where you must change the main domain to mail.midominio.com.ar. This is the record we configured in step 5 above.

- That’s all. In your DNS Zone you will have the A record for
mail.midominio.com.arpointing to our IP and the MX record pointing to this A record you created.
