mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-02 09:05:14 +02:00
parent
bd14a1d8bf
commit
c2eb975ace
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue