Search code examples
dkimdomainkeys

2 DKIM on same domain


We are using an external service for our newsletter, which has required the followin DKIM setup in our domain gipote.dk:

_domainkey.gipote.dk.   43200   IN  TXT "o=~"
default._domainkey.gipote.dk. 43200 IN  TXT "k=rsa\; p=MIGf...ibnrkoqQIDAQAB"

(I truncated the public key for purpose of readability...)

However we are also sending out e-mail from our own server, which I would also like to sign.

Is it possible to have more than one public-key TXT record in our domain gipote.dk? If so, how should it be set up?

EDIT: I do not have access to the private key, that is used by the newsletter service. So I will not be able to just install that on my own server.

/ Carsten


Solution

  • I found out, that the answer is YES :-)

    "default" can easily be replaced with another selector name.