mirror of
https://blitiri.com.ar/repos/chasquid
synced 2025-12-17 14:37:02 +00:00
This patch implements some measures against email loops, such as keeping a limit on the lenght of an address, and rejecting email that has too many Received headers. It's not perfect (a server could be actively removing Received headers), but it should cover the normal accidents and misconfigurations.
9 lines
172 B
Plaintext
9 lines
172 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-A"
|