mirror of
https://blitiri.com.ar/repos/chasquid
synced 2026-01-09 17:55:57 +00:00
WORK IN PROGRESS -- WORK IN PROGRESS -- WORK IN PROGRESS This patch adds support for delivering mail via a smarthost. In this mode, all accepted mail gets delivered through an SMTP connection to a specific host, statically configured.
11 lines
246 B
Plaintext
11 lines
246 B
Plaintext
smtp_address: ":2025"
|
|
submission_address: ":2587"
|
|
submission_over_tls_address: ":2465"
|
|
monitoring_address: ":2099"
|
|
|
|
mail_delivery_agent_bin: "test-mda"
|
|
mail_delivery_agent_args: "%to%"
|
|
|
|
data_dir: "../.data-B"
|
|
mail_log_path: "../.logs/mail_log-B"
|