diff --git a/data/web/inc/vars.inc.php b/data/web/inc/vars.inc.php index c5447725..839b4886 100644 --- a/data/web/inc/vars.inc.php +++ b/data/web/inc/vars.inc.php @@ -107,3 +107,6 @@ $SESSION_LIFETIME = 3600; // Label for OTP devices $OTP_LABEL = "mailcow UI"; + +// Default "to" address in relay test tool +$RELAY_TO = "null@hosted.mailcow.de";