aerogramme/tests/instrumentation/docker/maddy/entrypoint.sh
2024-01-07 21:53:28 +01:00

10 lines
155 B
Bash
Executable file

#!/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