From 043520ecc37768e965d5d413b15f4705a32d91a9 Mon Sep 17 00:00:00 2001 From: sysops Date: Thu, 25 Jun 2026 00:03:49 +0200 Subject: [PATCH] chore(PROJ-59): tote Xapian-Reste aus config.docker.yml.example entfernen MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit xapian_path/backend: xapian waren toter Datenmüll (StorageConfig hat kein xapian_path-Feld, wird beim YAML-Unmarshal stillschweigend ignoriert). Auf den tatsächlich genutzten Manticore-Default umgestellt (backend: manticore, manticore_dsn). Behebt das in PROJ-56 QA als INFO 3 dokumentierte, außerhalb des Scopes liegende Finding. Co-Authored-By: Claude Sonnet 4.6 --- config/config.docker.yml.example | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config/config.docker.yml.example b/config/config.docker.yml.example index 01edeea..a10a025 100644 --- a/config/config.docker.yml.example +++ b/config/config.docker.yml.example @@ -17,7 +17,6 @@ database: storage: store_path: /var/archivmail/store astore_path: /var/archivmail/astore - xapian_path: /var/archivmail/xapian keyfile: /etc/archivmail/keyfile # PROJ-34: GoBD-Löschsperre in Tagen (0 = keine; z.B. 3650 für 10 Jahre) retention_days: 0 @@ -26,8 +25,8 @@ storage: min_retention_days: 0 index: - path: /var/archivmail/xapian - backend: xapian + backend: manticore + manticore_dsn: "manticore@tcp(127.0.0.1:9306)/?charset=utf8mb4" batch_size: 100 async_queue_size: 1000 # PROJ-58: batch_mode (optional, Default false wenn weggelassen).