I just came across a little DNS issue and although I found the solution to it, I'm wondering why DA doesn't allow it to be done the way I was initially trying to do it ... it easily could, is there a reason ? .
I would think that the purpose of the DNS management tool is to be able to add/modify/delete pretty much anything you want in a zone file.
Say a User wants to add an A record for his home computer/office server on static IP , he just has to add an A record.
Say he now wants this same computer to also be it's own MX for this 'subdomain'. In theory , he'd just have to add an MX record in the domain zone file for the concerned host , pointing to the host itself (added above).
The way the DA DNS tool handles MX records does not allow this to be done. The template only takes the destination for the MX record, and automatically assumes that it is an MX record for 'domain' , not for the remote host.
The way it displays Name/Type/Value for an MX record is also a bit weird (To my eyes anyway)
Name: mail , Type MX, Value: 10
Why not
Name: domain.com Type: MX, Value: 10 mail (or 10 mail.domain.com)
Wouldn't it be more logic if the template could just take a hostname, an MX priority value and a destination host ?
If I wanted to be fussy i'd even say that the hostname can be a pulldown box with the domain name as the first option followed by any other hosts listed with an A record in the zone. But that would only be cosmetic really.
Anyway my logic was , to just have to add an A record for a host, add an MX record for it ( source MX XX destination)
This was not be possible, instead the host(subdomain) has to be added as a domain so it has it's own zone file, A records changed, MX changed, and local email processing disabled.
Not winging ... just wondering, might be a valid update to think about
Miky
I would think that the purpose of the DNS management tool is to be able to add/modify/delete pretty much anything you want in a zone file.
Say a User wants to add an A record for his home computer/office server on static IP , he just has to add an A record.
Say he now wants this same computer to also be it's own MX for this 'subdomain'. In theory , he'd just have to add an MX record in the domain zone file for the concerned host , pointing to the host itself (added above).
The way the DA DNS tool handles MX records does not allow this to be done. The template only takes the destination for the MX record, and automatically assumes that it is an MX record for 'domain' , not for the remote host.
The way it displays Name/Type/Value for an MX record is also a bit weird (To my eyes anyway)
Name: mail , Type MX, Value: 10
Why not
Name: domain.com Type: MX, Value: 10 mail (or 10 mail.domain.com)
Wouldn't it be more logic if the template could just take a hostname, an MX priority value and a destination host ?
If I wanted to be fussy i'd even say that the hostname can be a pulldown box with the domain name as the first option followed by any other hosts listed with an A record in the zone. But that would only be cosmetic really.
Anyway my logic was , to just have to add an A record for a host, add an MX record for it ( source MX XX destination)
This was not be possible, instead the host(subdomain) has to be added as a domain so it has it's own zone file, A records changed, MX changed, and local email processing disabled.
Not winging ... just wondering, might be a valid update to think about

Miky
Last edited: