Author Topic: Roundcube 0.8.4 and password plugin + PostfixAdmin  (Read 10276 times)

Offline petarpetrovic

  • Newbie
  • *
  • Posts: 4
Roundcube 0.8.4 and password plugin + PostfixAdmin
« 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?

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: Roundcube 0.8.4 and password plugin + PostfixAdmin
« Reply #1 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

Offline petarpetrovic

  • Newbie
  • *
  • Posts: 4
Re: Roundcube 0.8.4 and password plugin + PostfixAdmin
« Reply #2 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?

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: Roundcube 0.8.4 and password plugin + PostfixAdmin
« Reply #3 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.

Offline petarpetrovic

  • Newbie
  • *
  • Posts: 4
Re: Roundcube 0.8.4 and password plugin + PostfixAdmin
« Reply #4 on: December 11, 2012, 06:04:22 AM »
It works with the %c parameter. Thanks a lot!