So this maybe a long shot!
However, I have client and there structure for hosting is:
Hosted under my VPS server:
The subdomains are working fine under my hosting however, the emails aren't working. I was wondering is there away to have two different A addresses or different IPs for Main Domain and Emails?
As of right now I have:
Then when I tried to do:
I got an error stating that I couldn't do so as I already have a CNAME.
Can anyone help me?!
Make it:
DOMAIN.COM - MX - mail [MX records list DNS names with A/AAAA records]
mail - A - VPS IP
It should allow you handle messages for user@domain.com by accepting incoming SMTP sessions/connections at VPS IP.