Hi,
I have two domain names with the same names different TLD, the first one has miab box installed on it and the second one only redirect the the first domain.
My initial idea was to add in the DNS of my service provider an MX record that redirect domain.com
to the box.domain.xyz
. However, this one did not work, the DNS looks perfect, but when sending a domain name to the domain.com
from google, I got Relay access denied error.
Then, I searched online and it seems that I needed to add and SPF record like the following:
v=spf1 include:domain.xyz include:domain.com -all
I have added this one and it did not work neither.
Any one has an idea how to do that. Do I need to change some configs in miab so this works ?