mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 17:06:01 +03:00
[GH-ISSUE #1137] How to set up DKIM for domain name? #938
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#938
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 @brylie on GitHub (Jun 16, 2017).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1137
How do users generate DKIM keys for Modoboa hosted mail domains?
Impacted versions
Modoboa latest
Steps to reproduce
Expected behavior
It might be important for authenticity purposes to generate DKIM signatures for domain names.
https://www.emailonacid.com/blog/article/email-development/what_is_dkim_everything_you_need_to_know_about_digital_signatures
@tonioo commented on GitHub (Jun 16, 2017):
There are two options to manage DKIM keys: use amavis (see https://github.com/modoboa/modoboa-amavis/issues/8) or use opendkim.
@brylie commented on GitHub (Jun 16, 2017):
Thanks for the quick follow-up :-)
@jaketame commented on GitHub (Jul 8, 2017):
Another one too look at is https://github.com/mailcow/mailcow
https://github.com/mailcow/mailcow/blob/master/opendkim/conf/opendkim.conf
https://github.com/mailcow/mailcow/blob/master/misc/mailcow-dkim-tool
@jaketame commented on GitHub (Jul 9, 2017):
Could do something similar here, would be able to adapt for SPF too.
https://github.com/tknarr/opendkim-genkeys
@tonioo commented on GitHub (Dec 8, 2017):
See #1325