From 5fdde7628535127f9d95fe46c76093d084fff05b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sat, 15 Nov 2025 18:46:48 +0100 Subject: [PATCH] fix: remove STARTTLS config for IONOS port 465 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Port 465 uses implicit TLS, not STARTTLS. Mailpit auto-detects TLS for port 465. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- net/compose.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/net/compose.yaml b/net/compose.yaml index 05cac49..9386a79 100644 --- a/net/compose.yaml +++ b/net/compose.yaml @@ -240,7 +240,6 @@ services: MP_SMTP_RELAY_USER: ${EMAIL_SMTP_USER} MP_SMTP_RELAY_PASS: ${EMAIL_SMTP_PASSWORD} MP_SMTP_RELAY_AUTH: plain - MP_SMTP_RELAY_STARTTLS: "true" volumes: - mailpit_data:/data networks: