From 7b5a6979f2f08f1cede8143b0c66e6126da3f226 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Wed, 15 Jan 2025 12:26:10 -0500 Subject: [PATCH] =?UTF-8?q?Add=20PORTS=20setting,=20to=20re=C3=ABnable=20S?= =?UTF-8?q?TARTTLS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.sample | 3 +++ compose.yml | 1 + 2 files changed, 4 insertions(+) diff --git a/.env.sample b/.env.sample index 035b649..5b8f575 100644 --- a/.env.sample +++ b/.env.sample @@ -31,6 +31,9 @@ TRAEFIK_STACK_NAME=traefik_example_com # OPTIONAL SETTINGS # ############################################################################### +# Uncomment this to reënable STARTTLS, although beware the health warnings here: https://nostarttls.secvuln.info/ +#PORTS=25,80,443,465,993,995,4190,110,143,587 + # Name of the instance, displayed in the web UI SITENAME=mymail diff --git a/compose.yml b/compose.yml index ae3eb3d..a748940 100644 --- a/compose.yml +++ b/compose.yml @@ -52,6 +52,7 @@ x-environment: - WELCOME_BODY - WELCOME_SUBJECT - TZ + - PORTS services: app: