[GH-ISSUE #2164] The List for "standard password scheme" is empty #1536

Closed
opened 2026-02-27 11:17:38 +03:00 by kerem · 3 comments
Owner

Originally created by @Sysadminfromhell on GitHub (Feb 9, 2021).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/2164

Impacted versions

  • OS Type: Ubuntu
  • OS Version: 20.10
  • Database Type: I actually dont know, i used the Installer
  • Database version: see above
  • Modoboa: 1.17.0
  • installer used: Yes
  • Webserver: Nginx

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

Originally created by @Sysadminfromhell on GitHub (Feb 9, 2021). Original GitHub issue: https://github.com/modoboa/modoboa/issues/2164 # Impacted versions * OS Type: Ubuntu * OS Version: 20.10 * Database Type: I actually dont know, i used the Installer * Database version: see above * Modoboa: 1.17.0 * installer used: Yes * Webserver: Nginx # 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
kerem closed this issue 2026-02-27 11:17:38 +03:00
Author
Owner

@tonioo commented on GitHub (Feb 9, 2021):

Have you checked this discussion: https://github.com/modoboa/modoboa/discussions/1731?

<!-- gh-comment-id:776090898 --> @tonioo commented on GitHub (Feb 9, 2021): Have you checked this discussion: https://github.com/modoboa/modoboa/discussions/1731?
Author
Owner

@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 denied
but 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.pem

Is there something with the permissions what I don't see?

<!-- gh-comment-id:776121801 --> @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 denied` but 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.pem` Is there something with the permissions what I don't see?
Author
Owner

@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.

<!-- gh-comment-id:776145832 --> @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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/modoboa-modoboa#1536
No description provided.