[imp] [SOLVED] Re: Problem with Folders options who 'Freeze' http server....

Toorop toorop at cyborgnation.org
Sat Jun 28 04:50:39 PDT 2003


Hi,


T> Since i upgrade horde/imp to current version, when i try to use "Folders"
T> option, the service 'freeze' and nothing append
T> If i look my httpd process i see that the process corresponding take more than
T> 80% of my CPU and the load average increase to big value.
T> I have to kill httpd process to restore my webserver.

T> $servers['imap'] = array(
T>     'name' => 'IMAP Server',
T>     'server' => 'My_Imap server IP',
T>     'protocol' => 'imap',
T>     'port' => 143,
T>     'folders' => 'INBOX',
T>     'namespace' => '',
T>     'maildomain' => '',
T>     'smtphost' => 'localhost',
T>     'realm' => '',
T>     'preferred' => 'true'
T> );


I found the pb (forgiven dot), i post it if someone get the same :

replace :
'folders' => 'INBOX',
by :
'folders' => 'INBOX.',
 

-- 
Toorop



More information about the imp mailing list