mirror of
https://blitiri.com.ar/repos/chasquid
synced 2025-12-23 15:37:01 +00:00
This patch adds a test for delivery status notifications and null address deliveries, that check that chasquid can both receive and send DSNs. To do this, we extend the mail_diff utility to support wildcards in the comparisons, to skip over variable parts of the messages (like dates).
14 lines
241 B
Plaintext
14 lines
241 B
Plaintext
hostname: "testserver"
|
|
|
|
smtp_address: ":1025"
|
|
submission_address: ":1587"
|
|
monitoring_address: ":1099"
|
|
|
|
mail_delivery_agent_bin: "test-mda"
|
|
mail_delivery_agent_args: "%to%"
|
|
|
|
data_dir: "../.data"
|
|
|
|
suffix_separators: "+-"
|
|
drop_characters: "._"
|