This should fix most of 2.3 issues reported in #545 & #586 (#612)

* Fixes most of 2.3 issues reported in #545 & 586
This commit is contained in:
Thomas VIAL 2017-05-22 09:28:32 +02:00 committed by GitHub
parent c0530491c3
commit b2922935ff
3 changed files with 40 additions and 21 deletions

View file

@ -744,6 +744,10 @@ load 'test_helper/bats-assert/load'
assert_failure
run docker exec mail grep -i '(!)connect' /var/log/mail/mail.log
assert_failure
run docker exec mail grep -i 'backwards-compatible default setting chroot=y' /var/log/mail/mail.log
assert_failure
run docker exec mail grep -i 'connect to 127.0.0.1:10023: Connection refused' /var/log/mail/mail.log
assert_failure
run docker exec mail_pop3 grep 'non-null host address bits in' /var/log/mail/mail.log
assert_failure
run docker exec mail_pop3 grep ': error:' /var/log/mail/mail.log