T'Krin's Realm

My yammerings…

Tuesday, August 25, 2009

Setup passwd in Horde to use poppassd

1 – Install poppassd as described in this write up at

  • http://www.linuxmail.info/poppassd-setup-howto-centos-5/
  • .

    2 – Download and install passwd from Horde’s website, http://www.horde.org/passwd/.

    3 – Edit passwd/config/backends.php to be as follows:

    < ?php
    $backends['poppassd'] = array(
    'name' => 'mail.crownservices.com',
    'preferred' => '',
    'password policy' => array(),
    'driver' => 'poppassd',
    'params' => array(
    'host' => 'localhost',
    'port' => 106
    )
    );

    4 – Login as a Horde admin and go into Administrator -> Setup -> Password (passwd) to complete the setup and generate a conf.php file.

    posted by tkrin at 8:03 AM  

    No Comments »

    No comments yet.

    RSS feed for comments on this post. TrackBack URI

    Leave a comment

    You must be logged in to post a comment.

    Powered by WordPress