[imp] Imp 3.1 login problem (the document contained no data)

Matías Ruiz mruiz@ontime.cl
Thu, 25 Jul 2002 11:27:55 -0400


Hi all, i didn't find documentation about this, so ..
i have this problem, I've installed
PHP 4.1.2
Horde 2.1
Turba 1.1
Imp 3.1
mysql installed and db created

when i try to login as "whatever" (user exist or not)  the webserver
response a non-data document.

this info could be useful :

http://webmail.elarea.com/horde/test.php
http://webmail.elarea.com/phpinfo.php

this is my /horde/imp/config/server.php
----
$servers['_prompt'] = array(
    'name' => 'Choose a mail server:'
);

$servers['pop'] = array(
    'name' => 'Servidor de correo POP3',
    'server' => 'mail.elarea.com',
    'protocol' => 'pop3',
    'port' => 110,
    'folders' => '',
    'namespace' => '',
    'maildomain' => 'becher.com',
    'realm' => 'becher.com',
    'preferred' => ''
);
----

Anyone knows what i am doing wrong?, i need IMP to connect a Pop3
server.

thanks

Matías.