summaryrefslogtreecommitdiffstats
path: root/docker/startimap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docker/startimap.sh')
-rwxr-xr-xdocker/startimap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/startimap.sh b/docker/startimap.sh
index cb5af4f0..b80733af 100755
--- a/docker/startimap.sh
+++ b/docker/startimap.sh
@@ -1,5 +1,5 @@
1#!/bin/bash 1#!/bin/bash
2sudo saslauthd -a pam & 2sudo saslauthd -a shadow &
3sudo /usr/libexec/cyrus-imapd/master -d 3sudo /usr/libexec/cyrus-imapd/master -d
4#Give the imap server some time to start 4#Give the imap server some time to start
5sleep 1 5sleep 1