diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-02-01 10:06:36 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-02-01 10:06:36 +0100 |
commit | 14cc6e39583777001413181a053730664272c1cf (patch) | |
tree | 44556b469dd52292d55317076826d4546f8bc363 /docker | |
parent | 910502b4dfa373a03ff647387a2ee63a26d810f2 (diff) | |
download | kube-14cc6e39583777001413181a053730664272c1cf.tar.gz kube-14cc6e39583777001413181a053730664272c1cf.zip |
Give the imap server some time to start
Diffstat (limited to 'docker')
-rwxr-xr-x | docker/startimap.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ | |||
1 | #!/bin/bash | 1 | #!/bin/bash |
2 | sudo saslauthd -a pam & | 2 | sudo saslauthd -a pam & |
3 | sudo /usr/libexec/cyrus-imapd/master -d | 3 | sudo /usr/libexec/cyrus-imapd/master -d |
4 | #Give the imap server some time to start | ||
5 | sleep 1 | ||