That made the trick, however it seems like I have to log in twice. I came in to Horde, but to see my mail, I had to type uname and pw once again?
Regards... [EMAIL PROTECTED] skrev: > Hi. > > in your cyrus aray, you have the option 'hordeauth' => true. > According to me, this option is used if you ask horde to authenticate > on a private way (ie not IMP, at least). This prevents the user form > relogging when accessing to IMP. > > Does your config (protocol & port) has been obtained by the > imp/test.php script or not ? It just another precaution. However, I > think that if you remove the hordeauth option, it will work (at least, > it does in my case, but with courier-imap). > > Otherwise, if it does not work, maybe you could print logs from > /var/log/kern.logs or the mails logs from cyrus. > > -- Julien Thomas. > > > Thor Vik Consulting <[EMAIL PROTECTED]> a écrit : > > >> Hi all, >> >> I have installed IMP 3.imp-h3-4.1.4. on a horde-3.1.4 server. I want >> Horde to use an application as auth mechanism, and so have choosed imp >> as application in the ./horde/config/conf.php. When login the horde >> authpage just return to it self with blank fields. The horde log states >> a succesfull login, if I give a wrong password it states wrong password >> as it should. In the server.php in ./horde/imp/config/server.php. I have >> used settings as given below, since I am using a cyrus imap server. >> >> $servers['cyrus'] = array( >> 'name' => 'Cyrus IMAP Server', >> 'server' => 'localhost', >> 'hordeauth' => true, >> 'protocol' => 'imap/notls', >> 'port' => 143, >> 'folders' => '', >> 'namespace' => '', >> // 'namespace' => 'INBOX.', >> 'maildomain' => 'myserver.somewhere', >> 'smtphost' => 'localhost', >> 'smtpport' => 25, >> 'realm' => '', >> 'preferred' => '', >> 'admin' => array( >> 'params' => array( >> 'login' => 'cyrusadm', >> 'password' => 'secret', >> // The 'userhierarchy' parameter defaults to 'user.' >> // If you are using a nonstandard hierarchy for personal >> // mailboxes, you will need to set it here. >> 'userhierarchy' => 'user.', >> // Although these defaults are normally all that is required, >> // you can modify the following parameters from their default >> // values. >> 'protocol' => 'imap/notls', >> 'hostspec' => 'localhost', >> 'port' => 143 >> ) >> ), >> 'quota' => array( >> 'driver' => 'cyrus', >> 'params' => array( >> 'login' => 'cyrusadm', >> 'password' => 'secret', >> // The 'userhierarchy' parameter defaults to 'user.' >> // If you are using a nonstandard hierarchy for personal >> // mailboxes, you will need to set it here. >> 'userhierarchy' => 'user.', >> // Although these defaults are normally all that is required, >> // you can modify the following parameters from their default >> // values. >> 'protocol' => 'imap/notls', >> 'hostspec' => 'localhost', >> 'port' => 143 >> ) >> ), >> 'acl' => array( >> 'driver' => 'rfc2086', >> ), >> 'dotfiles' => false, >> 'hierarchies' => array()); >> >> Does anyone have any ideas what might causes this? >> >> Regards >> >> Wingthor >> >> -- >> IMP mailing list - Join the hunt: http://horde.org/bounties/#imp >> Frequently Asked Questions: http://horde.org/faq/ >> To unsubscribe, mail: [EMAIL PROTECTED] >> >> > > > > -- IMP mailing list - Join the hunt: http://horde.org/bounties/#imp Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [EMAIL PROTECTED]
