Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
mx records for a subdomain
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- mx records for a subdomain
mx records for a subdomain
13-10-2014 12:55 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I am in the process of deploying a new mail server and I want to test it by sending test mail to a sub domain but the remainder of the mail should still be sent to the existing server. We have multiple broadband lines so we have a few static IPs.
My intention is to point a sub domain of our hosted domain at a static IP which is routed to the new server, however I am not sure my DNS entries are correct, is the correct? It feels as if there should be more to the second mx record.
myhosteddomain.co.uk.
Left field Type Pri Right field
mail1 a x.x.x.100
mailtest.myhosteddomain.co.uk. a x.x.x.120
mx 20 mail1
mx 30 mailtest.myhosteddomain.co.uk.
Thanks
My intention is to point a sub domain of our hosted domain at a static IP which is routed to the new server, however I am not sure my DNS entries are correct, is the correct? It feels as if there should be more to the second mx record.
myhosteddomain.co.uk.
Left field Type Pri Right field
mail1 a x.x.x.100
mailtest.myhosteddomain.co.uk. a x.x.x.120
mx 20 mail1
mx 30 mailtest.myhosteddomain.co.uk.
Thanks
Message 1 of 4
(1,034 Views)
3 REPLIES 3
Re: mx records for a subdomain
13-10-2014 1:04 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
That looks fine to me.
Edit: I misinterpreted what it is you're trying to achieve. You need a 'mailtest' on the left hand side of the final MX record. It's a tad irrelevant, but the record needn't be a lower priority than mail1 either.
Edit: I misinterpreted what it is you're trying to achieve. You need a 'mailtest' on the left hand side of the final MX record. It's a tad irrelevant, but the record needn't be a lower priority than mail1 either.
mail1 A x.x.x.100
mailtest A x.x.x.120
MX 20 mail1
mailtest MX 20 mailtest
Bob Pullen
Plusnet Product Team
If I've been helpful then please give thanks ⤵
Message 2 of 4
(337 Views)
Re: mx records for a subdomain
13-10-2014 1:31 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Bob, thanks. I hadn't appreciated that the left field for mail1, because it is blank, is actually pointing at the hosted domain name.
Presumably using FQDN it would read
myhosteddomainname.co.uk. MX 20 mail1.myhosteddomainname.co.uk.
Presumably using FQDN it would read
myhosteddomainname.co.uk. MX 20 mail1.myhosteddomainname.co.uk.
Message 3 of 4
(337 Views)
Re: mx records for a subdomain
13-10-2014 2:17 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Yep, that's right. Any record that's not 'qualified' with a trailing dot, will have myhosteddomainname.co.uk appended to it.
Bob Pullen
Plusnet Product Team
If I've been helpful then please give thanks ⤵
Message 4 of 4
(337 Views)
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- mx records for a subdomain