mirror of
https://blitiri.com.ar/repos/chasquid
synced 2025-12-17 14:37:02 +00:00
This patch adds a new test which makes chasquid send and receive email to/from Exim. To make it work we need to add two testing flags to the SMTP courier, which is not ideal but doesn't muddle the code much. The test is not very portable, and assumes an exim binary is available, but does not have to be installed in the system. It includes a helper script to fetch one from the Debian archives.
15 lines
186 B
Plaintext
15 lines
186 B
Plaintext
account default
|
|
|
|
host srv-chasquid
|
|
port 1025
|
|
|
|
tls on
|
|
tls_trust_file config/domains/srv-chasquid/cert.pem
|
|
|
|
from user@srv-chasquid
|
|
|
|
auth on
|
|
user user@srv-chasquid
|
|
password secretpassword
|
|
|