opendkim: increase DNSTimeout from 5 (default) to 60

fix #667
This commit is contained in:
missytake
2025-10-15 14:14:06 +02:00
parent 21258a267a
commit f21e4ff55b
2 changed files with 4 additions and 0 deletions

View File

@@ -17,6 +17,9 @@
- Ignore all RCPT TO: parameters
([#651](https://github.com/chatmail/relay/pull/651))
- Increase opendkim DNS Timeout from 5 to 60 seconds
([#672](https://github.com/chatmail/relay/pull/672))
- Add config parameter for Let's Encrypt ACME email
([#663](https://github.com/chatmail/relay/pull/663))

View File

@@ -13,6 +13,7 @@ OversignHeaders From
On-BadSignature reject
On-KeyNotFound reject
On-NoSignature reject
DNSTimeout 60
# Signing domain, selector, and key (required). For example, perform signing
# for domain "example.com" with selector "2020" (2020._domainkey.example.com),