Add TODOs

This commit is contained in:
Martin Schulze 2020-09-20 02:13:05 +02:00
parent 40dd3ae985
commit d76493c761
1 changed files with 2 additions and 1 deletions

View File

@ -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: