mirror of
https://blitiri.com.ar/repos/chasquid
synced 2026-01-07 17:47:14 +00:00
This patch adds DKIM signing using https://github.com/driusan/dkim tools to the example hook. It also adds an optional integration test to exercise signing and verification, and corresponding documentation.
10 lines
205 B
Plaintext
10 lines
205 B
Plaintext
smtp_address: ":1025"
|
|
submission_address: ":1587"
|
|
monitoring_address: ":1099"
|
|
|
|
mail_delivery_agent_bin: "test-mda"
|
|
mail_delivery_agent_args: "%to%"
|
|
|
|
data_dir: "../.data"
|
|
mail_log_path: "../.logs/mail_log"
|