mailinabox
mailinabox copied to clipboard
Allow users to specify a custom DKIM selector
- Continuation of #2349 which was closed due to my accidental deletion of the branch
- Also relies on storage-root-config #2382
To make it easier for the reviewer(s),
- auto format commits have no changes in logic
- https://github.com/mail-in-a-box/mailinabox/pull/2383/commits/a7beb721680d405f86567ba001caecdb5eb2fe7e and before are for PR #2382
- DKIM selector code changes are found in only 1 commit https://github.com/mail-in-a-box/mailinabox/pull/2383/commits/12f1486141be961af7af9a1872552388a549d045, which basically replaces the hardcoded selector with a variable
Sorry I'm not going to allow putting the setting in mailinabox.conf. It has to go somewhere in STORAGE_ROOT so that it's backed up.
Ok, how about STORAGE_ROOT/config.d/override.conf?
It would be great to get faster feedback. I had to read up what this was all about before being able to answer. :)
Is there any progress on this