From a392125fe82809bca9ca3b4940d1cb78f4dd7644 Mon Sep 17 00:00:00 2001 From: alecpl Date: Mon, 11 Oct 2010 07:19:50 +0000 Subject: - Add SASL proxy authentication for SMTP (#1486693) --- config/main.inc.php.dist | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config') diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index bbf614996..16a61b5c2 100644 --- a/config/main.inc.php.dist +++ b/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