[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [pysieved] Encryption schemes in MySQL
- From: Neale Pickett <neale at woozle dot org>
- Subject: Re: [pysieved] Encryption schemes in MySQL
- Date: Tue, 8 May 2007 22:32:10 -0600
On Saturday 05 May 2007 07:14:04 am Nils Vogels wrote:
> currently the password
> queries fail, since PFA uses MD5 encryption to store the password in
> SQL.
>
> Are there any plans to include such encryption in the mysql auth backend ?
Not currently. Does your database have an encrypt function that you could add
to the query? If not, you might try your hand at writing a new plugin or
modifying an existing one to suit your needs. If you get it working, send it
to me and I'll merge it in to pysieved.
Or you could just wait for the Dovecot authentication plugin to work properly,
which should solve your problems with minimal fiddling :)
Neale