mirror of
https://blitiri.com.ar/repos/chasquid
synced 2025-12-16 14:27:01 +00:00
For convenience, rename the directories so the order is explicit in the name. Make the simple test run first, to save time if it's not working.
22 lines
333 B
Plaintext
22 lines
333 B
Plaintext
account default
|
|
|
|
host testserver
|
|
port 1025
|
|
|
|
tls on
|
|
tls_trust_file config/domains/testserver/cert.pem
|
|
|
|
from user@testserver
|
|
|
|
auth on
|
|
user user@testserver
|
|
password secretpassword
|
|
|
|
account baduser : default
|
|
user unknownuser@testserver
|
|
password secretpassword
|
|
|
|
account badpasswd : default
|
|
user user@testserver
|
|
password badsecretpassword
|