mirror of
https://github.com/opensolutions/ViMbAdmin.git
synced 2026-04-26 00:36:00 +03:00
[GH-ISSUE #16] No CRAM password scheme option #15
Labels
No labels
bug
feature
feature
improvement
improvement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ViMbAdmin-opensolutions#15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nrosier on GitHub (May 21, 2012).
Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/16
I'm considering migrating from PostFixAdmin to ViMbAdmin but miss 1 major feature that is important to me: CRAM-MD5 authentication. PostFixAdmin allows to specify dovecot (dovecotpw) as source for passwords:
// dovecot:CRYPT-METHOD = use dovecotpw -s 'CRYPT-METHOD'. Example: dovecot:CRAM-MD5
$CONF['encrypt'] = 'dovecot:CRAM-MD5';
Is it possible to implement this in ViMbAdmin?
@barryo commented on GitHub (May 24, 2012):
Thanks for the interest.
We've just added this and released 2.2.1.
See https://github.com/opensolutions/ViMbAdmin/wiki/Password-Schemes
@nrosier commented on GitHub (May 24, 2012):
Great! Thanks for the quick fix.