[GH-ISSUE #68] What DKIM selector is correct? #669

Closed
opened 2026-03-14 10:01:56 +03:00 by kerem · 4 comments
Owner

Originally created by @mzch on GitHub (Aug 23, 2020).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/68

By default DKIM selector is default like ANONADDY_DKIM_SELECTOR=default, but I tried to add custome domains, then AnonAddy would instruct to put dk1._domainkey CNAME dk1._domainkey.example.com and dk2._domainkey CNAME dk2._domainkey.example.com.
What domainkey record should I put in DNS?

Originally created by @mzch on GitHub (Aug 23, 2020). Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/68 By default DKIM selector is `default` like `ANONADDY_DKIM_SELECTOR=default`, but I tried to add custome domains, then AnonAddy would instruct to put `dk1._domainkey CNAME dk1._domainkey.example.com` and `dk2._domainkey CNAME dk2._domainkey.example.com`. What domainkey record should I put in DNS?
kerem closed this issue 2026-03-14 10:02:01 +03:00
Author
Owner

@netstat-peanut commented on GitHub (Aug 24, 2020):

in my setup (which appears to be working correctly) i have custom domains set with TXT record of default._domainkey.domain.com and answer containing contents of /etc/opendkim/keys/domain.com/default.txt

<!-- gh-comment-id:679248097 --> @netstat-peanut commented on GitHub (Aug 24, 2020): in my setup (which appears to be working correctly) i have custom domains set with TXT record of default._domainkey.domain.com and answer containing contents of /etc/opendkim/keys/domain.com/default.txt
Author
Owner

@willbrowningme commented on GitHub (Aug 25, 2020):

For self-hosting just use default, the dk1 and dk2 values are for users adding custom domains to the service and allow for easy DKIM key rotation. I need to update the popup for self-hosting.

<!-- gh-comment-id:680129244 --> @willbrowningme commented on GitHub (Aug 25, 2020): For self-hosting just use `default`, the `dk1` and `dk2` values are for users adding custom domains to the service and allow for easy DKIM key rotation. I need to update the popup for self-hosting.
Author
Owner

@mzch commented on GitHub (Aug 25, 2020):

@willbrowningme OK, thanks. I'm looking forward to update. :)

<!-- gh-comment-id:680195869 --> @mzch commented on GitHub (Aug 25, 2020): @willbrowningme OK, thanks. I'm looking forward to update. :)
Author
Owner

@willbrowningme commented on GitHub (Sep 16, 2020):

Updated this now, will tag a new release shortly.

<!-- gh-comment-id:693537044 --> @willbrowningme commented on GitHub (Sep 16, 2020): Updated this now, will tag a new release shortly.
Sign in to join this conversation.
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/anonaddy#669
No description provided.