This patch adds a new test, which verifies the TLS tracking. Because we need to simulate SPF records, and Go does not support fully intercepting DNS lookups yet, this test relies on dnsmasq to provide a DNS resolver. In the future, once Go supports DNS lookup interception, we can get rid of this additional dependency.
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-B/mail_log"
|