diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-10-25 13:08:54 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-10-25 13:08:54 +0000 |
| commit | 20d07a78a8dbb49df6c94ddbdb45b19cad27039a (patch) | |
| tree | b7f424afa3cc979879b42932dddfae873aaaf6a5 /plugins/managesieve/config.inc.php.dist | |
| parent | 19fb45036c83a3feb7efa642181e7c96492f97e4 (diff) | |
- Added support for SASL proxy authentication (#1486691)
git-svn-id: https://svn.roundcube.net/trunk@4133 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/managesieve/config.inc.php.dist')
| -rw-r--r-- | plugins/managesieve/config.inc.php.dist | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/managesieve/config.inc.php.dist b/plugins/managesieve/config.inc.php.dist index 63dda6cc2..905cfef18 100644 --- a/plugins/managesieve/config.inc.php.dist +++ b/plugins/managesieve/config.inc.php.dist @@ -15,6 +15,14 @@ $rcmail_config['managesieve_host'] = 'localhost'; // or none. Optional, defaults to best method supported by server. $rcmail_config['managesieve_auth_type'] = null; +// Optional managesieve authentication identifier to be used as authorization proxy. +// Authenticate as a different user but act on behalf of the logged in user. +// Works with PLAIN and DIGEST-MD5 auth. +$rcmail_config['managesieve_auth_cid'] = null; + +// Optional managesieve authentication password to be used for imap_auth_cid +$rcmail_config['managesieve_auth_pw'] = null; + // use or not TLS for managesieve server connection // it's because I've problems with TLS and dovecot's managesieve plugin // and it's not needed on localhost |
