Roundcube Community Forum

 

Roundcube 0.8.4 and password plugin + PostfixAdmin

Started by petarpetrovic, December 09, 2012, 10:36:04 AM

Previous topic - Next topic

petarpetrovic

I have installed Roundcube v0.8.4 on my VPS server. I have used PostfixAdmin to create mailboxes and aliases, etc. Now I'd like to activate the password plugin in Roundcube so that users can change their passwords within Roundcube interface. My PostfixAdmin's encrypt method is set to 'md5crypt' which is its own internal crypt method. I've tried changing this to 'mysql_encrypt' but when I change the password of some account, I cannot log in anymore. So I've switched back to 'md5crypt'. But now, I don't know what the UPDATE query in the password plugin should look like. Is there a way to set this up correctly?

SKaero


petarpetrovic

Yeah, I know, I've seen it before posting this thread, but I've posted because this is a different situation. Any help on this?

SKaero

In the pasword query try using %c or %D for the password and see if ether of those work.

petarpetrovic