[horde] mailbox files

Gilles Lévesque glevesque at mag-datacom.ca
Thu Jan 22 18:00:55 PST 2004


I'm new to this mailling list and I have some questions.

1. Where Horde look for user's mailbox?

2. I have setup horde 2.2.4 with Apache 1.3.29, php 4.3.4 on Solaris 9, I
log in Horde successfully but when I'm logged in, I only see on top
"Welcome, <my user>" on the left and "Options" and "Log out" on the right of
the screen, not more. Where is hidden the calendar, the mail options, the
inbox, outbox??? I see nothing in error_log and nothing except "clean
session" and "login success" in /tmp/horde.log.

Anyone can help me?

regards

here my horde.php :

$conf['debug_level'] = E_ALL;
$conf['max_exec_time'] = 0;
$conf['session_name'] = 'Horde';
$conf['cache_limiter'] = 'nocache';
$conf['session_timeout'] = 0;

$conf['use_ssl'] = 2;
$conf['compress_pages'] = true;

$conf['umask'] = 077;
$conf['tmpdir'] = null;

$conf['auth']['driver'] = 'ftp';
$conf['auth']['params'] = array();

// $conf['auth']['params']['dsn'] = '{imap.example.com:143/imap}INBOX';

$conf['log']['enabled'] = true;
$conf['log']['type'] = 'file';
$conf['log']['name'] = '/tmp/horde.log';
$conf['log']['priority'] = LOG_DEBUG;
$conf['log']['ident'] = 'HORDE';
$conf['log']['params'] = array();

$conf['prefs']['driver'] = 'sql';

$conf['prefs']['params'] = array();

$conf['prefs']['params']['phptype'] = 'mysql';
$conf['prefs']['params']['hostspec'] = '127.0.0.1';
$conf['prefs']['params']['username'] = 'horde';
$conf['prefs']['params']['password'] = 'mypassword';
$conf['prefs']['params']['database'] = 'horde';
$conf['prefs']['params']['table'] = 'horde_prefs';

//$conf['prefs']['driver'] = 'ldap';
//$conf['prefs']['params']['hostspec'] = 'localhost';
//$conf['prefs']['params']['port'] = '389';
//$conf['prefs']['params']['basedn'] = 'dc=example,dc=org';
//$conf['prefs']['params']['uid'] = 'mail';

//$conf['prefs']['params']['rootdn'] = 'cn=Manager,dc=example,dc=org';
//$conf['prefs']['params']['username'] = 'Manager';
//$conf['prefs']['params']['password'] = 'password';

$conf['cache']['driver'] = 'none';
// $conf['cache']['driver'] = 'file';

$conf['cache']['params'] = array();
// $conf['cache']['params']['dir'] = '/var/cache/horde';

$conf['mailer']['type'] = 'sendmail';

$conf['mailer']['params'] = array();
// $conf['mailer']['params'] = array('sendmail_path' =>
'/usr/lib/sendmail');
// $conf['mailer']['params'] = array('host' => 'smtp.example.com');

$conf['vfs']['type'] = 'file';
$conf['vfs']['params']['vfsroot'] = '/tmp';
$conf['sessionhandler']['type'] = 'none';

// $conf['sessionhandler']['params']['open']    = 'your session open()
function';
// $conf['sessionhandler']['params']['close']   = 'your session close()
function';
// $conf['sessionhandler']['params']['read']    = 'your session read()
function';
// $conf['sessionhandler']['params']['write']   = 'your session write()
function';
// $conf['sessionhandler']['params']['destroy'] = 'your session destroy()
function';
// $conf['sessionhandler']['params']['gc']      = 'your session gc()
function';

// $conf['sessionhandler']['params'] = array();
// $conf['sessionhandler']['params']['phptype'] = 'mysql';
// $conf['sessionhandler']['params']['hostspec'] = 'localhost';
// $conf['sessionhandler']['params']['username'] = 'horde';
// $conf['sessionhandler']['params']['password'] = '*****';
// $conf['sessionhandler']['params']['database'] = 'horde';
$conf['problems']['enabled'] = true;
$conf['problems']['email'] = 'glevesque at mag-datacom.ca';
$conf['user']['online_help'] = true;
$conf['css']['cached'] = true;
$conf['menu']['floating_bar'] = false;


Gilles Lévesque, RHCE
MAG Datacom
373, Témiscouata
Rivière-du-Loup, Québec
G5R 2Y9

Tel : (418) 867-8656
Fax : (418) 867-3870





More information about the horde mailing list