How do I enable the CDB backend in Dovecot 2.4.1? → “auth: Fatal: Unknown passdb driver ‘cdb’”
Good day everyone,
I’m trying to authenticate against a constant database (CDB) file.
After reading the /cdb_path/ description in the 2.4.1 manual (⟨https://doc.dovecot.org/2.4.1/core/summaries/settings.html#cdb_path⟩ <https://doc.dovecot.org/2.4.1/core/summaries/settings.html#cdb_path%E2%9F%A9>) I added the following to the conf file.:
|passdb cdb { cdb_path = /srv/mail/passwd.cdb } userdb cdb { cdb_path = /srv/mail/passwd.cdb } |
But dovecot says
|auth: Fatal: Unknownpassdb driver 'cdb'|
dovecot --version 2.4.1-4+debian11 (7d8c0e5759)
I cant see anything in the changelogs. Is the “cdb” driver still available in 2.4.1, or was it renamed/removed?
Any pointers (or a minimal working example) would be greatly appreciated.
Kind Regards Brent Clark
Good day everyone, I’m trying to authenticate against a constant database (CDB) file. After reading the cdb_path description in the 2.4.1 manual (⟨https:// doc.dovecot.org/2.4.1/core/summaries/settings.html#cdb_path⟩) I added the following to the conf file.: passdb cdb { cdb_path = /srv/mail/passwd.cdb }
userdb cdb { cdb_path = /srv/mail/passwd.cdb }
But dovecot says auth: Fatal: Unknown passdb driver 'cdb'
dovecot --version 2.4.1-4+debian11 (7d8c0e5759)
I cant see anything in the changelogs. Is the “cdb” driver still available in 2.4.1, or was it renamed/removed?
Any pointers (or a minimal working example) would be greatly appreciated.
Kind Regards Brent Clark
participants (1)
-
Brent Clark