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 4ffa580 commit 16b0d0aCopy full SHA for 16b0d0a
.github/actions/spelling/expect.txt
@@ -70,6 +70,7 @@ bzlib
70
CACERTDIR
71
CANTCREAT
72
CApath
73
+cdb
74
certbot
75
changetype
76
chasquid
@@ -730,7 +731,6 @@ staticbuf
730
731
staticdb
732
Stax
733
STln
-stoarge
734
stopword
735
storageid
736
strarray
data/settings.js
@@ -4569,6 +4569,13 @@ The base directory in which Dovecot should store runtime data.
4569
This can be used to override the base directory determined at compile time.`
4570
},
4571
4572
+ cdb_path: {
4573
+ tags: [ 'dict', 'dict-cdb' ],
4574
+ values: setting_types.STRING,
4575
+ text: `
4576
+Path to the CDB database file.`
4577
+ },
4578
+
4579
debug_log_path: {
4580
default: '[[setting,info_log_path]]',
4581
values: setting_types.STRING,
0 commit comments