From 1531600fd0a28654e588f5ce599ef86f58decea1 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Sun, 7 Jan 2024 21:53:28 +0100 Subject: update maddy and cyrus --- tests/instrumentation/docker/maddy/entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/instrumentation/docker/maddy/entrypoint.sh') diff --git a/tests/instrumentation/docker/maddy/entrypoint.sh b/tests/instrumentation/docker/maddy/entrypoint.sh index f875624..e42a34a 100755 --- a/tests/instrumentation/docker/maddy/entrypoint.sh +++ b/tests/instrumentation/docker/maddy/entrypoint.sh @@ -3,7 +3,7 @@ maddy -config /data/maddy.conf run & sleep 2 -maddyctl creds create --password pass test@example.com -maddyctl imap-acct create test@example.com +maddy creds create --password pass test@example.com +maddy imap-acct create test@example.com wait -- cgit v1.2.3