summaryrefslogtreecommitdiffstats
path: root/docker/startimap.sh
blob: b80733af25ae0f5fdce6ad052b4a4c4378791184 (plain)
1
2
3
4
5
#!/bin/bash
sudo saslauthd -a shadow &
sudo /usr/libexec/cyrus-imapd/master -d
#Give the imap server some time to start
sleep 1