From 39426baf9b0ec2f3b98e492a146f213e14a339c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 9 Nov 2025 07:56:53 +0100 Subject: [PATCH] fix: set SMTP_NO_MX_LOOKUPS to false --- asciinema/compose.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/asciinema/compose.yaml b/asciinema/compose.yaml index e88595d..da1d9f2 100644 --- a/asciinema/compose.yaml +++ b/asciinema/compose.yaml @@ -17,8 +17,7 @@ services: SMTP_PASSWORD: ${EMAIL_SMTP_PASSWORD} SMTP_FROM_ADDRESS: ${EMAIL_FROM} SMTP_PORT: 587 - SMTP_TLS: always - SMTP_ALLOWED_TLS_VERSIONS: tlsv1.2,tlsv1.3 + SMTP_TLS: if_available SIGN_UP_DISABLED: ${ASCIINEMA_SIGN_UP_DISABLED:-false} DEFAULT_AVATAR: gravatar labels: