From 63d4d61148cdaac48973baea2ab783d3e965a9c2 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Fri, 22 Oct 2010 15:16:45 -0400
Subject: [PATCH] - Re-implemented SMTP proxy authorization support

---
 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 6642512..60a87f7 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -117,8 +117,11 @@
 // 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 

--
Gitblit v1.9.1