mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 08:56:02 +03:00
[GH-ISSUE #1802] DKIM Won't register #1422
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#1422
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 @Zodsmar on GitHub (Dec 7, 2019).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1802
Impacted versions
Everything is working except for DKIM.
This is my DNS record with the selector set when setting up the account (The selector above is the same as below)
Here I tried both lines the one uncommented and also the one with the arrow and commented out the bottom line. Neither seemed to fix it.
Not sure if its important but the .pem files do not have the selector prefixed to them it is simply the URL.ca.pem
Overall I have attached all of the config files I can think of. I have spent hours googling trying so many things to get the DKIM to register but no matter what I try it seems that the DNS record cannot find the private keys and does not sign the email.
I setup modoboa using the installer, and changed the install.cfg to have custom db passwords. Other than that, it installed totally fine and everything is working beautifully except for the DKIM.
If anyone knows why this is not working I tried to attach as much information as possible. I don't think that I am doing anything wrong regarding the DNS its "selector._domainkey as TXT "v=DKIM1;k=rsa;p=PUBLIC KEY WITH NO SPACES OR DOUBLE QUOTES"
Hopefully someone has an answer to this sooner rather than later. I can provide more information if need be or if I missed a config file that would be helpful to see!
Also I have looked through other threads and have done a lot of what was suggested and still nothing. I even have done chmod g+w /var/lib/dkim to make sure its accessible.
Thanks!
@tonioo commented on GitHub (Jan 6, 2020):
@Zodsmar Simple question, have you created the appropriate record in your DNS zone?
@Zodsmar commented on GitHub (Jan 6, 2020):
Yes
@tonioo commented on GitHub (Jan 14, 2020):
Might be fixed by https://github.com/modoboa/modoboa/pull/1823.