Skip to content

Commit 1fd21e4

Browse files
sirainenfleischie
authored andcommitted
data: settings - Add cdb_path
1 parent 03bce75 commit 1fd21e4

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/actions/spelling/expect.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ bzlib
7373
CACERTDIR
7474
CANTCREAT
7575
CApath
76+
cdb
7677
certbot
7778
changetype
7879
chasquid

data/settings.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4575,6 +4575,13 @@ The base directory in which Dovecot should store runtime data.
45754575
This can be used to override the base directory determined at compile time.`
45764576
},
45774577

4578+
cdb_path: {
4579+
tags: [ 'dict', 'dict-cdb' ],
4580+
values: setting_types.STRING,
4581+
text: `
4582+
Path to the CDB database file.`
4583+
},
4584+
45784585
debug_log_path: {
45794586
default: '[[setting,info_log_path]]',
45804587
values: setting_types.STRING,

0 commit comments

Comments
 (0)