Amazon SES - Domain Check in DNS Server of Registro.br

3

I am using the DNS service of the registry.br, I did a domain check through SES that asked me to insert the following code in the TXT line:

/xYz24aNPG4mH2k+amyZer8aDRdqcyQ9ZWZ2w1Fcn6w=

However, when trying to insert it into the DNS of the registry.br the following "replace" happens:

/xYz24aNPG4mH2kamyZer8aDRdqcyQ9ZWZ2w1Fcn6w=

And Amazon can not verify my domain, how can I resolve this?

NOTE: The signal of + (plus, plus) is what disappears from TXT

OBS2: this is not the actual number generated by amazon SES

    
asked by anonymous 29.07.2014 / 23:33

2 answers

1

registration.br does not allow symbols like + , no quotation marks, or several other characters, only Letters, Digits and Hyphen (LDH). Below is an email I sent on 06/09/2014 to there and the return:

EU:

  

Good morning,

     

I'm trying to create a TXT record to insert DKIM information,   but the registry editor.br does not allow you to enter a superscript ("_") and   nor a semicolon (";"). How can I insert the following record?

     

domain: imobiliariaxxx.com.br key: mandrill._domainkey type: TXT   value: v = DKIM1; k = rsa;   p = MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCrLHiExVd55zd / CI / J / mRwSRMAocV / hMB3jXwaHH36d9NaVynQFYV8NaWi69c1djDSAQzGt7yAioXqLj7Z4D2SSAoOLgrKsn8YnckGs9i3B3tVFB Ch + / 4mPhXWiNfNdynHWBcPcbJ8kjEQ2U8y78dHZj1YeRXXVvWob2OaKynO8 / lQIDAQAB;

     

Att,

     

Daniel Loureiro

Reply on 06/06/2014 (at least they respond very fast):

  

Dear Sir,

     

Our servers provide a basic and hourly service only   supports basic DNS labels (LDH - letters, digits and hyphen)   in the "Advanced" configuration interface.

     

The solution to this most advanced use case of DNS is the delegation   from the domain to other DNS servers where full control of the   "zone".

     

Sincerely,

     

Cristina ----

As they themselves have said, for these cases have to use another DNS provider, such as Route53 or even create a basic account in the cheapest hosting service you find, such as Kinghost (not to use the hosting itself, only for DNS management, but the hosting is already a bonus). CloudFare does this for free and is relatively well-known, but I do not know the cons of using it (it might be an amateur site idea if your site crashes and it appears in place, or in the future they put a banner on your site, or that the accesses are forwarded to some server of them, damaging the latency, etc. - I do not know).

But I strongly recommend that you send an email to the registry.br, so they see that this is a real demand and thus have this feature of putting "special" characters (characters other than LDH).

I hope in the future that my post can be removed or updated with the news that Registro.br supports extra-LDH characters, but until then all we have to do is complain with them and use another service.

    
22.12.2014 / 10:06
1

Always insert double-quote TXT records.

Add as follows:

"/xYz24aNPG4mH2k+amyZer8aDRdqcyQ9ZWZ2w1Fcn6w="

and check the result using dig :

dig seudominio.com.br TXT

If you're using aws , I recommend that you use route53 .

    
30.07.2014 / 03:03