Opened 3 years ago
Closed 3 years ago
#1486731 closed Feature Patches (fixed)
Authentication method option in managesieve plugin
| Reported by: | BoresExpress | Owned by: | alec |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.4-stable |
| Component: | Plugins | Version: | 0.4-beta |
| Severity: | normal | Keywords: | managesieve authentication |
| Cc: |
Description
There is not way to specify authentication method used in managesieve plugin (the way plugin authenticates on managesieve server).
Often we need to tune this option, first of all because of bugs in other software (http://www.dovecot.org/list/dovecot/2009-December/045476.html). And it is not good to use CRAM-MD5 or other strong authentication in localhost-to-localhost connections.
So, I suggest patch that adds another option to managesieve's configuration file to specify authentication method used.
Attachments (1)
Change History (3)
Changed 3 years ago by BoresExpress
comment:1 Changed 3 years ago by alec
- Milestone changed from later to 0.5-beta
- Owner set to alec
comment:2 Changed 3 years ago by alec
- Milestone changed from 0.5-beta to 0.4-stable
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Implemented in r3808/svn with some modifications. Your patch doesn't support eg. LOGIN or DIGEST-MD5 methods.