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:
Executable
+9
@@ -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}
|
||||
Reference in New Issue
Block a user