auto: daily config snapshot

This commit is contained in:
James 2026-03-03 02:00:01 +01:00
parent d7ecd7a6e2
commit 1a1b6d22c6
1 changed files with 10 additions and 1 deletions

View File

@ -132,10 +132,19 @@ score = 5.0
[spam-filter.bayes] [spam-filter.bayes]
enable = false enable = false
enable = false
# DMARC+DKIM pass = guaranteed inbox — score so low it can never be stamped as spam # DMARC+DKIM pass = guaranteed inbox — score so low it can never be stamped as spam
# Replaces defaults: DMARC_POLICY_ALLOW=-0.5, DKIM_ALLOW=-0.2 # Replaces defaults: DMARC_POLICY_ALLOW=-0.5, DKIM_ALLOW=-0.2
[spam-filter.list.scores] [spam-filter.list.scores]
DMARC_POLICY_ALLOW = -100.0 DMARC_POLICY_ALLOW = -100.0
DKIM_ALLOW = -50.0 DKIM_ALLOW = -50.0
# DKIM signature for vault1984.com
[signature."ed25519-vault1984.com"]
algorithm = "ed25519-sha256"
canonicalization = "relaxed/relaxed"
domain = "vault1984.com"
headers = ["From", "To", "Date", "Subject", "Message-ID"]
private-key = "-----BEGIN PRIVATE KEY-----\nMC4CAQAwBQYDK2VwBCIEIO8f0CnaZdOxw5kZg32P2gZdVtCv+nNi1dPQokbRBTjV\n-----END PRIVATE KEY-----\n"
report = false
selector = "stalwart"