Hi Stephdl,
A friend of mine is using GoDaddy as his registrar. He wants to know how to create the DNS record for DKIM.
According to:
https://wiki.nethserver.org/doku.php?id=email_protection_resources#how_to_configure_it7
For the DNS record, you recommend:
Type: txt
Host: default._domainkey or default._domainkey.domain.com
TXT Value: v=DKIM1; k=rsa; p=MIIBI…DAQAB; which is 396 characters long.
He wants to use:
Type: txt
Host: default._domainkey
TXT Value: v=DKIM1; k=rsa; p=abcde…vwxyz which is 395 characters long in his Web interface.
It looks like you added the “;” at the end.
Questions:
- For DKIM, is GoDaddy different than 1&1 or other registrars?
- Is it corect to use only default._domainkey ?
- Should he add that “;” at the end of the TXT Value to be 396 characters long?
Thank you in advance,
Michel-André