mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 09:26:00 +03:00
[GH-ISSUE #1773] DKIM signature missing from outgoing emails [ was working fine earlier] #1397
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#1397
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 @surajprabhuaissel on GitHub (Aug 30, 2019).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1773
Impacted versions
Steps to reproduce
Send an email from the webmail or email client, the DKIM signature will be missing.
Current behavior
Starting today, the DKIM signature is missing from all the outbound emails. While in the Domains Tab, the DKIM and all other show green and the DKIM matches with what I have added in the TXT record. I also tried testing with the SPF and DKIM testing websites e.g https://www.appmaildev.com/en/dkim and in those cases also the DKIM signature status is No Signature. “DKIM-Result: none (no signature)”. Till yesterday 8/29 all emails were fine so was the DKIM, not sure what when wrong today. I even restarted the server hoping any blocked processes doing this but no hope.
Expected behavior
The DKIM signature should be present in the outbound email.
Video/Screenshot link (optional)
Installed Modules and versions


List Domains page with DNS status
@surajprabhuaissel commented on GitHub (Sep 5, 2019):
On further research found out the DKIM service had stopped on the server. Not sure why or how. After restarting the service the DKIM signatures are again appearing in the emails.
@gregorypilar commented on GitHub (Sep 6, 2019):
Hi!, how you you started it?
@surajprabhuaissel commented on GitHub (Sep 9, 2019):
Started it using the below command
sudo service opendkim start@rodrigoslayertech commented on GitHub (Apr 27, 2021):
I have the same problem but this solution not work for me.