Add OpenDKIM Domain Key handling#631
Conversation
Probably possible, though I don't have the time to add it in this PR. Also wanted to keep it relatively simple to start of with. |
Yes, I've been thinking the same :) I've only not merged it because I've not had time to try using it .... |
|
Code works on PostgreSQL now - the original SQL in upgrade.php didn't work with PostgreSQL (it didn't like backticks, it didn't like an index being created in the table spec) - so I just copied it into it's own _pgsql type function. |
|
I did two follow-up fixes:
I also have a question: Would it be ok for you to rename the |
I see no problem with that |
... (think "textarea") to keep the field type name short. This is a follow-up up #631 (comment)
|
|

This pull request adds support for OpenDKIM's SQL Backend for KeyTable and SigningTable, allowing domain admins to add domain keys for their domains. There can be multiple domain keys for each domain, and the signing table allows admins to assign certain keys to domains and/or mailboxes.
Images
Notes
References
Resolves #335