[imp] change settings?

Timo Boettcher spida@gmx.net
Wed, 20 Feb 2002 11:44:51 +0100


Hi Ed,

Nachricht vom Mittwoch, 20. Februar 2002, 06:07:03:

EW> I must have missed something.  How do I get a button on the INBOX page
EW> which takes me to a menu to allow users to change things like their from
EW> address?

Take a look at the settings for the database you store your users
preferences in... is this database set and operational?

/etc/httpd/horde/config/horde.php
$conf['prefs']['driver'] = 'sql';
$conf['prefs']['params']['phptype'] = 'pgsql';
$conf['prefs']['params']['hostspec'] = 'localhost';
$conf['prefs']['params']['username'] = 'horde';
$conf['prefs']['params']['password'] = 'mypassword';
$conf['prefs']['params']['database'] = 'horde';
$conf['prefs']['params']['table'] = 'horde_prefs';


This was at least where I found my mistake...


 Timo