mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 14:15:53 +03:00
[GH-ISSUE #68] What DKIM selector is correct? #108
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/anonaddy#108
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mzch on GitHub (Aug 23, 2020).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/68
By default DKIM selector is
defaultlikeANONADDY_DKIM_SELECTOR=default, but I tried to add custome domains, then AnonAddy would instruct to putdk1._domainkey CNAME dk1._domainkey.example.comanddk2._domainkey CNAME dk2._domainkey.example.com.What domainkey record should I put in DNS?
@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
@willbrowningme commented on GitHub (Aug 25, 2020):
For self-hosting just use
default, thedk1anddk2values 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.@mzch commented on GitHub (Aug 25, 2020):
@willbrowningme OK, thanks. I'm looking forward to update. :)
@willbrowningme commented on GitHub (Sep 16, 2020):
Updated this now, will tag a new release shortly.