postfix with horde - address book feature

Discussion in 'HOWTO-Related Questions' started by bambo, Dec 24, 2005.

  1. bambo

    bambo New Member

    Hey everyone,

    I have a running postfix with horde for webmail. I'd like to activate the address book feature in horde.

    I looked through horde's website and found that I need to change the the configuration in horde.php3 to the following:

    user_use_addressbook = false ---> true

    problem is I can't seem to find horde.php3 file nor any other file containing this variable (search with fgrep for a "user_use_addressbook" string in all files)

    any ideas ?

    Thanks in advance!
     
  2. falko

    falko Super Moderator Howtoforge Staff

    You can run
    Code:
    updatedb
    locate horde.php3
    to find that file.
     
  3. bambo

    bambo New Member

    still can't locate this file

    thanks for the tip, I've tried that but got nothing as an answer. any ideas how to add the address book in another way?
     
  4. falko

    falko Super Moderator Howtoforge Staff

    Maybe the name of the file has changed (e.g. to horde.php). Try
    Code:
    locate horde.php
     
  5. bambo

    bambo New Member

    thanks but it doesn't work

    still couldn't find it. do you know another way to enable the address book feature?
     
  6. falko

    falko Super Moderator Howtoforge Staff

    I'm not very familiar with Horde. Maybe they have a forum or mailing list where you can ask for help?:)
     

Share This Page