aboutsummaryrefslogblamecommitdiff
path: root/tests/instrumentation/docker/maddy/entrypoint.sh
blob: f8756247e8f5dfe5ade8102b552bce5a5b0a2362 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                      
#!/bin/sh

maddy -config /data/maddy.conf run &

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

wait