diff options
| author | André Noack <noack@data-quest.de> | 2022-11-21 15:48:38 +0000 |
|---|---|---|
| committer | André Noack <noack@data-quest.de> | 2022-11-21 15:48:38 +0000 |
| commit | 34d32615f85b0961e1bd784227bc75d58206b2de (patch) | |
| tree | 347fa3835331175229a81d3333e8ffd3b62f354b /config/config_defaults.inc.php | |
| parent | 9c6c5527e92e41acd8493c6f4b6de9640a92b6dc (diff) | |
Resolve #1430 "Release 5.2"
Closes #1430
Merge request studip/studip!1183
Diffstat (limited to 'config/config_defaults.inc.php')
| -rw-r--r-- | config/config_defaults.inc.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/config_defaults.inc.php b/config/config_defaults.inc.php index f5f5187..e9ac59e 100644 --- a/config/config_defaults.inc.php +++ b/config/config_defaults.inc.php @@ -218,11 +218,11 @@ $MAIL_ABUSE = ""; //mail adress to reply to in $MAIL_BULK_DELIVERY = FALSE; //try to improve the message queueing rate (experimental, does not work for php transport) $MAIL_VALIDATE_HOST = TRUE; //check for valid mail host when user enters email adress -$MAIL_VALIDATE_BOX = TRUE; //check for valid mail account when user enters email adress; set to false if the webserver got no valid MX record +$MAIL_VALIDATE_BOX = FALSE; //check for valid mail account when user enters email adress; set to false if the webserver got no valid MX record $MESSAGING_FORWARD_AS_EMAIL = TRUE; //enable to forward every internal message to the user-mail (the user is able to deactivate this function in his personal settings) -$MESSAGING_FORWARD_DEFAULT = 1; //the default setting: if 1, the user has to switch it on; if 2, every message will be forwarded; if 3 every message will be forwarded on request of the sender -$MESSAGING_FORWARD_USE_REPLYTO = FALSE; //send forwarded messages as system user and add reply-to header +$MESSAGING_FORWARD_DEFAULT = 2; //the default setting: if 1, the user has to switch it on; if 2, every message will be forwarded; if 3 every message will be forwarded on request of the sender +$MESSAGING_FORWARD_USE_REPLYTO = TRUE; //send forwarded messages as system user and add reply-to header $ENABLE_EMAIL_TO_STATUSGROUP = TRUE; // enable to send messages to whole status groups |
