mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-09 17:04:53 +02:00
Add TODOs
This commit is contained in:
parent
40dd3ae985
commit
d76493c761
1 changed files with 2 additions and 1 deletions
3
Makefile
3
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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue