mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Extract mail_override_hostname into own test file
This commit is contained in:
parent
06b137e5a8
commit
9c285db520
12
Makefile
12
Makefile
|
@ -54,16 +54,6 @@ run:
|
||||||
-e DMS_DEBUG=0 \
|
-e DMS_DEBUG=0 \
|
||||||
-h mail.my-domain.com -t $(NAME)
|
-h mail.my-domain.com -t $(NAME)
|
||||||
-@ sleep $(SLEEP)
|
-@ sleep $(SLEEP)
|
||||||
docker run --rm -d --name mail_override_hostname \
|
|
||||||
-v "`pwd`/test/config":/tmp/docker-mailserver \
|
|
||||||
-v "`pwd`/test/test-files":/tmp/docker-mailserver-test:ro \
|
|
||||||
-e PERMIT_DOCKER=network \
|
|
||||||
-e DMS_DEBUG=0 \
|
|
||||||
-e ENABLE_SRS=1 \
|
|
||||||
-e OVERRIDE_HOSTNAME=mail.my-domain.com \
|
|
||||||
-h unknown.domain.tld \
|
|
||||||
-t $(NAME)
|
|
||||||
-@ sleep $(SLEEP)
|
|
||||||
|
|
||||||
generate-accounts-after-run:
|
generate-accounts-after-run:
|
||||||
@ docker run --rm -e MAIL_USER=added@localhost.localdomain -e MAIL_PASS=mypassword -t $(NAME) /bin/sh -c 'echo "$$MAIL_USER|$$(doveadm pw -s SHA512-CRYPT -u $$MAIL_USER -p $$MAIL_PASS)"' >> test/config/postfix-accounts.cf
|
@ docker run --rm -e MAIL_USER=added@localhost.localdomain -e MAIL_PASS=mypassword -t $(NAME) /bin/sh -c 'echo "$$MAIL_USER|$$(doveadm pw -s SHA512-CRYPT -u $$MAIL_USER -p $$MAIL_PASS)"' >> test/config/postfix-accounts.cf
|
||||||
|
@ -92,8 +82,6 @@ fixtures:
|
||||||
docker exec mail /bin/sh -c "nc 0.0.0.0 25 < /tmp/docker-mailserver-test/email-templates/sieve-pipe.txt"
|
docker exec mail /bin/sh -c "nc 0.0.0.0 25 < /tmp/docker-mailserver-test/email-templates/sieve-pipe.txt"
|
||||||
docker exec mail /bin/sh -c "nc 0.0.0.0 25 < /tmp/docker-mailserver-test/email-templates/non-existing-user.txt"
|
docker exec mail /bin/sh -c "nc 0.0.0.0 25 < /tmp/docker-mailserver-test/email-templates/non-existing-user.txt"
|
||||||
docker exec mail /bin/sh -c "sendmail root < /tmp/docker-mailserver-test/email-templates/root-email.txt"
|
docker exec mail /bin/sh -c "sendmail root < /tmp/docker-mailserver-test/email-templates/root-email.txt"
|
||||||
# postfix virtual transport lmtp
|
|
||||||
docker exec mail_override_hostname /bin/sh -c "nc 0.0.0.0 25 < /tmp/docker-mailserver-test/email-templates/existing-user1.txt"
|
|
||||||
# wait for mails to be analyzed
|
# wait for mails to be analyzed
|
||||||
sleep 80
|
sleep 80
|
||||||
|
|
||||||
|
|
86
test/mail_override_hostname.bats
Normal file
86
test/mail_override_hostname.bats
Normal file
|
@ -0,0 +1,86 @@
|
||||||
|
load 'test_helper/common'
|
||||||
|
|
||||||
|
function setup() {
|
||||||
|
run_setup_file_if_necessary
|
||||||
|
}
|
||||||
|
|
||||||
|
function setup_file() {
|
||||||
|
docker run --rm -d --name mail_override_hostname \
|
||||||
|
-v "`pwd`/test/config":/tmp/docker-mailserver \
|
||||||
|
-v "`pwd`/test/test-files":/tmp/docker-mailserver-test:ro \
|
||||||
|
-e PERMIT_DOCKER=network \
|
||||||
|
-e DMS_DEBUG=0 \
|
||||||
|
-e ENABLE_SRS=1 \
|
||||||
|
-e OVERRIDE_HOSTNAME=mail.my-domain.com \
|
||||||
|
-h unknown.domain.tld \
|
||||||
|
-t ${NAME}
|
||||||
|
|
||||||
|
wait_for_smtp_port_in_container mail_override_hostname
|
||||||
|
# postfix virtual transport lmtp
|
||||||
|
docker exec mail_override_hostname /bin/sh -c "nc 0.0.0.0 25 < /tmp/docker-mailserver-test/email-templates/existing-user1.txt"
|
||||||
|
}
|
||||||
|
|
||||||
|
@test "first" {
|
||||||
|
skip 'only used to call setup_file from setup'
|
||||||
|
}
|
||||||
|
|
||||||
|
@test "checking configuration: hostname/domainname override: check container hostname is applied correctly" {
|
||||||
|
run docker exec mail_override_hostname /bin/bash -c "hostname | grep unknown.domain.tld"
|
||||||
|
assert_success
|
||||||
|
}
|
||||||
|
|
||||||
|
@test "checking configuration: hostname/domainname override: check overriden hostname is applied to all configs" {
|
||||||
|
run docker exec mail_override_hostname /bin/bash -c "cat /etc/mailname | grep my-domain.com"
|
||||||
|
assert_success
|
||||||
|
run docker exec mail_override_hostname /bin/bash -c "postconf -n | grep mydomain | grep my-domain.com"
|
||||||
|
assert_success
|
||||||
|
run docker exec mail_override_hostname /bin/bash -c "postconf -n | grep myhostname | grep mail.my-domain.com"
|
||||||
|
assert_success
|
||||||
|
run docker exec mail_override_hostname /bin/bash -c "doveconf | grep hostname | grep mail.my-domain.com"
|
||||||
|
assert_success
|
||||||
|
run docker exec mail_override_hostname /bin/bash -c "cat /etc/opendmarc.conf | grep AuthservID | grep mail.my-domain.com"
|
||||||
|
assert_success
|
||||||
|
run docker exec mail_override_hostname /bin/bash -c "cat /etc/opendmarc.conf | grep TrustedAuthservIDs | grep mail.my-domain.com"
|
||||||
|
assert_success
|
||||||
|
run docker exec mail_override_hostname /bin/bash -c "cat /etc/amavis/conf.d/05-node_id | grep myhostname | grep mail.my-domain.com"
|
||||||
|
assert_success
|
||||||
|
}
|
||||||
|
|
||||||
|
@test "checking configuration: hostname/domainname override: check hostname in postfix HELO message" {
|
||||||
|
run docker exec mail_override_hostname /bin/bash -c "nc -w 1 0.0.0.0 25 | grep mail.my-domain.com"
|
||||||
|
assert_success
|
||||||
|
}
|
||||||
|
|
||||||
|
@test "checking configuration: hostname/domainname override: check headers of received mail" {
|
||||||
|
run docker exec mail_override_hostname /bin/sh -c "ls -A /var/mail/localhost.localdomain/user1/new | wc -l | grep 1"
|
||||||
|
assert_success
|
||||||
|
run docker exec mail_override_hostname /bin/sh -c "cat /var/mail/localhost.localdomain/user1/new/* | grep mail.my-domain.com"
|
||||||
|
assert_success
|
||||||
|
|
||||||
|
# test whether the container hostname is not found in received mail
|
||||||
|
run docker exec mail_override_hostname /bin/sh -c "cat /var/mail/localhost.localdomain/user1/new/* | grep unknown.domain.tld"
|
||||||
|
assert_failure
|
||||||
|
}
|
||||||
|
|
||||||
|
@test "checking SRS: OVERRIDE_HOSTNAME is handled correctly" {
|
||||||
|
run docker exec mail_override_hostname grep "SRS_DOMAIN=my-domain.com" /etc/default/postsrsd
|
||||||
|
assert_success
|
||||||
|
}
|
||||||
|
|
||||||
|
@test "checking dovecot: postmaster address" {
|
||||||
|
run docker exec mail_override_hostname /bin/sh -c "grep 'postmaster_address = postmaster@my-domain.com' /etc/dovecot/conf.d/15-lda.conf"
|
||||||
|
assert_success
|
||||||
|
}
|
||||||
|
|
||||||
|
#
|
||||||
|
# clean exit
|
||||||
|
#
|
||||||
|
|
||||||
|
@test "checking that the container stops cleanly" {
|
||||||
|
run docker stop -t 60 mail_override_hostname
|
||||||
|
assert_success
|
||||||
|
}
|
||||||
|
|
||||||
|
@test "last" {
|
||||||
|
skip 'only used to call teardown_file from teardown'
|
||||||
|
}
|
|
@ -37,44 +37,6 @@ function count_processed_changes() {
|
||||||
assert_success
|
assert_success
|
||||||
}
|
}
|
||||||
|
|
||||||
@test "checking configuration: hostname/domainname override: check container hostname is applied correctly" {
|
|
||||||
run docker exec mail_override_hostname /bin/bash -c "hostname | grep unknown.domain.tld"
|
|
||||||
assert_success
|
|
||||||
}
|
|
||||||
|
|
||||||
@test "checking configuration: hostname/domainname override: check overriden hostname is applied to all configs" {
|
|
||||||
run docker exec mail_override_hostname /bin/bash -c "cat /etc/mailname | grep my-domain.com"
|
|
||||||
assert_success
|
|
||||||
run docker exec mail_override_hostname /bin/bash -c "postconf -n | grep mydomain | grep my-domain.com"
|
|
||||||
assert_success
|
|
||||||
run docker exec mail_override_hostname /bin/bash -c "postconf -n | grep myhostname | grep mail.my-domain.com"
|
|
||||||
assert_success
|
|
||||||
run docker exec mail_override_hostname /bin/bash -c "doveconf | grep hostname | grep mail.my-domain.com"
|
|
||||||
assert_success
|
|
||||||
run docker exec mail_override_hostname /bin/bash -c "cat /etc/opendmarc.conf | grep AuthservID | grep mail.my-domain.com"
|
|
||||||
assert_success
|
|
||||||
run docker exec mail_override_hostname /bin/bash -c "cat /etc/opendmarc.conf | grep TrustedAuthservIDs | grep mail.my-domain.com"
|
|
||||||
assert_success
|
|
||||||
run docker exec mail_override_hostname /bin/bash -c "cat /etc/amavis/conf.d/05-node_id | grep myhostname | grep mail.my-domain.com"
|
|
||||||
assert_success
|
|
||||||
}
|
|
||||||
|
|
||||||
@test "checking configuration: hostname/domainname override: check hostname in postfix HELO message" {
|
|
||||||
run docker exec mail_override_hostname /bin/bash -c "nc -w 1 0.0.0.0 25 | grep mail.my-domain.com"
|
|
||||||
assert_success
|
|
||||||
}
|
|
||||||
|
|
||||||
@test "checking configuration: hostname/domainname override: check headers of received mail" {
|
|
||||||
run docker exec mail_override_hostname /bin/sh -c "ls -A /var/mail/localhost.localdomain/user1/new | wc -l | grep 1"
|
|
||||||
assert_success
|
|
||||||
run docker exec mail_override_hostname /bin/sh -c "cat /var/mail/localhost.localdomain/user1/new/* | grep mail.my-domain.com"
|
|
||||||
assert_success
|
|
||||||
|
|
||||||
# test whether the container hostname is not found in received mail
|
|
||||||
run docker exec mail_override_hostname /bin/sh -c "cat /var/mail/localhost.localdomain/user1/new/* | grep unknown.domain.tld"
|
|
||||||
assert_failure
|
|
||||||
}
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# processes
|
# processes
|
||||||
#
|
#
|
||||||
|
@ -676,11 +638,6 @@ EOF
|
||||||
assert_success
|
assert_success
|
||||||
}
|
}
|
||||||
|
|
||||||
@test "checking SRS: OVERRIDE_HOSTNAME is handled correctly" {
|
|
||||||
run docker exec mail_override_hostname grep "SRS_DOMAIN=my-domain.com" /etc/default/postsrsd
|
|
||||||
assert_success
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@test "checking SRS: fallback to hostname is handled correctly" {
|
@test "checking SRS: fallback to hostname is handled correctly" {
|
||||||
run docker exec mail grep "SRS_DOMAIN=my-domain.com" /etc/default/postsrsd
|
run docker exec mail grep "SRS_DOMAIN=my-domain.com" /etc/default/postsrsd
|
||||||
|
@ -1467,9 +1424,6 @@ EOF
|
||||||
@test "checking dovecot: postmaster address" {
|
@test "checking dovecot: postmaster address" {
|
||||||
run docker exec mail /bin/sh -c "grep 'postmaster_address = postmaster@my-domain.com' /etc/dovecot/conf.d/15-lda.conf"
|
run docker exec mail /bin/sh -c "grep 'postmaster_address = postmaster@my-domain.com' /etc/dovecot/conf.d/15-lda.conf"
|
||||||
assert_success
|
assert_success
|
||||||
|
|
||||||
run docker exec mail_override_hostname /bin/sh -c "grep 'postmaster_address = postmaster@my-domain.com' /etc/dovecot/conf.d/15-lda.conf"
|
|
||||||
assert_success
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@test "checking spoofing: rejects sender forging" {
|
@test "checking spoofing: rejects sender forging" {
|
||||||
|
@ -1593,12 +1547,3 @@ EOF
|
||||||
run docker exec mail grep "Subject: Root Test Message" /var/mail/localhost.localdomain/user1/new/ -R
|
run docker exec mail grep "Subject: Root Test Message" /var/mail/localhost.localdomain/user1/new/ -R
|
||||||
assert_success
|
assert_success
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
|
||||||
# clean exit
|
|
||||||
#
|
|
||||||
|
|
||||||
@test "checking that the container stops cleanly" {
|
|
||||||
run docker stop -t 60 mail_override_hostname
|
|
||||||
assert_success
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue