mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-05 10:35:41 +02:00
Testfixes & more (#942)
* fixed useless updatetest, made updatemailuser and addmailuser setup.sh compliant. * changed documentation
This commit is contained in:
parent
a564cca0e5
commit
59ce9d03f0
4 changed files with 19 additions and 14 deletions
2
Makefile
2
Makefile
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue