aerogramme/tests/instrumentation/docker/maddy/entrypoint.sh
2023-12-27 18:33:06 +01:00

10 lines
161 B
Bash
Executable file

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