Horde

Discussion in 'Installation/Configuration' started by killero, Mar 9, 2009.

  1. killero

    killero New Member

    anyone knows how to make horde change password successfully with ispconfig?
    the module passwd dont work out of the box, so any help would be appreciated
     
  2. killero

    killero New Member

    using horde passwd

    replying to myself, configure backends.php to use this:


    'driver' => 'sql',
    'params' => array(
    'phptype' => 'mysql',
    'hostspec' => 'localhost',
    'username' => 'youruser',
    'password' => 'yourpassword',
    'encryption' => 'crypt-md5',
    'database' => 'dbispconfig',
    'table' => 'mail_user',
    'user_col' => 'email',
    'pass_col' => 'password',
    'show_encryption' => false
    )
     
  3. commentator

    commentator Member

    Poppassd Server does the trick :)
     

Share This Page