summaryrefslogtreecommitdiff
path: root/roundcubemail/config
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-10-11 07:19:50 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-10-11 07:19:50 +0000
commitbc333cc0f5a00bc2a980db465da1c781a3ce701e (patch)
treea2552d20c9af84c1537ceaf97f3c6aff47eca077 /roundcubemail/config
parentab1512440cec2ba873b9b2b942fd434ce08dae94 (diff)
- Add SASL proxy authentication for SMTP (#1486693)
git-svn-id: https://svn.roundcube.net/trunk@4074 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/config')
-rw-r--r--roundcubemail/config/main.inc.php.dist3
1 files changed, 3 insertions, 0 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist
index bbf614996..16a61b5c2 100644
--- a/roundcubemail/config/main.inc.php.dist
+++ b/roundcubemail/config/main.inc.php.dist
@@ -117,6 +117,9 @@ $rcmail_config['smtp_pass'] = '';
// best server supported one)
$rcmail_config['smtp_auth_type'] = '';
+// Optional SMTP authorization identifier to be used as authorization proxy
+$rcmail_config['smtp_authzid'] = 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