From 14cc6e39583777001413181a053730664272c1cf Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 1 Feb 2018 10:06:36 +0100 Subject: Give the imap server some time to start --- docker/startimap.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/startimap.sh b/docker/startimap.sh index e5296e4f..cb5af4f0 100755 --- a/docker/startimap.sh +++ b/docker/startimap.sh @@ -1,3 +1,5 @@ #!/bin/bash sudo saslauthd -a pam & sudo /usr/libexec/cyrus-imapd/master -d +#Give the imap server some time to start +sleep 1 -- cgit v1.2.3