Displaying 1 result from an estimated 1 matches for "dovecotpwd".
Did you mean:
dovecotpw
2010 Feb 03
2
[RFE] A way to encode passwords in the /etc/imap.passwd file
...ovecotpw -s CRYPT
Enter new passord:
Re-enter new password:
etc.
Given a *valid* /etc/imap.passwd file (passwd-file authentication),
dovecotpw should be able to process it non-interactively and output
another text file with all {PLAIN} passwords converted in the specified
<scheme>, i.e.:
dovecotpwd -s CRYPT if=/etc/imap.passwd of=/etc/imap.passwd.converted
where /etc/imap.passwd.converted have the previously {PLAIN} passwords
converted in scheme CRYPT.
Passwords that were previously encrypted in other schemes than {PLAIN}
shoud remain untouched.
That will allow quick securing of old lega...