From 1d97489d58c19b5895262b94f196d072027deedc Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Wed, 18 Sep 2024 14:53:57 +0300 Subject: [PATCH] data: settings - Add cdb_path --- .github/actions/spelling/expect.txt | 2 +- data/settings.js | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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,