NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
PHP 49% JavaScript 35% HTML 9% CSS 4% Shell 2% Python 1% Lua 0% Perl 0% Ruby 0% SCSS 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git

Commit

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

45ef561a
andryyy <[email protected]> 9 years ago
data/web/inc/vars.inc.php | 3 +++
 1 file changed, 3 insertions(+)

Diff

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 = "[email protected]";