mirror of
https://blitiri.com.ar/repos/chasquid
synced 2025-12-17 14:37:02 +00:00
The default INFO logs are more oriented towards debugging and can be a bit too verbose when looking for high-level information. This patch introduces a new "maillog" package, used to log messages of particular relevance to mail transmission at a higher level.
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"
|