This commit is contained in:
Thomas VIAL 2016-09-23 08:22:57 +02:00 committed by GitHub
parent bd14a1d8bf
commit c2eb975ace
2 changed files with 6 additions and 0 deletions

View file

@ -572,6 +572,11 @@
[ "$output" = "my-domain.com" ]
}
@test "checking system: postfix should not log to syslog" {
run docker exec mail grep 'postfix' /var/log/syslog
[ "$status" -eq 1 ]
}
#
# sieve
#