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