diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-11-23 16:15:13 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-11-23 16:15:13 +0100 |
commit | 902096b9c7ce10b1a39461f8b632bd4b0a4de88c (patch) | |
tree | 669e2175f7dfb2d7bfd70ef3eefcf4055f212dc1 /docker/startimap.sh | |
parent | e17fc513134169b8be38e3c658cdd25b1c6b1c10 (diff) | |
download | kube-902096b9c7ce10b1a39461f8b632bd4b0a4de88c.tar.gz kube-902096b9c7ce10b1a39461f8b632bd4b0a4de88c.zip |
A script to start the imap server
Diffstat (limited to 'docker/startimap.sh')
-rwxr-xr-x | docker/startimap.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docker/startimap.sh b/docker/startimap.sh new file mode 100755 index 00000000..e5296e4f --- /dev/null +++ b/docker/startimap.sh | |||
@@ -0,0 +1,3 @@ | |||
1 | #!/bin/bash | ||
2 | sudo saslauthd -a pam & | ||
3 | sudo /usr/libexec/cyrus-imapd/master -d | ||