F5F Stay Refreshed Power Users Networks adding additional CNAME records for redundancy

adding additional CNAME records for redundancy

adding additional CNAME records for redundancy

M
mikail1
Member
187
03-15-2023, 03:21 PM
#1
Hello everyone! I'm trying to grasp this CNAME RR configuration question. On the registrar, I see that when I create a CNAME record like CNAME host: www.test.com points to test.com, it works as expected—browsers go to test.com. But I'm confused about the mail server settings for test.com. Some admins add entries such as CNAME host: mail.test.com pointing to test.com and CNAME host: www.mail.test.com also pointing to test.com. How do these work? Why are they added? Can you clarify how they should be entered? Thanks!
M
mikail1
03-15-2023, 03:21 PM #1

Hello everyone! I'm trying to grasp this CNAME RR configuration question. On the registrar, I see that when I create a CNAME record like CNAME host: www.test.com points to test.com, it works as expected—browsers go to test.com. But I'm confused about the mail server settings for test.com. Some admins add entries such as CNAME host: mail.test.com pointing to test.com and CNAME host: www.mail.test.com also pointing to test.com. How do these work? Why are they added? Can you clarify how they should be entered? Thanks!

F
Freakiiianyx3
Senior Member
694
03-17-2023, 01:15 PM
#2
It doesn’t seem helpful to me. I don’t usually do that either—there’s no real benefit. I typically send mail directly to the mail server and add an autodiscover record (since I mostly use Microsoft Exchange). The CNAMEs you’re using are mainly for catching users who enter the wrong URL.
F
Freakiiianyx3
03-17-2023, 01:15 PM #2

It doesn’t seem helpful to me. I don’t usually do that either—there’s no real benefit. I typically send mail directly to the mail server and add an autodiscover record (since I mostly use Microsoft Exchange). The CNAMEs you’re using are mainly for catching users who enter the wrong URL.

S
sdubsdub
Member
72
03-19-2023, 02:28 AM
#3
This indicates a typical DNS scenario. If an A-record for domain test.com points to the same IP as mail.test.com and www.mail.test.com, you can redirect those aliases (CNAMEs) to that single address. Updating the IP only requires changing one entry instead of three.
S
sdubsdub
03-19-2023, 02:28 AM #3

This indicates a typical DNS scenario. If an A-record for domain test.com points to the same IP as mail.test.com and www.mail.test.com, you can redirect those aliases (CNAMEs) to that single address. Updating the IP only requires changing one entry instead of three.

P
Plofan
Member
50
03-19-2023, 08:22 PM
#4
These features are mainly for simplicity. I don’t use CNAMES because they require a double lookup compared to A records, but for businesses with many subdomains it could save time when switching hosts. I think the main purpose of mail. is still ease of use for companies. That way, if traffic spikes and you move your mail server, you won’t have to ask everyone to update their domain names in clients. From an efficiency standpoint, you’d never rely on CNAMEs.
P
Plofan
03-19-2023, 08:22 PM #4

These features are mainly for simplicity. I don’t use CNAMES because they require a double lookup compared to A records, but for businesses with many subdomains it could save time when switching hosts. I think the main purpose of mail. is still ease of use for companies. That way, if traffic spikes and you move your mail server, you won’t have to ask everyone to update their domain names in clients. From an efficiency standpoint, you’d never rely on CNAMEs.

A
asdno2
Member
193
03-25-2023, 06:17 PM
#5
Essentially you're making minor tweaks, but they won't have much impact. I've handled DNS for over 30 years.
A
asdno2
03-25-2023, 06:17 PM #5

Essentially you're making minor tweaks, but they won't have much impact. I've handled DNS for over 30 years.

M
MechaKiwi01
Member
159
03-25-2023, 07:14 PM
#6
It seems it was more crucial when things were simpler and DNS queries were expensive due to poor ISP DNS services before major providers like Google and Cloudflare existed.
M
MechaKiwi01
03-25-2023, 07:14 PM #6

It seems it was more crucial when things were simpler and DNS queries were expensive due to poor ISP DNS services before major providers like Google and Cloudflare existed.