Add TODOs
This commit is contained in:
parent
40dd3ae985
commit
d76493c761
3
Makefile
3
Makefile
|
@ -30,7 +30,8 @@ generate-accounts:
|
||||||
|
|
||||||
# TODO: ensure this is run per container after each container started!
|
# TODO: ensure this is run per container after each container started!
|
||||||
generate-accounts-after-run:
|
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)
|
@ sleep $(SLEEP)
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
|
|
Loading…
Reference in New Issue