You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's say I had a typical configuration for domain example.net with MX being box.example.org and www.example.net and sub.example.net being a CNAME for example.net.
Later on, I added a new email account [email protected] which automatically created a MX record for sub.example.net.
This leads to the updated zonefile not being loaded by nsd:
example.net.signed:183: CNAME and other data at the same name
...
An error or at least a warning would've been useful, i.e. a check if there's a CNAME on the subdomain I want to create a first account for. A general info on the account/alias creation page could be useful, too.