aerogramme/tests/instrumentation/docker/maddy/entrypoint.sh

10 lines
155 B
Bash
Raw Normal View History

#!/bin/sh
maddy -config /data/maddy.conf run &
sleep 2
2024-01-07 20:53:28 +00:00
maddy creds create --password pass test@example.com
maddy imap-acct create test@example.com
wait