From fe1b9a31faadd6b53df7e96fd13aba0482a6c816 Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Tue, 30 Jul 2019 15:15:20 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20precisions=20to=20some=20s?= =?UTF-8?q?etting=20in=20conf=20template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lufi.conf.template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lufi.conf.template b/lufi.conf.template index 8001250..647d944 100644 --- a/lufi.conf.template +++ b/lufi.conf.template @@ -242,6 +242,7 @@ # # optional, default is `mail` # mail_attr => 'mail', # # The `From` header of invitation mail can be the mail of the LDAP user + # # Be sure to have a mail system that will correctly send the mail from your users! (DKIM, SPF…) # # To enable this feature, set it to 1 # # optional, disabled by default # send_invitation_with_ldap_user_mail => 1, @@ -251,6 +252,7 @@ # max_invitation_expiration_delay => 30, # # Once the guest has submitted his files, he has an additional period of time to submit forgotten files. # # You can set that additional period of time in minutes here. + # # To disable that feature, set it to 0 or less # # optional, default is 10 minutes # max_additional_period => 10, # # Lufi follows privacy-by-design, so, by default, no files URLs (with the decode secret) are stored in database.