From 63d4d61148cdaac48973baea2ab783d3e965a9c2 Mon Sep 17 00:00:00 2001 From: alecpl Date: Fri, 22 Oct 2010 19:16:45 +0000 Subject: - Re-implemented SMTP proxy authorization support --- config/main.inc.php.dist | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'config/main.inc.php.dist') 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 -- cgit v1.2.3