options = { filters = ["dkim"] pidfile = "${TMPDIR}/rspamd.pid" } logging = { type = "file", level = "debug" filename = "${TMPDIR}/rspamd.log" } metric = { name = "default", actions = { reject = 100500, } unknown_weight = 1 } worker { type = normal bind_socket = ${LOCAL_ADDR}:${PORT_NORMAL} count = 1 keypair { pubkey = "${KEY_PUB1}"; privkey = "${KEY_PVT1}"; } } dkim { sign_condition =<