docker-mailserver/test
Andreas Perhab bbab4ef3fc fix: fix test setup.sh debug fetchmail on wildcard domains
on hosts that belong to wildcard domains pop3.example.com might
 actually resolve to pop3.example.com.[mydomain.com] and give a valid ip
 the return code of fetchmail then no longer is 11 (dns failure) but
 something else (2 for socket error in our case)

to make sure we always get return code 11 we use the domain name
pop3.example.com. that is not allowed to be resolved to a subdomain.
2019-11-12 15:35:03 +01:00
..
bats@03608115df Do not remove dh*.pem as they do not exist at this point in time 2019-08-12 19:31:24 +02:00
config fix: fix test setup.sh debug fetchmail on wildcard domains 2019-11-12 15:35:03 +01:00
docker-openldap Fix linting errors reported by hadolint (#1211) 2019-08-13 11:41:38 +02:00
test-files Test special-use folders are available in IMAP 2019-11-01 20:04:37 +00:00
test_helper Tests: extract mail_privacy into own .bats file 2019-10-08 23:11:27 +02:00
default_relay_host.bats Make failed test output more readable 2019-08-21 21:16:39 +02:00
helper_functions.bats WIP: actually test PERMIT_DOCKER=connected-networks 2019-08-07 02:24:56 +02:00
mail_fail2ban.bats Tests: Extract mail_fail2ban into own .bats file 2019-10-08 22:03:56 +02:00
mail_fetchmail.bats Tests: Extract mail_fetchmail into own .bats file 2019-10-08 21:45:05 +02:00
mail_lmtp_ip.bats Don't use run in repeat_until_success_or_timeout 2019-08-17 21:23:48 +02:00
mail_manual_ssl.bats Extract mail_manual_ssl into own .bats file 2019-10-08 21:36:13 +02:00
mail_pop3.bats Tests: extract mail_pop3 into own .bats file 2019-10-08 22:24:05 +02:00
mail_postscreen.bats Extract mail_postscreen into own test file 2019-08-17 20:58:33 +02:00
mail_privacy.bats Privacy test email no more tagged as SPAM. ClamAV and SA disabled to avoid time-out on low perf system 2019-10-14 13:25:44 +00:00
mail_smtponly.bats Tests: extract mail_smtponly into own .bats file 2019-10-08 22:15:27 +02:00
mail_special_use_folders.bats Test special-use folders are available in IMAP 2019-11-01 20:04:37 +00:00
mail_undef_spam_subject.bats Extract mail_undef_spam_subject into own test file 2019-08-17 20:58:33 +02:00
mail_with_imap.bats Extract mail_with_imap into its own test file 2019-08-17 20:58:33 +02:00
mail_with_ldap.bats Provide version information through labels (#1256) 2019-10-23 11:22:23 +02:00
mail_with_mdbox.bats Test for DOVECOT_MAILBOX_FORMAT 2019-11-04 15:49:29 +00:00
mail_with_postgrey.bats Fix setup/teardown_file to work in full suite run 2019-08-17 20:58:33 +02:00
mail_with_postgrey_disabled_by_default.bats Use correct container name 2019-08-17 20:58:33 +02:00
mail_with_relays.bats Fix setup/teardown_file to work in full suite run 2019-08-17 20:58:33 +02:00
mail_with_sdbox.bats Test for DOVECOT_MAILBOX_FORMAT 2019-11-04 15:49:29 +00:00
permit_docker.bats Extract default relay host test 2019-08-17 20:58:33 +02:00
tests.bats fix: fix test setup.sh debug fetchmail on wildcard domains 2019-11-12 15:35:03 +01:00