diff --git a/Makefile b/Makefile index e54669d3..a3016c1a 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,8 @@ generate-accounts: # TODO: ensure this is run per container after each container started! generate-accounts-after-run: - @ docker run --rm -e MAIL_USER=added@localhost.localdomain -e MAIL_PASS=mypassword -t $(NAME) /bin/sh -c 'echo "$$MAIL_USER|$$(doveadm pw -s SHA512-CRYPT -u $$MAIL_USER -p $$MAIL_PASS)"' >> test/config/postfix-accounts.cf + # todo: noone seems to care about this? + #@ docker run --rm -e MAIL_USER=added@localhost.localdomain -e MAIL_PASS=mypassword -t $(NAME) /bin/sh -c 'echo "$$MAIL_USER|$$(doveadm pw -s SHA512-CRYPT -u $$MAIL_USER -p $$MAIL_PASS)"' >> test/config/postfix-accounts.cf @ sleep $(SLEEP) tests: