From 45ef561ac08006af6a9b82bd076b938234e29b51 Mon Sep 17 00:00:00 2001
From: andryyy <andre.peters@debinux.de>
Date: Wed, 26 Jul 2017 23:10:18 +0200
Subject: [PATCH] [Web] Add default rcpt for relay testing tool to variables

---
 data/web/inc/vars.inc.php | 3 +++
 1 file changed, 3 insertions(+)

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";