-
Versions Describe the bug To Reproduce
Expected result Actual result |
Beta Was this translation helpful? Give feedback.
Answered by
peteeckel
May 14, 2024
Replies: 1 comment 2 replies
-
Hi @kollross,
So, the correct entry would be:
or
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
peteeckel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @kollross,
@
. YMMV, but that should be correct in the majority of the cases..
is interpreted as relative to the domain name, i.e.mx.mydomain.com
would be interpreted asmx.mydomain.com.mydomain.com
if you add it to the zonemydomain.com
. Usually not what you want :-)mx.mydomain.com
would almost certainly be wrong, as you usually don't want to define an MX for the domainmx.mydomain.com
but formydomain.com
.So, the correct entry would be:
or