mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 01:55:29 +02:00
Use FQDN as REPORT_SENDER default value. (#2487)
This commit is contained in:
parent
1f174ce211
commit
1bfc6d944a
2 changed files with 2 additions and 2 deletions
|
@ -230,7 +230,7 @@ function teardown_file() {
|
|||
|
||||
@test "checking pflogsum delivery" {
|
||||
# checking default sender is correctly set when env variable not defined
|
||||
run docker exec mail_with_ldap grep "mailserver-report@${DOMAIN}" /etc/logrotate.d/maillog
|
||||
run docker exec mail_with_ldap grep "mailserver-report@${FQDN_MAIL}" /etc/logrotate.d/maillog
|
||||
assert_success
|
||||
|
||||
# checking default logrotation setup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue