We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03bce75 commit 1fd21e4Copy full SHA for 1fd21e4
.github/actions/spelling/expect.txt
@@ -73,6 +73,7 @@ bzlib
73
CACERTDIR
74
CANTCREAT
75
CApath
76
+cdb
77
certbot
78
changetype
79
chasquid
data/settings.js
@@ -4575,6 +4575,13 @@ The base directory in which Dovecot should store runtime data.
4575
This can be used to override the base directory determined at compile time.`
4576
},
4577
4578
+ cdb_path: {
4579
+ tags: [ 'dict', 'dict-cdb' ],
4580
+ values: setting_types.STRING,
4581
+ text: `
4582
+Path to the CDB database file.`
4583
+ },
4584
+
4585
debug_log_path: {
4586
default: '[[setting,info_log_path]]',
4587
values: setting_types.STRING,
0 commit comments