mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-02 17:14:31 +02:00
parent
fe8287f60a
commit
912cb5676b
3 changed files with 12 additions and 2 deletions
|
@ -1,3 +1,5 @@
|
|||
recipient_delimiter = ~
|
||||
max_idle = 600s
|
||||
# this is a comment
|
||||
readme_directory = /tmp
|
||||
|
||||
|
|
|
@ -346,6 +346,11 @@ load 'test_helper/bats-assert/load'
|
|||
assert_output 7
|
||||
}
|
||||
|
||||
@test "checking accounts: comments are not parsed" {
|
||||
run docker exec mail /bin/bash -c "ls /var/mail | grep 'comment'"
|
||||
assert_failure
|
||||
}
|
||||
|
||||
#
|
||||
# postfix
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue