diff options
author | alecpl <alec@alec.pl> | 2010-10-22 19:16:45 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-10-22 19:16:45 +0000 |
commit | 63d4d61148cdaac48973baea2ab783d3e965a9c2 (patch) | |
tree | 2f83b376fa03a68ac69b6aa6a9b4b85f35f089b2 /config | |
parent | 7bf255bfe1e2fb573da7d1b107bc7cb7fef35198 (diff) |
- Re-implemented SMTP proxy authorization support
Diffstat (limited to 'config')
-rw-r--r-- | config/main.inc.php.dist | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 664251217..60a87f73c 100644 --- a/config/main.inc.php.dist +++ b/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 |