[horde] Cannot logout
mathan
mathan at hotpop.com
Tue Aug 19 23:17:47 PDT 2003
Hello all,
I am using horde 2.2.1 and imp 3.1. I have successfully configured both horde and imp. I can send and receive mails using this configuration.
Here I have attached the configuration for Horde and IMP.
But I cannot logout, when I click the "Log out" it shows the following error:
============
A fatal error has occurred:
An error has occurred. Furthermore, Horde encountered an error attempting
to log this error. Please check your Horde logging configuration in horde/config/horde.php.
[line 191 of /disk2/mathan/apache/fileset/apache/htdocs/horde/lib/Horde.php]
============
Again if I click the "Horde" or "Mail", it directly goes to my INBOX. I dont know where I am missing. Please help me to solve this problem
Thanks in advance
--mathan
---
File has not been scanned
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.491 / Virus Database: 290 - Release Date: 6/18/2003
-------------- next part --------------
Configuration for Horde and IMP (basic testing composing and receiving mails)
HORDE:
horde/config/
In Horde Authentication
$conf['auth']['driver'] = 'imap';
$conf['auth']['params']['dsn'] = '{xxxx.yyyyy.com:143/imap}INBOX';
In Preference System Settings
$conf['prefs']['driver'] = 'none';
In Cache System Settings
$conf['cache']['driver'] = 'file';
In Mailer
$conf['mailer']['type'] = 'sendmail';
$conf['mailer']['params'] = array('sendmail_path' => '/usr/lib/sendmail');
In Problem Reporting
$conf['problems']['email'] = '<name>@<example.com>
horde/config/registry.php
uncomment the following lines
$this->registry['auth']['login'] = 'imp';
$this->registry['auth']['logout'] = 'imp';
change the status to 'active' and alow_guests as true
'allow_guests' => true,
'status' => 'active',
==========================================================
IMP:
horde/imp/config/servers.php
$servers['imap'] = array(
'name' => 'IMAP Server',
'server' => 'xxxx.yyyyy.com',
'protocol' => 'imap/notls',
'port' => 143,
'folders' => 'mail/',
'namespace' => '',
'maildomain' => 'xxxx.yyyyy.com',
'smtphost' => 'xxxx.yyyyy.com',
'realm' => 'xxxx.yyyyy.com',
'preferred' => ''
);
horde/imp/config/conf.php
In Menu settings
Edit $conf['menu']['apps'] = array(); as
$conf['menu']['apps'] = array('turba');
In User Capabilities and Constraints
$conf['user']['allow_resume_all_in_drafts'] = true;
$conf['user']['select_sentmail_folder'] = true;
In Mail Server Settings
$conf['server']['change_server'] = true;
$conf['server']['change_port'] = true;
$conf['server']['change_protocol'] = true;
$conf['server']['change_folders'] = true;
In Mailbox Settings
$conf['mailbox']['from_link'] = 'compose';
$conf['mailbox']['show_attachments'] = true;
In Message Settings
$conf['msg']['append_trailer'] = false;
More information about the horde
mailing list