浏览代码

[Web] Add default rcpt for relay testing tool to variables

andryyy 8 年之前
父节点
当前提交
45ef561ac0
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      data/web/inc/vars.inc.php

+ 3 - 0
data/web/inc/vars.inc.php

@@ -107,3 +107,6 @@ $SESSION_LIFETIME = 3600;
 
 
 // Label for OTP devices
 // Label for OTP devices
 $OTP_LABEL = "mailcow UI";
 $OTP_LABEL = "mailcow UI";
+
+// Default "to" address in relay test tool
+$RELAY_TO = "null@hosted.mailcow.de";