2
0
mirror of https://github.com/tomav/docker-mailserver synced 2025-08-31 14:25:59 +00:00

scripts: split setup-stack.sh (#3115)

This commit is contained in:
Georg Lauterbach
2023-02-26 11:42:14 +01:00
committed by GitHub
parent 1592698637
commit f35b60042f
18 changed files with 1205 additions and 1184 deletions

View File

@@ -42,7 +42,7 @@ function setup_file() {
function teardown_file() { _default_teardown ; }
@test "Postfix's main.cf was adjusted" {
_run_in_container grep -F 'smtpd_milters = inet:localhost:11332' /etc/postfix/main.cf
_run_in_container grep -F 'smtpd_milters = $rspamd_milter' /etc/postfix/main.cf
assert_success
}