diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-03-27 21:58:25 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-03-27 21:58:25 +0200 |
commit | 9a14a9fff41d628ced31fea188bb5344bc6f48c3 (patch) | |
tree | de09b24ea25f075193cc79316727e287ddbb9d86 /docker/startimap.sh | |
parent | 7469b90fce44ca6ab27d88e991c74b71ab8f29e8 (diff) | |
download | kube-9a14a9fff41d628ced31fea188bb5344bc6f48c3.tar.gz kube-9a14a9fff41d628ced31fea188bb5344bc6f48c3.zip |
Fixed saslauthd authentication
Diffstat (limited to 'docker/startimap.sh')
-rwxr-xr-x | docker/startimap.sh | 2 |
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 |
2 | sudo saslauthd -a pam & | 2 | sudo saslauthd -a shadow & |
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 | 4 | #Give the imap server some time to start |
5 | sleep 1 | 5 | sleep 1 |