From bc333cc0f5a00bc2a980db465da1c781a3ce701e Mon Sep 17 00:00:00 2001 From: alec Date: Mon, 11 Oct 2010 07:19:50 +0000 Subject: - Add SASL proxy authentication for SMTP (#1486693) git-svn-id: https://svn.roundcube.net/trunk@4074 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/config/main.inc.php.dist | 3 +++ 1 file changed, 3 insertions(+) (limited to 'roundcubemail/config') 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 -- cgit v1.2.3