Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2021-04-25 10:51:32 +0300
committerAleksander Machniak <alec@alec.pl>2021-04-25 10:51:32 +0300
commit2fb21560b05208242066e18ad3dc544eb69fab07 (patch)
treeb216dfe359b64e11bda91c71c3e32b975f77f997 /config
parent7ff869ced314a072ff22a6f4dc02771f4aaf28b7 (diff)
parent5e5e91c3b52ac0a781ffbb862885654330da2c65 (diff)
Merge branch 'smtp-xclient' of https://github.com/kwiatek6324/roundcubemail into kwiatek6324-smtp-xclient
Diffstat (limited to 'config')
-rw-r--r--config/defaults.inc.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/defaults.inc.php b/config/defaults.inc.php
index 9b94b2906..bc1a36cfd 100644
--- a/config/defaults.inc.php
+++ b/config/defaults.inc.php
@@ -292,6 +292,13 @@ $config['smtp_auth_cid'] = null;
// Optional SMTP authentication password to be used for smtp_auth_cid
$config['smtp_auth_pw'] = null;
+//Send XCLIENT LOGIN information where SMTP AUTH is disabled
+$config['smtp_xclient_login'] = null;
+
+//Use Remote IP instead of web server IP
+$config['smtp_xclient_addr'] = null;
+
+
// SMTP HELO host
// Hostname to give to the remote server for SMTP 'HELO' or 'EHLO' messages
// Leave this blank and you will get the server variable 'server_name' or