mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-02 09:05:14 +02:00
fix #1459
This commit is contained in:
parent
4d031f73e3
commit
dff7355fa9
1 changed files with 2 additions and 0 deletions
|
@ -1243,6 +1243,8 @@ EOF
|
||||||
# Dovecot has been restarted, but this test often fails so presumably it may not be ready
|
# Dovecot has been restarted, but this test often fails so presumably it may not be ready
|
||||||
# Add a short sleep to see if that helps to make the test more stable
|
# Add a short sleep to see if that helps to make the test more stable
|
||||||
# Alternatively we could login with a known good user to make sure that the service is up
|
# Alternatively we could login with a known good user to make sure that the service is up
|
||||||
|
wait_for_service mail postfix
|
||||||
|
wait_for_service mail dovecot
|
||||||
sleep 5
|
sleep 5
|
||||||
|
|
||||||
run docker exec mail /bin/bash -c "doveadm auth test -x service=smtp setup_email_add@example.com 'test_password' | grep 'passdb'"
|
run docker exec mail /bin/bash -c "doveadm auth test -x service=smtp setup_email_add@example.com 'test_password' | grep 'passdb'"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue