chore(PROJ-59): tote Xapian-Reste aus config.docker.yml.example entfernen
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 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
46502abe75
commit
043520ecc3
@@ -17,7 +17,6 @@ database:
|
|||||||
storage:
|
storage:
|
||||||
store_path: /var/archivmail/store
|
store_path: /var/archivmail/store
|
||||||
astore_path: /var/archivmail/astore
|
astore_path: /var/archivmail/astore
|
||||||
xapian_path: /var/archivmail/xapian
|
|
||||||
keyfile: /etc/archivmail/keyfile
|
keyfile: /etc/archivmail/keyfile
|
||||||
# PROJ-34: GoBD-Löschsperre in Tagen (0 = keine; z.B. 3650 für 10 Jahre)
|
# PROJ-34: GoBD-Löschsperre in Tagen (0 = keine; z.B. 3650 für 10 Jahre)
|
||||||
retention_days: 0
|
retention_days: 0
|
||||||
@@ -26,8 +25,8 @@ storage:
|
|||||||
min_retention_days: 0
|
min_retention_days: 0
|
||||||
|
|
||||||
index:
|
index:
|
||||||
path: /var/archivmail/xapian
|
backend: manticore
|
||||||
backend: xapian
|
manticore_dsn: "manticore@tcp(127.0.0.1:9306)/?charset=utf8mb4"
|
||||||
batch_size: 100
|
batch_size: 100
|
||||||
async_queue_size: 1000
|
async_queue_size: 1000
|
||||||
# PROJ-58: batch_mode (optional, Default false wenn weggelassen).
|
# PROJ-58: batch_mode (optional, Default false wenn weggelassen).
|
||||||
|
|||||||
Reference in New Issue
Block a user