Question

We have a domain mydomain.com, which we have registered with a UK registrar. We are using Amazon's Route53, and this domain has been added in Route53 and is using the name servers as follows;

ns-558.awsdns-05.net
ns-1755.awsdns-27.co.uk
ns-466.awsdns-58.com
ns-1343.awsdns-39.org

I've added the relevant A records for www etc to point our elastic IP to this domain.

We are also running MailEnable on this EC2 server (running Windows 2012). The MailEnable server is asking for me to enter DNS addresses (Check and configure DNS settings), I assume it will use when sending email.

My question is what DNS addresses / servers can I use ? Can I use

ns-558.awsdns-05.net
ns-1755.awsdns-27.co.uk
ns-466.awsdns-58.com
ns-1343.awsdns-39.org

You can see the DNS address(es) in the screen shot below.

DNS Address

Was it helpful?

Solution

You can't use those Amazon servers because they're authoritative-only (they'll only tell you about domains they know about, instead of acting as a recursive proxy). You can use Google's public DNS servers at 8.8.8.8 and 8.8.4.4 for that field.

(original answer below)

You need to create an A record that points at the elastic IP assigned to your mail server (for example, mail.yoursite.com points at 1.2.3.4). Then, you'd create an MX record for yoursite.com that points at mail.yoursite.com. Finally, I believe you would give MailEnable mail.yoursite.com, but I'm not 100% sure on that.

OTHER TIPS

As of 2023, there is a point to use another free DNS. It hosts by CloudFlare (CF).

It validates DNSSEC and supports DoH, DoT, and IPv6.

Primary DNS IPv4, Secondary DNS IPv4, filtering:

  1. 1.1.1.1, 1.0.0.1, -
  2. 1.1.1.2, 1.0.0.2, no malware.
  3. 1.1.1.3, 1.0.0.3, no malware or adult content.
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top