Hello
I have a domain with ovh, without hosting, and I created two email aliases for that domain.
However if I send an email to any of the email alias I get this error:
Code:
host redirect.ovh.net[213.186.33.5] said:
553 sorry, that domain isn't allowed to be relayed thru this MTA (#5.7.1) (in reply to RCPT TO command)
The MX record is
Code:
mydomain.com. IN MX 1 redirect.ovh.net.
It must be said that I have created custom vanity DNS nameservers for that domain (and everything else is working fine, only the email aliases aren't working!)
so my SOA and NS record have been changed like this
Code:
@ IN SOA ns1.mydomain.com. tech.ovh.net. (2015012001 86400 3600 3600000 300)
IN NS ns1.mydomain.com.
IN NS ns2.mydomain.com.
And if I change the zone file back to the original records apparently the email aliases work! (SOA dns110.ovh.net and NS dns110.ovh.net and ns110.ovh.net)
So is there a way so that I can use my vanity nameservers and the email aliases work?