File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM mailserver2/debian-mail-overlay:1.0.14
1+ FROM mailserver2/debian-mail-overlay:1.0.15
22
33LABEL description="Simple and full-featured mail server using Docker"
44
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ load 'test_helper/bats-assert/load'
4141}
4242
4343@test " checking system: all environment variables have been replaced (default configuration)" {
44- run docker exec mailserver_default /bin/bash -c " egrep -R -I " {{.* }}" /etc/postfix /etc/postfixadmin/fetchmail.conf /etc/dovecot /etc/rspamd /etc/cron.d /etc/mailname /usr/local/bin"
44+ run docker exec mailserver_default /bin/bash -c " egrep -R -I " {{.* }}" /etc/postfix /etc/postfixadmin/fetchmail.conf /etc/dovecot /etc/rspamd/local.d /etc/cron.d /etc/mailname /usr/local/bin"
4545 assert_failure
4646}
4747
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ load 'test_helper/bats-assert/load'
1212}
1313
1414@test " checking system: all environment variables have been replaced (ldap configuration)" {
15- run docker exec mailserver_ldap /bin/bash -c " egrep -R -I " {{.* }}" /etc/postfix /etc/postfixadmin/fetchmail.conf /etc/dovecot /etc/rspamd /etc/cron.d /etc/mailname /usr/local/bin"
15+ run docker exec mailserver_ldap /bin/bash -c " egrep -R -I " {{.* }}" /etc/postfix /etc/postfixadmin/fetchmail.conf /etc/dovecot /etc/rspamd/local.d /etc/cron.d /etc/mailname /usr/local/bin"
1616 assert_failure
1717}
1818
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ load 'test_helper/bats-assert/load'
66#
77
88@test " checking system: all environment variables have been replaced (ldap2 configuration)" {
9- run docker exec mailserver_ldap2 /bin/bash -c " egrep -R -I " {{.* }}" /etc/postfix /etc/postfixadmin/fetchmail.conf /etc/dovecot /etc/rspamd /etc/cron.d /etc/mailname /usr/local/bin"
9+ run docker exec mailserver_ldap2 /bin/bash -c " egrep -R -I " {{.* }}" /etc/postfix /etc/postfixadmin/fetchmail.conf /etc/dovecot /etc/rspamd/local.d /etc/cron.d /etc/mailname /usr/local/bin"
1010 assert_failure
1111}
1212
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ load 'test_helper/bats-assert/load'
1212}
1313
1414@test " checking system: all environment variables have been replaced (reverse configuration)" {
15- run docker exec mailserver_reverse /bin/bash -c " egrep -R -I " {{.* }}" /etc/postfix /etc/postfixadmin/fetchmail.conf /etc/dovecot /etc/rspamd /etc/cron.d /etc/mailname /usr/local/bin"
15+ run docker exec mailserver_reverse /bin/bash -c " egrep -R -I " {{.* }}" /etc/postfix /etc/postfixadmin/fetchmail.conf /etc/dovecot /etc/rspamd/local.d /etc/cron.d /etc/mailname /usr/local/bin"
1616 assert_failure
1717}
1818
You can’t perform that action at this time.
0 commit comments