Roundcube Community Forum

Release Support => Pending Issues => Topic started by: petarpetrovic on December 09, 2012, 10:36:04 AM

Title: Roundcube 0.8.4 and password plugin + PostfixAdmin
Post by: petarpetrovic on December 09, 2012, 10:36:04 AM
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?
Title: Re: Roundcube 0.8.4 and password plugin + PostfixAdmin
Post by: SKaero on December 10, 2012, 11:46:11 AM
There was a thread on this before although it didn't cover the "md5crypt" method http://www.roundcubeforum.net/index.php?topic=10445.0
Title: Re: Roundcube 0.8.4 and password plugin + PostfixAdmin
Post by: petarpetrovic on December 10, 2012, 01:47:49 PM
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?
Title: Re: Roundcube 0.8.4 and password plugin + PostfixAdmin
Post by: SKaero on December 11, 2012, 03:51:40 AM
In the pasword query try using %c or %D for the password and see if ether of those work.
Title: Re: Roundcube 0.8.4 and password plugin + PostfixAdmin
Post by: petarpetrovic on December 11, 2012, 06:04:22 AM
It works with the %c parameter. Thanks a lot!