6 Oct
2007
6 Oct
'07
3:31 a.m.
On Mon, 2007-10-01 at 13:10 -0400, Madison Kelly wrote:
My question is, can I have Postfix/Dovecot use a custom password hashing system?
http://dovecot.org/patches/password-scheme-lmpass.c is an example plugin. It's been written a long time ago, so I'm not sure if it still works with v1.0. I think it should.
So the idea is that you'll define a "struct password_scheme <pluginname>_scheme" and implement the verify and generate functions.