mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 17:06:01 +03:00
[GH-ISSUE #2931] New Admin: DKIM bind says _domain_key instead of _domainkey #1713
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#1713
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 @fmp777 on GitHub (Mar 24, 2023).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/2931
Just a typo in the new UI. The old UI displays _domainkey correctly.

@Spitfireap commented on GitHub (Mar 25, 2023):
Hi, this was fixed with #2630 released with 2.0.3. Please make sure your modoboa instance is up-to-date. Also, please follow the new-admin upgrade instructions ;)
@fmp777 commented on GitHub (Mar 27, 2023):
Hi, thanks!

Hmm well I did all updates that the UI said existed
Up to 2.0.5 - I was on 2.0.3 so I did 2.0.4 and followed the upgrade instructions for that patch, then I did 2.0.5 which had no upgrade instructions. I wasn't sure if modoboa needed a step by step upgrade or a 2.0.5 direct would've worked. I see that docs list 2.1.0 but I supposed that wasn't officially released yet.
I see on the page you linked it mentioned "if you used the installer to upgrade" - I have only ever followed all the pip instructions to upgrade. Is there a document that describes this "installer" method?
@fmp777 commented on GitHub (Mar 27, 2023):
CONFIRMED: yes after completing the copy of the package new frontend folder, the bug is fixed
@Spitfireap commented on GitHub (Mar 27, 2023):
Hi, you can update straight away to the last version, just be sure to follow all specific upgrade instructions. You need also to perform the usual steps on each upgrade.
As for the installer side : it comes with modoboa installer, but you need to have the config file set according to your actual setup, better continue with the manual way ;).
As for the copy, you can use a symbolic link instead of a hard copy, provided that :
modoboa)fqdn/new-adminWe'll add a warning if some files require manual editing
And lastly for the
2.1.0it is indeed prep work for the upcoming release and docs are built against master, we should perhaps improve branching management with a dedicated doc branch (@tonioo)