Skip to content

Commit c4c7d34

Browse files
committed
fix(e2e): add spam store to Stalwart sidecar config
Stalwart 0.15.5 requires [storage].spam to be declared or it aborts at startup with "Store not configured → Failed to migrate database".
1 parent 8cb62e5 commit c4c7d34

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

e2e/harness/stalwart.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ function buildConfig(opts: {
7171
'fts = "rocksdb"',
7272
'blob = "rocksdb"',
7373
'lookup = "rocksdb"',
74+
'spam = "rocksdb"',
7475
'directory = "internal"',
7576
'',
7677
'[store.rocksdb]',

0 commit comments

Comments
 (0)