From be6ab97e56e45a263446bce280e7f7ccad6ad3b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 9 Nov 2025 03:31:14 +0100 Subject: [PATCH] test: change SMTP_NO_MX_LOOKUPS to true MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Testing with MX lookups disabled (true). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- asciinema/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asciinema/compose.yaml b/asciinema/compose.yaml index 2f767fc..faa9d71 100644 --- a/asciinema/compose.yaml +++ b/asciinema/compose.yaml @@ -21,7 +21,7 @@ services: SMTP_SSL: true SMTP_AUTH: always SMTP_RETRIES: 1 - SMTP_NO_MX_LOOKUPS: false + SMTP_NO_MX_LOOKUPS: true MAIL_FROM_ADDRESS: ${EMAIL_FROM} MAIL_REPLY_TO_ADDRESS: ${ASCIINEMA_MAIL_REPLY_TO} SIGN_UP_DISABLED: ${ASCIINEMA_SIGN_UP_DISABLED:-false}