Using Registro.br for DNS

Ana Carolina

Verified User
Joined
May 3, 2018
Messages
18
Hi!

I want to use the registro.br as DNS server. So the site is pointing to wix server and I need to config the Registro.br to point the emails for DA panel. How can I do that? I set my DA like this
bardapraia.com.br. NS ns3049499.ip-94-23-2.eu.
bardapraia.com.br. NS sdns2.ovh.net.
bardapraia.com.br MX 10 mail.bardapraia.com.br
mail.bardapraia.com.br CNAME 94.23.2.138
pop.bardapraia.com.br CNAME 94.23.2.138
smtp.bardapraia.com.br CNAME 94.23.2.138
webmail.bardapraia.com.br CNAME 94.23.2.138
_dmarc TXT "v=DMARC1; p=none; sp=none;"
_domainkey TXT "o=~"
bardapraia.com.br. TXT "v=spf1 a mx ip4:94.23.2.138 ~all"

and the REgistro.br like this
bardapraia.com.br A 23.236.62.147
bardapraia.com.br MX 10 mail.bardapraia.com.br
bardapraia.com.br MX 10 email.sdns2.ovh.net
bardapraia.com.br TXT "v=spf1 a mx ip4:94.23.2.138 ~all"
mail.bardapraia.com.br CNAME 94.23.2.138
pop.bardapraia.com.br CNAME 94.23.2.138
smtp.bardapraia.com.br CNAME 94.23.2.138
webmail.bardapraia.com.br CNAME 94.23.2.138
www.bardapraia.com.br CNAME www83.wixdns.net

but the emails aren`t working
 
Public requests to DNS return it correct:

Code:
;; ANSWER SECTION:
bardapraia.com.br.      3599    IN      MX      10 mail.bardapraia.com.br.
bardapraia.com.br.      3599    IN      MX      10 email.sdns2.ovh.net.


On the directadmin's side it should be


Code:
bardapraia.com.br.    NS    ns3049499.ip-94-23-2.eu.
bardapraia.com.br.    NS    sdns2.ovh.net.
[COLOR=#ff0000]bardapraia.com.br[B].[/B] MX    10 mail.bardapraia.com.br[B].[/B][/COLOR]
[COLOR=#ff0000]mail.bardapraia.com.br[B].[/B] A 94.23.2.138    
pop.bardapraia.com.br[B].[/B] A    94.23.2.138    
smtp.bardapraia.com.br[B].[/B] A 94.23.2.138    
webmail.bardapraia.com.br[B].[/B] A 94.23.2.138    [/COLOR]
[COLOR=#333333]_dmarc    TXT    "v=DMARC1; p=none; sp=none;"    [/COLOR]
[COLOR=#333333]_domainkey    TXT    "o=~"    [/COLOR]
[COLOR=#333333]bardapraia.com.br.    TXT    "v=spf1 a mx ip4:94.23.2.138 ~all"[/COLOR]

And I'd rather change it at your DNS to the following view:

Code:
[COLOR=#333333]bardapraia.com.br    A    23.236.62.147[/COLOR]
[COLOR=#333333]bardapraia.com.br    MX    10 mail.bardapraia.com.br[/COLOR]
[COLOR=#333333]bardapraia.com.br    MX    10 email.sdns2.ovh.net[/COLOR]
[COLOR=#333333]bardapraia.com.br    TXT    "v=spf1 a mx ip4:94.23.2.138 ~all"[/COLOR]
[COLOR=#ff0000]mail.bardapraia.com.br    A    94.23.2.138
pop.bardapraia.com.br    A    94.23.2.138
smtp.bardapraia.com.br    A    94.23.2.138
webmail.bardapraia.com.br    A    94.23.2.138[/COLOR]
[URL="http://www.bardapraia.com.br/"]www.bardapraia.com.br[/URL][COLOR=#333333]    CNAME    www83.wixdns.net[/COLOR]
 
Back
Top