[horde] [IMP] command stream end of file

Abuthiab Motaz info at cormagis.com
Fri May 5 05:55:16 PDT 2006


Hello

I am using Horde (3.0x) and IMP: H3 (4.0.3) on debian server, and uw-imap
But i see this problem in my /var/log/mail.log
May  5 15:11:14 ns1 imapd[4568]: Authenticated user=XXXXXXXXXX 
host=localhost [127.0.0.1]
May  5 15:11:14 ns1 imapd[4568]: Command stream end of file, while reading 
line user=XXXXXXXXXX host=localhost [127.0.0.1]
----
here is the driver in horde configuration file
$conf['auth']['params']['dsn'] = '{localhost:143/imap/notls}';
$conf['auth']['params']['imapconfig'] = 'dsn';
$conf['auth']['driver'] = 'imap';
----

and here is my IMP server.php file

$servers['imap'] = array(
    'name' => 'IMAP Server',
    'server' => 'localhost',
    'hordeauth' => false,
    'protocol' => 'imap/notls',
    'port' => 143,
    'folders' => 'mail/',
    'namespace' => '',
    'maildomain' => ereg_replace("^www.","",$_SERVER["HTTP_HOST"]),
    'smtphost' => 'localhost',
    'smtpport' => 25,
    'realm' => $_SERVER["HTTP_HOST"],
    'preferred' => '',
    'dotfiles' => true,
    'hierarchies' => array('mail/')
);
-----
Sometimes also I get in the /var/log/syslog this error
May  5 15:43:04 ns1 httpd: IMAP toolkit crash: no home

I have also the problem of "the double login", I couldn't make horde 
authenticate directory from imp or to let imp get the horde authentication 
by setting 'hordeauth'=> 'full',
note, I have more than one domain on my server, and setteing realm to '' 
does not work with me.

Did I configure horde so bad ?

and how can I resolve the Command stream end of file, while reading line 
user=XXXXXXXXXX host=localhost [127.0.0.1]

also I want to ask why horde give me invalid email address of address like
Name "Compay" <email at domain.ltd>,

inside the message i see in the headers
From: "Name \"Company\"" <email at domain.ltd>





Thanks in advanced to all


--
Motaz Abuthiab 




More information about the horde mailing list