Zitat von Hao Huang <hh8...@hotmail.com>:
Hi,
I have following setup
Fedora
Apache 2.2.22
Php 5.4.0
horde 3.3.13 with imp
$conf['log']['priority'] = PEAR_LOG_DEBUG;
$conf['log']['ident'] = 'HORDE';
$conf['log']['params'] = array();
$conf['log']['name'] = '/var/log/httpd/horde.log';
$conf['log']['params']['append'] = true;
$conf['log']['type'] = 'file';
$conf['log']['enabled'] = true;
$conf['log_accesskeys'] = false;
The logging file is no where to be found. It initially pointed
to /tmp/horde.log and it was working. But after I updated the config
and removed /tmp/horde.log, no new log showed up.
The webserver user probably doesn't have permissions to create files
in that directory.
The other issue is the root mail folder under IMAP. The
'folders' option does not appear to be working. All files and
folders in my home directory is shown instead of those under ~/mail.
Is there any setting
needed?
Not a setting, but an IMAP server that's not broken.
Thanks
$servers['imaps'] = array(
'name' => 'IMAP Server',
'server' => '127.0.0.1',
'protocol' => 'imap/ssl/novalidate-cert',
'port' => 993,
'folders' => 'mail/',
'maildomain' => 'server.domain.com',
'preferred' => ''
);
--
IMP mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscr...@lists.horde.org
--
The Horde Project
http://www.horde.org/
--
IMP mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscr...@lists.horde.org