From 8f6f01e07ff1d5f3961e92c055901d1c7625e28d Mon Sep 17 00:00:00 2001 From: Lucas Date: Wed, 8 Nov 2017 14:29:04 -0200 Subject: [PATCH] Add the new TLS_FLAVOR "mail" to the env file Update the env file to add the new TLS_FLAVOR "mail" in the list of possible values. --- docs/compose/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/compose/.env b/docs/compose/.env index b24056b1..9d1ca4d6 100644 --- a/docs/compose/.env +++ b/docs/compose/.env @@ -30,7 +30,7 @@ HOSTNAMES=mail.mailu.io,alternative.mailu.io,yetanother.mailu.io # Postmaster local part (will append the main mail domain) POSTMASTER=admin -# Choose how secure connections will behave (value: letsencrypt, cert, notls) +# Choose how secure connections will behave (value: letsencrypt, cert, notls, mail) TLS_FLAVOR=cert # Authentication rate limit (per source IP address)