From 0d5f948b5a5d52de08b65ff1a91132e8a2aa1d33 Mon Sep 17 00:00:00 2001 From: pennae Date: Mon, 18 Jul 2022 21:56:40 +0200 Subject: add mail_starttls parameter, default off local mail connections are much preferred for this service, and those needn't be encrypted. --- Rocket.toml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Rocket.toml') diff --git a/Rocket.toml b/Rocket.toml index 85c5abf..26cc045 100644 --- a/Rocket.toml +++ b/Rocket.toml @@ -95,6 +95,12 @@ limits.bytes = "128 KiB" # #mail_port = 25 +# mail starttls support (optional) +# +# whether or not to use starttls for mail connections. +# +#mail_starttls = false + # invite only mode (optional) # # if set this instance will run in invite-only mode, disabling public -- cgit v1.2.3