Skip to content
Discussion options

You must be logged in to vote

Today I switched to dms and the selector is email so I had to dupe all my DKIM entries with that new name.

It should default to mail AFAIK.

You can set this to a custom selector instead, so that you could re-use the dkim selector you already were using in DNS 👍

setup dkim config help will output:

So all you would need to do is run this to generate with a custom selector dkim:

setup config dkim selector dkim

But this would be generating config at /tmp/docker-mailserver/opendkim for new DKIM keys (or /tmp/docker-mailserver/rspamd for ENABLE_RSPAMD=1 + ENABLE_OPENDKIM=0), so if you want to use your own existing one(s) you'd need to modify what was generated there before you restart DMS …

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@audioscavenger
Comment options

@polarathene
Comment options

@audioscavenger
Comment options

@polarathene
Comment options

Answer selected by polarathene
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment