mirror of
https://blitiri.com.ar/repos/chasquid
synced 2025-12-28 16:27:20 +00:00
test: Integration test for reload
This patch implements an integration test for reloading; in particular it exercises reloading aliases and user databases.
This commit is contained in:
14
test/t-13-reload/msmtprc
Normal file
14
test/t-13-reload/msmtprc
Normal file
@@ -0,0 +1,14 @@
|
||||
account default
|
||||
|
||||
host testserver
|
||||
port 1587
|
||||
|
||||
tls on
|
||||
tls_trust_file config/certs/testserver/fullchain.pem
|
||||
|
||||
from someone@testserver
|
||||
|
||||
auth on
|
||||
user someone@testserver
|
||||
password password222
|
||||
|
||||
Reference in New Issue
Block a user