Add sample fdm.conf(5)

git-svn-id: file:///srv/svn/repo/rin/trunk@8 5f6c6692-7da8-c640-9b4f-fb22b0af4e5b
This commit is contained in:
yakumo.izuru 2025-04-21 12:12:34 +00:00
parent af5b06b5fc
commit b92c8bd206

23
fdm.conf.sample Normal file
View File

@ -0,0 +1,23 @@
# fdm.conf(5)
# vim: ft=config ts=4
set purge-after 50
set timeout 120
set parallel-accounts 2
$base = "%h/.fdm.d"
set lock-file "${base}/lock"
set maximum-size 100 MB
set verify-certificates
set queue-high 5
set queue-low 3
$path = "%h/Mail"
action "inbox" maildir "${path}/%a/INBOX"
account "example.com" pop3s server "example.com" port 995 user "orin" pass "orin"
$db = "${base}/duplicates"
$key = "%[message_id]"
cache $db expire 1 week
match all action "inbox"
match case "X-Spam" in headers action "drop"