1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-11 16:32:59 +00:00

Switch to PERMIT_DOCKER=connected-networks (#210)

* test if https://github.com/tomav/docker-mailserver/issues/1079 is resolved
* add spooler test to commander target
This commit is contained in:
Felix Bartels
2019-09-18 17:17:35 +02:00
committed by GitHub
parent b60176ee93
commit b3c3ac669e
3 changed files with 12 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
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}