Tip: update dovecot MD5 password from PAM

2017-03-25 Thread Steinar Bang
This is a PAM module that listens for password changes, and will update
the MD5 password for a user, in a file that dovecot can read, when the
user's password is changed:
 https://github.com/steinarb/pam_dovecotmd5pwd

Caveat emptor! (Works for me...! :-) )


Re: Tip: update dovecot MD5 password from PAM

2017-03-25 Thread Aki Tuomi



On 2017-03-25 17:54, Steinar Bang wrote:

This is a PAM module that listens for password changes, and will update
the MD5 password for a user, in a file that dovecot can read, when the
user's password is changed:
  https://github.com/steinarb/pam_dovecotmd5pwd

Caveat emptor! (Works for me...! :-) )


Maybe you could update the PAM module to upgrade user's passwords to 
something safer than MD5? Like SSHA515 or CRYPT-SHA512? =)


Aki