From e72985a38cec9e31eb2c4b6fa012895ff07226a8 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Fri, 8 Jul 2022 11:47:59 +0200 Subject: Add a docker-compose spawning Dovecot+Cyrus+Maddy --- tests/docker/maddy/entrypoint.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 tests/docker/maddy/entrypoint.sh (limited to 'tests/docker/maddy/entrypoint.sh') diff --git a/tests/docker/maddy/entrypoint.sh b/tests/docker/maddy/entrypoint.sh new file mode 100755 index 0000000..f875624 --- /dev/null +++ b/tests/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 -- cgit v1.2.3