[horde] Again: Login problem

Tommaso D'Argenio rajasi at tin.it
Mon Aug 26 09:23:25 PDT 2002


 >You have setup the array for prefs .. which will keep the user
> preference in a mysql database.
 >You also need to setup the array for auth ..

 i also have problem with auth .. but my problem is about IMAP auth ..

 the imap server work well, i can login by telnet, but when i try to
 connect via Horde, it tell me that something is wrong and cannot login
 .. ;(

 here's my conf files:
 >>
 horde/imp/config/servers.php

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

 (if i've some domains on my server.. what i've to set in this
directive?
 i think that i've to set only on localhost.. or not??)

 horde/config/registry.php

 $this->registry['auth']['login'] = 'imp';
 $this->registry['auth']['logout'] = 'imp';

 /* mail: Handler for sending mail. */
 $this->registry['mail']['compose'] = 'imp';
 $this->registry['mail']['composePopup'] = 'imp';


 horde/config/horde.php
 // What backend should we use for authenticating users to Horde? Valid
 // options are currently 'imap', 'ldap', 'mcal', 'sql', and 'ftp'.
 $conf['auth']['driver'] = 'imap';
 $conf['auth']['params']['dsn']='{localhost:143/imap}INBOX';
 >>

 that's all
 as mail server i've Qmail+Vpopmail+Courier-Imap


 i hope that someone can help me..
 sorry for my poor english. ;)

 bye Tom

 --
 Someone say that if you read the Win2k CD in reverse way, you can
listen
 a devil message.
 The more scare thing is that if you read it in right way, Win2k install
 himself!



More information about the horde mailing list