Confusion about linking third party domains and mail servers.
I'm having trouble setting my registered GoDaddy domain name (
P.S. I'm using Wordpress.
~~![](<URL url=)http://i.imgur.com/WrHHarI.jpg
~~![](<URL url=)http://i.imgur.com/6lvP67H.jpg
Should my domain zone domain name be the one I originally assigned to my virtual host on Linode or my GoDaddy domain?
~~![](<URL url=)http://i.imgur.com/JdOdU1E.jpg
The html folder has nonsense files, my site is in the /var/www/matrixcabparts.net/public folder.~~
5 Replies
Also note that Linode's DNS manager updates every 15th minute past the hour.
The domain matrixcabparts.net isn't registered so that won't work period.
matrixllc.build is pointing to Linode's nameservers but appears not to have a record either, did you set the zone to
DNS records don't effect virtual hosts directly you need to set those up yourself.
So fix the DNS zone files, register the .net domain if you want to use it. Give it 15 minutes and try again.
You don't own the .net so unless you register it you shouldn't be using it at all. If your virtual hosts are set to .net now then they shouldn't be.
You can edit the virtual hosts to .com if they are .net just by replacing all instances of .net with .com then restart your web server and it'll respond appropriately.
If you register the .net you can have the same virtual host serve both the .net and .com domain
matrixcabparts.net. 600 IN A 45.33.54.100
matrixcabparts.net. 600 IN A 184.168.221.46
The 184 record is a godaddy IP and should be removed.
The .com has MX records which point to
mailstore1.secureserver.net. 31 IN A 72.167.238.32
smtp.secureserver.net. 30 IN A 68.178.213.203
Which I assume is correct.
The .net has MX records which point to
matrixcabparts.net. 600 IN MX 10 matrixllc.build.
matrixllc.build has no dns records so mail won't be delivered for the .net domain