diff options
author | alecpl <alec@alec.pl> | 2010-10-11 07:19:50 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-10-11 07:19:50 +0000 |
commit | a392125fe82809bca9ca3b4940d1cb78f4dd7644 (patch) | |
tree | cce2f77be9259e0323d7c246536c10fe71f710c2 /config | |
parent | 14015da43404f8c98241c174c38294d2756d3349 (diff) |
- Add SASL proxy authentication for SMTP (#1486693)
Diffstat (limited to 'config')
-rw-r--r-- | config/main.inc.php.dist | 3 |
1 files changed, 3 insertions, 0 deletions
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 |