diff --git a/.github/actions/spelling/expect.txt b/.github/actions/spelling/expect.txt index e10430909..a20eaeea8 100644 --- a/.github/actions/spelling/expect.txt +++ b/.github/actions/spelling/expect.txt @@ -70,6 +70,7 @@ bzlib CACERTDIR CANTCREAT CApath +cdb certbot changetype chasquid @@ -730,7 +731,6 @@ staticbuf staticdb Stax STln -stoarge stopword storageid strarray diff --git a/data/settings.js b/data/settings.js index 9f11fdf25..6bc236677 100644 --- a/data/settings.js +++ b/data/settings.js @@ -4569,6 +4569,13 @@ The base directory in which Dovecot should store runtime data. This can be used to override the base directory determined at compile time.` }, + cdb_path: { + tags: [ 'dict', 'dict-cdb' ], + values: setting_types.STRING, + text: ` +Path to the CDB database file.` + }, + debug_log_path: { default: '[[setting,info_log_path]]', values: setting_types.STRING,