On Sun, 2008-06-22 at 12:08 -0700, Lindhardsen wrote: > Craig, thanks for your effort. > > The thing is that Horde works fine, but IMP is not working, so now when I > changed Horde to use IMP for authentication, I could no longer access Horde > at all, and had to revert back to a backup of my horde conf.php file, in > order to be able to log in to Horde again. > > I have an old version of Horde/IMP installed (which I used for test a while > back), and that is working fine. If I copy that servers.php it still does > not work :-( So what is wrong with my new installation? Might be worth > noticing that I'm on Horde 3.2.1 and IMP 4.2. > > This is the configuration that is working in my old horde install (4.2 and > 3.2 - old cvs): > $servers['imap'] = array( > 'name' => 'Lindhardsen.org', > 'server' => 'localhost', > 'hordeauth' => true, > 'protocol' => 'imap/notls', > 'port' => 143, > 'maildomain' => 'lindhardsen.org', > 'smtphost' => 'localhost', > 'smtpport' => 25, > 'realm' => '', > 'preferred' => '', > ); ---- recognize that your 'old' configuration hordeauth => true whereas your new configuration it is set to false.
That said though, my preferred setup is to have horde/config/conf.php use a horde application for authorization and set it to imp in which case, hordeauth should be false in imp/config/servers.php Craig -- IMP mailing list - Join the hunt: http://horde.org/bounties/#imp Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [EMAIL PROTECTED]
