From 613767a86d84c789c76445525b79336c0e9c04c8 Mon Sep 17 00:00:00 2001 From: Aine Date: Thu, 8 Sep 2022 11:49:59 +0300 Subject: [PATCH] update POSTMOOGLE_TLS_REQUIRED comment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74ebf15..dd2a1b0 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ env vars * **POSTMOOGLE_TLS_PORT** - secure SMTP port to listen for new emails. Requires valid cert and key as well * **POSTMOOGLE_TLS_CERT** - path to your SSL certificate (chain) * **POSTMOOGLE_TLS_KEY** - path to your SSL certificate's private key -* **POSTMOOGLE_TLS_REQUIRED** - require TLS connection +* **POSTMOOGLE_TLS_REQUIRED** - require TLS connection, **even** on the non-TLS port (`POSTMOOGLE_PORT`). TLS connections are always required on the TLS port (`POSTMOOGLE_TLS_PORT`) regardless of this setting. * **POSTMOOGLE_NOENCRYPTION** - disable encryption support * **POSTMOOGLE_STATUSMSG** - presence status message * **POSTMOOGLE_SENTRY_DSN** - sentry DSN