Testfixes & more (#942)

* fixed useless updatetest, made updatemailuser and addmailuser setup.sh compliant.
* changed documentation
This commit is contained in:
17Halbe 2018-04-08 16:12:41 +02:00 committed by Johan Smits
parent a564cca0e5
commit 59ce9d03f0
4 changed files with 19 additions and 14 deletions

View file

@ -222,6 +222,8 @@ 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
docker exec mail addmailuser pass@localhost.localdomain 'may be \a `p^a.*ssword'
sleep 10
fixtures: