From ac706ed28b635efb0eec0112f6f86a2e276cd237 Mon Sep 17 00:00:00 2001 From: Jon Lockwood Date: Thu, 17 Feb 2022 12:38:04 +0930 Subject: [PATCH] test: mail hostname set to non-existent domain Don't use a legigimate domain. as this is for testing only, set to null MR !6 --- test/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/docker-compose.yml b/test/docker-compose.yml index d0a6a13..e7350b5 100755 --- a/test/docker-compose.yml +++ b/test/docker-compose.yml @@ -83,7 +83,7 @@ services: restart: unless-stopped cpus: 2 mem_limit: 512MB - hostname: test.example.org + hostname: test.nodomain.org volumes: - mail_store:/srv/mail:rw - mail_ssl:/certs