here is the setup:
company.com
A record to x.y.z.12
MX record to mail1.company.com
mail1.company.com
A record to x.y.z.11
lists.company.com
A record to x.y.z.12
If I send an email to lists.company.com where will it go? My hosting provider says I don't need an mx record for lists.company.com (the A record is for a website) because it will default to the mx record for company.com, hence it will already be sent to mail1.company.com which is what I want
I want emails for users@company.com and users@lists.company.com to go to mail1.bucoks.com, but lists.company.com emails do not show up. There is nothing in the mail1.company.com logs or the firewall logs to suggest emails for lists.company.com are trying to reach the server.
Here is the output from the 'host' command run from my home computer:
company.com
A record to x.y.z.12
MX record to mail1.company.com
mail1.company.com
A record to x.y.z.11
lists.company.com
A record to x.y.z.12
If I send an email to lists.company.com where will it go? My hosting provider says I don't need an mx record for lists.company.com (the A record is for a website) because it will default to the mx record for company.com, hence it will already be sent to mail1.company.com which is what I want
I want emails for users@company.com and users@lists.company.com to go to mail1.bucoks.com, but lists.company.com emails do not show up. There is nothing in the mail1.company.com logs or the firewall logs to suggest emails for lists.company.com are trying to reach the server.
Here is the output from the 'host' command run from my home computer:
brazen@PUTER1:~$ host company.com
company.com has address x.y.z.12
company.com mail is handled by 20 mail1.company.com.
brazen@PUTER1:~$ host mail1.company.com
mail1.company.com has address x.y.z.11
brazen@PUTER1:~$ host lists.company.com
lists.company.com has address x.y.z.12