Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support DKIM #92

Open
3 tasks
aurelien-baudet opened this issue Feb 24, 2020 · 1 comment
Open
3 tasks

Support DKIM #92

aurelien-baudet opened this issue Feb 24, 2020 · 1 comment

Comments

@aurelien-baudet
Copy link
Member

@aurelien-baudet
Copy link
Member Author

The idea is to be able to configure a DKIM provider through configuration.
The developer should not have to handle this in the code.
The original message is signed after being processed as usual.

The DKIM provider can be anything such as:

  • a local certificate provider (could even create a new one on the fly)
  • a remote certificate provider (could load the certificate from http server for example or a vault)

We also need to ensure that the DNS resource record is correctly setup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant