You must login to view /lordwelch/chasquid/commit/8e9ea901e9ec125d7de24c97892cade1f0723e54?files=internal%2Fcourier.
The GitHub option should be usable for most people, it only links via username.

Files
Alberto Bertogli 01a6d088e2 test: Add a set of tests for handling bad/invalid configs
This patch adds a set of tests to validate chasquid's handling of bad
and invalid configurations, to make sure we fail as expected.
2023-05-17 00:44:54 +01:00

10 lines
214 B
Plaintext

smtp_address: ":1025"
submission_address: ":1587"
submission_over_tls_address: ":1465"
mail_delivery_agent_bin: "test-mda"
mail_delivery_agent_args: "%to%"
data_dir: "../.data"
mail_log_path: "../.logs/mail_log"