diff options
Diffstat (limited to 'tests/docker/cyrus/entrypoint.sh')
-rwxr-xr-x | tests/docker/cyrus/entrypoint.sh | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/docker/cyrus/entrypoint.sh b/tests/docker/cyrus/entrypoint.sh deleted file mode 100755 index c410e9d..0000000 --- a/tests/docker/cyrus/entrypoint.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash - -cyrmaster -D -l 32 -C /etc/imapd.conf -M /etc/cyrus.conf & -sleep 2 - -echo cyrus | saslpasswd2 -p cyrus -echo pass | saslpasswd2 -p test - -cyradm -u cyrus -w cyrus 127.0.0.1 <<EOF -cm user.test -setaclmailbox user.test test kxtelrswip -exit -EOF - -wait |