mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 17:06:01 +03:00
[GH-ISSUE #2603] "Default password scheme" missing after fresh install #1649
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#1649
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 @stefaweb on GitHub (Sep 21, 2022).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/2603
Impacted versions
Steps to reproduce
Current behavior
Hello,
I installed the latest version of Modoboa on a Debian bullseye server with the modoboa-installer script.
At the exit of the installation, the encryption methods are missing in the administration interface v1 for "Default password scheme". In the v2 interface, the methods are all present but the modification of the default method is not saved when it is changed.
Video/Screenshot link (optional)
@Spitfireap commented on GitHub (Sep 21, 2022):
Hi,
Could you check this :
sudo -u modoboa doveadm pw -lif it returns anything?You might need to use
sudo usermod -a -G dovecot modoboa(see #1731).@stefaweb commented on GitHub (Sep 21, 2022):
Hi!
sudo -u modoboa doveadm pw -l
doveconf: Fatal: Error in configuration file /etc/dovecot/conf.d/10-ssl.conf line 15: ssl_cert: Can't open file /etc/letsencrypt/live/mail.xxxx.fr/fullchain.pem: Permission denied
lrwxrwxrwx 1 root root 41 Sep 20 12:42 /etc/letsencrypt/live/mail.aweb.fr/fullchain.pem -> ../../archive/mail.aweb.fr/fullchain1.pem
-rw-r--r-- 1 root root 5583 Sep 20 12:42 fullchain1.pem
/etc/letsencrypt/ and etc/letsencrypt/archives/ are 755.
drwxr-xr-x 9 root root 4096 Sep 21 10:14 letsencrypt
drwxr-xr-x 3 root root 4096 Sep 20 12:42 archive
doveadm pw -l
SHA1 SSHA512 SCRAM-SHA-256 BLF-CRYPT PLAIN HMAC-MD5 OTP SHA512 SHA DES-CRYPT CRYPT SSHA MD5-CRYPT PLAIN-MD4 PLAIN-MD5 SCRAM-SHA-1 SHA512-CRYPT CLEAR CLEARTEXT ARGON2I ARGON2ID SSHA256 MD5 PBKDF2 SHA256 CRAM-MD5 PLAIN-TRUNC SHA256-CRYPT SMD5 DIGEST-MD5 LDAP-MD5
"usermod -a -G dovecot modoboa"do not change error message or the problem in GUI.
@Spitfireap commented on GitHub (Sep 21, 2022):
ok, so for your first error, can you check this : #2570 ? There are the commands needed to fix it. Then reboot, then retry the
sudo -u modoboa doveadm pw -land check the GUI if it works :)@stefaweb commented on GitHub (Sep 21, 2022):
Thanks a lot.
All is fine now. Values are back on the GUI and doveadm now work with modoboa user.
In v2 admin GUI, save still do not work for "Default password scheme". Mods are still not saved.
Regards,
@Spitfireap commented on GitHub (Sep 21, 2022):
Thanks for the feedback. There are some fixes regarding settings save for V2 that are not yet published. Would you mind opening the dev console of the browser and check the response code when you save settings in v2 ? :)
@stefaweb commented on GitHub (Sep 21, 2022):
I got this when I click on the Save button.
@Spitfireap commented on GitHub (Sep 21, 2022):
Thanks, so it should be fixed with next release
@Spitfireap commented on GitHub (Oct 27, 2022):
Modoboa user is now granted access to
doveadm pw -lupon install.