aboutsummaryrefslogtreecommitdiff
path: root/tests/instrumentation/docker/maddy/entrypoint.sh
blob: e42a34a3a1077fe5f1e6a09fc7f407a1ea6a1564 (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/sh

maddy -config /data/maddy.conf run &

sleep 2
maddy creds create --password pass test@example.com
maddy imap-acct create test@example.com

wait