diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-10-22 19:16:45 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-10-22 19:16:45 +0000 |
| commit | 947ec4661f32577c30d28879b965eef85e4aee03 (patch) | |
| tree | a37737674100973c0f6c6490d014a3a1ab6daa19 /roundcubemail/config | |
| parent | d4fbe14f004333c7a90693b41c4a64edacdb7cdd (diff) | |
- Re-implemented SMTP proxy authorization support
git-svn-id: https://svn.roundcube.net/trunk@4123 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/config')
| -rw-r--r-- | roundcubemail/config/main.inc.php.dist | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist index 664251217..60a87f73c 100644 --- a/roundcubemail/config/main.inc.php.dist +++ b/roundcubemail/config/main.inc.php.dist @@ -117,8 +117,11 @@ $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; +// Optional SMTP authentication identifier to be used as authorization proxy +$rcmail_config['smtp_auth_cid'] = null; + +// Optional SMTP authorization password to be used for smtp_auth_cid +$rcmail_config['smtp_auth_pw'] = null; // SMTP HELO host // Hostname to give to the remote server for SMTP 'HELO' or 'EHLO' messages |
