You've already forked mailcow-dockerized
mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-07-03 00:57:33 +02:00
[Web] Add default rcpt for relay testing tool to variables
This commit is contained in:
@ -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";
|
||||||
|
Reference in New Issue
Block a user