diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-12-27 18:33:06 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-12-27 18:33:06 +0100 |
commit | ccc9b6abb66ebda0b91b4e21f8ec2fb2e87390f7 (patch) | |
tree | 985f9d136a981ec7cc43984c976c60e9295340d5 /tests/instrumentation/docker/maddy/entrypoint.sh | |
parent | 7744625c18aff5990a792bb13a44b60d8c4d4fc5 (diff) | |
download | aerogramme-ccc9b6abb66ebda0b91b4e21f8ec2fb2e87390f7.tar.gz aerogramme-ccc9b6abb66ebda0b91b4e21f8ec2fb2e87390f7.zip |
add a --dev mode
Diffstat (limited to 'tests/instrumentation/docker/maddy/entrypoint.sh')
-rwxr-xr-x | tests/instrumentation/docker/maddy/entrypoint.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/instrumentation/docker/maddy/entrypoint.sh b/tests/instrumentation/docker/maddy/entrypoint.sh new file mode 100755 index 0000000..f875624 --- /dev/null +++ b/tests/instrumentation/docker/maddy/entrypoint.sh @@ -0,0 +1,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 |