From db4df4fcf811ebc4d51a828dc3eeb282e5bc08e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Sch=C3=BCttl=C3=B6ffel?= Date: Fri, 8 Aug 2025 07:25:48 +0000 Subject: added some comment to MAIL_ATTACHMENTS_MAX_SIZE in config_defaults.inc.php Closes #5799 Merge request studip/studip!4361 --- config/config_defaults.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config_defaults.inc.php b/config/config_defaults.inc.php index 7fe3a5d..f07c5c1 100644 --- a/config/config_defaults.inc.php +++ b/config/config_defaults.inc.php @@ -150,7 +150,7 @@ $MESSAGING_FORWARD_USE_REPLYTO = TRUE; //send forwarded mess $ENABLE_EMAIL_TO_STATUSGROUP = TRUE; // enable to send messages to whole status groups $ENABLE_EMAIL_ATTACHMENTS = TRUE; // enable attachment functions for internal and external messages -$MAIL_ATTACHMENTS_MAX_SIZE = 10; //maximum size of attachments in MB +$MAIL_ATTACHMENTS_MAX_SIZE = 10; //maximum size of attachments in MB; set the mail size limit of your mta (e.g. postfix) to a larger value than this since the mail itself also has a certain size /*language settings ----------------------------------------------------------------*/ -- cgit v1.0