mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 17:36:01 +03:00
[GH-ISSUE #2164] The List for "standard password scheme" is empty #1536
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#1536
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 @Sysadminfromhell on GitHub (Feb 9, 2021).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/2164
Impacted versions
Steps to reproduce
I go to the Website -> Modoboa -> Parameters, the List for "standard password scheme" is empty
Current behavior
The list is empty after a reboot of the Server.
Is theyre an issue with a mysql instance byside this?
Expected behavior
In the List should be CRYPT.
Tried fixes:
I tried to fix the issue by editing the dovecot config and change MD5 to CRYPT
I tried to fix the issue by adding vmail to dovecot group
I tried to fix the issue by editing the dovecot-sql.conf.ext and dovecpt-sql-master.conf.ext and change the default_pass_scheme to CRYPT
I tried to fix the issue by changing my dovecot Certificate to my wildcard for my domain
@tonioo commented on GitHub (Feb 9, 2021):
Have you checked this discussion: https://github.com/modoboa/modoboa/discussions/1731?
@Sysadminfromhell commented on GitHub (Feb 9, 2021):
Yes right now i tried to add modoboa to Dovecot group but no change. Error Logs are Empty aswell so far and the command doveadm pw -l tells me just:
doveconf: Fatal: Error in configuration file /etc/dovecot/conf.d/10-ssl.conf line 13: ssl_cert: Can't open file /etc/letsencrypt/live/sysadminfromhell.dev/fullchain.pem: Permission deniedbut when i check the permissions from the old certificate and my "new" certificate its the same:
/etc/letsencrypt/archive/mail.sysadminfromhell.dev# ls -l total 16 -rw-r--r-- 1 root root 1870 Feb 5 14:09 cert1.pem -rw-r--r-- 1 root root 1586 Feb 5 14:09 chain1.pem -rw-r--r-- 1 root root 3456 Feb 5 14:09 fullchain1.pem -rw------- 1 root root 1708 Feb 5 14:09 privkey1.pem/etc/letsencrypt/archive/sysadminfromhell.dev# ls -l total 16 -rw-r--r-- 1 root root 1862 Feb 6 14:11 cert1.pem -rw-r--r-- 1 root root 1586 Feb 6 14:11 chain1.pem -rw-r--r-- 1 root root 3448 Feb 6 14:11 fullchain1.pem -rw------- 1 root root 1704 Feb 6 14:11 privkey1.pemIs there something with the permissions what I don't see?
@Sysadminfromhell commented on GitHub (Feb 9, 2021):
I could fix the access denied problem for the modoboa User with chmod 755 live/ and the same for archive/. After a reboot and relog of the Admin-User the List is not empty anymore.