Skip to content

Commit 16b0d0a

Browse files
sirainencmouse
authored andcommitted
data: settings - Add cdb_path
1 parent 4ffa580 commit 16b0d0a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/actions/spelling/expect.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ bzlib
7070
CACERTDIR
7171
CANTCREAT
7272
CApath
73+
cdb
7374
certbot
7475
changetype
7576
chasquid
@@ -730,7 +731,6 @@ staticbuf
730731
staticdb
731732
Stax
732733
STln
733-
stoarge
734734
stopword
735735
storageid
736736
strarray

data/settings.js

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

4572+
cdb_path: {
4573+
tags: [ 'dict', 'dict-cdb' ],
4574+
values: setting_types.STRING,
4575+
text: `
4576+
Path to the CDB database file.`
4577+
},
4578+
45724579
debug_log_path: {
45734580
default: '[[setting,info_log_path]]',
45744581
values: setting_types.STRING,

0 commit comments

Comments
 (0)