diff options
Diffstat (limited to 'Rocket.toml')
-rw-r--r-- | Rocket.toml | 6 |
1 files changed, 6 insertions, 0 deletions
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 |