[horde] HELP MENU OPTIONS
Piotr Ziental
piotr at ziental.com
Wed May 5 09:15:44 PDT 2004
Hello You have to uncomment horde prefs lines. in horde/conf/conf.php
** Preference System Settings
**/
// What preferences driver should we use? Valid values are 'none'
// (meaning use system defaults and don't save any user preferences),
// 'session' (preferences only persist during the login), 'ldap',
// and 'sql'.
$conf['prefs']['driver'] = 'sql';
// Any parameters that the preferences driver needs. This includes
// database or ldap server, username/password to connect with, etc.
$conf['prefs']['params'] = array();
// This is an example configuration for a MySQL preference backend.
// The SQL script to setup the preference database is placed in
// horde/scripts/db/prefs.sql.
$conf['prefs']['params']['phptype'] = 'mysql';
$conf['prefs']['params']['hostspec'] = 'localhost';
$conf['prefs']['params']['username'] = 'horde';
$conf['prefs']['params']['password'] = 'your_password';
$conf['prefs']['params']['database'] = 'horde';
$conf['prefs']['params']['table'] = 'horde_prefs';
Grettings.
Piotr Ziental.
Szczecin
Poland
Mateus - Net TI wrote:
>Expensive friends,
>
>
>
>I am installing the IMP and the Horde in my server linux....
>
>
>
>I obtained to make to function the webmail.
>
>
>
>How I make to qualify the menu "options"?
>
>
>
>Very thank’s
>
>
>
>
>
>
>---
>Outgoing mail is certified Virus Free.
>Checked by AVG anti-virus system (http://www.grisoft.com).
>Version: 6.0.677 / Virus Database: 439 - Release Date: 5/4/2004
>
>
>
>
>
More information about the horde
mailing list