aboutsummaryrefslogtreecommitdiff
path: root/tests/docker/maddy/entrypoint.sh
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2023-12-27 18:33:06 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2023-12-27 18:33:06 +0100
commitccc9b6abb66ebda0b91b4e21f8ec2fb2e87390f7 (patch)
tree985f9d136a981ec7cc43984c976c60e9295340d5 /tests/docker/maddy/entrypoint.sh
parent7744625c18aff5990a792bb13a44b60d8c4d4fc5 (diff)
downloadaerogramme-ccc9b6abb66ebda0b91b4e21f8ec2fb2e87390f7.tar.gz
aerogramme-ccc9b6abb66ebda0b91b4e21f8ec2fb2e87390f7.zip
add a --dev mode
Diffstat (limited to 'tests/docker/maddy/entrypoint.sh')
-rwxr-xr-xtests/docker/maddy/entrypoint.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/docker/maddy/entrypoint.sh b/tests/docker/maddy/entrypoint.sh
deleted file mode 100755
index f875624..0000000
--- a/tests/docker/maddy/entrypoint.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/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