mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-07-05 21:57:00 +00:00
* test if https://github.com/tomav/docker-mailserver/issues/1079 is resolved * add spooler test to commander target
10 lines
337 B
YAML
Executable File
10 lines
337 B
YAML
Executable File
tests:
|
|
test sending mail:
|
|
command: apt update && apt install -y swaks netbase && dockerize -wait tcp://"$KCCONF_SPOOLER_SMTP_SERVER":25 -timeout 1080s swaks --to user1@kopano.demo --server $KCCONF_SPOOLER_SMTP_SERVER
|
|
exit-code: 0
|
|
|
|
config:
|
|
env:
|
|
PATH: ${PATH}
|
|
KCCONF_SPOOLER_SMTP_SERVER: ${KCCONF_SPOOLER_SMTP_SERVER}
|