From d76493c76114edefcd271b378757ecd8a65c6ce6 Mon Sep 17 00:00:00 2001 From: Martin Schulze Date: Sun, 20 Sep 2020 02:13:05 +0200 Subject: [PATCH] Add TODOs --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: