mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-03 17:44:49 +02:00
tests: Use swaks
instead of nc
for sending mail (#3732)
See associated `CHANGELOG.md` entry for details. --------- Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
This commit is contained in:
parent
0889b0ff06
commit
9e81517fe3
119 changed files with 355 additions and 455 deletions
|
@ -17,7 +17,7 @@ function setup_file() {
|
|||
|
||||
# Contains various certs for testing TLS support (read-only):
|
||||
export TLS_CONFIG_VOLUME
|
||||
TLS_CONFIG_VOLUME="${PWD}/test/test-files/ssl/${TEST_DOMAIN}/:/config/ssl/:ro"
|
||||
TLS_CONFIG_VOLUME="${PWD}/test/files/ssl/${TEST_DOMAIN}/:/config/ssl/:ro"
|
||||
|
||||
# Used for connecting testssl and DMS containers via network name `TEST_DOMAIN`:
|
||||
# NOTE: If the network already exists, the test will fail to start
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue