View previous topic :: View next topic |
Author |
Message |
decrease789 Apprentice
Joined: 25 Jun 2004 Posts: 194 Location: The United Krapdom
|
Posted: Tue Feb 15, 2005 1:48 pm Post subject: Horde 3.0.2 IMP 4.0.1 Imap authentication |
|
|
Has anyone got IMAP Authentication working with horde imp?
Mine always messes up and i have to restart mysql and courier-imap service before IMAP authentication works with anything at all again. It works fine using evolution but with horde it seems to screw it up and say login failed?
Any ideas?
Last edited by decrease789 on Tue Feb 15, 2005 5:03 pm; edited 2 times in total |
|
Back to top |
|
|
Mit Apprentice
Joined: 13 Apr 2003 Posts: 260 Location: Under a rock.
|
Posted: Tue Feb 15, 2005 3:37 pm Post subject: |
|
|
I'm using IMAP auth fine with Horde, i decided to have a look at Horde instead of Squirrelmail. Installed it, edited confs and it was working within minutes
I'm using courier-imap. _________________ Tim
Personal Site
FeedJuggler - RSS Made Easy
The TV Guide |
|
Back to top |
|
|
decrease789 Apprentice
Joined: 25 Jun 2004 Posts: 194 Location: The United Krapdom
|
Posted: Tue Feb 15, 2005 4:29 pm Post subject: |
|
|
it seems that horde causes mysql to crash, i have to manually zap mysqld and restart courier-imapd-ssl
yeah ok. but my imap config is fine, evolution doesn't have a problem. how have you got yours setup? what config files did you change?
I have been through the config files many times already, of course! What version of horde are you using? i don't use squirrelmail |
|
Back to top |
|
|
Mit Apprentice
Joined: 13 Apr 2003 Posts: 260 Location: Under a rock.
|
Posted: Tue Feb 15, 2005 6:14 pm Post subject: |
|
|
horde 2.2.7
I changed $conf['auth']['driver'] = 'imap'; in horde/config/horde.php
uncomment
$this->registry['auth']['login'] = 'imp';
$this->registry['auth']['logout'] = 'imp';
in horde/config/registry.php
Does IMP work on its own, without the horde central login?
Could you try imap without ssl?
Look in the /tmp/horde.log (I think thats where it puts it) _________________ Tim
Personal Site
FeedJuggler - RSS Made Easy
The TV Guide |
|
Back to top |
|
|
decrease789 Apprentice
Joined: 25 Jun 2004 Posts: 194 Location: The United Krapdom
|
Posted: Tue Feb 15, 2005 9:21 pm Post subject: |
|
|
i solved it by myself. the problem was as you just described. I looked at the gentoo guide and it look like it was old because you can configure some of that stuff from within the horde CP now. except the "$this" bit. I now have another problem....... I don't think it is syncing with courier mail well......
i get this in the menu frame
Code: | Notice: Undefined index: delimiter in /var/www/mail.mydomain.biz/htdocs/imp/lib/IMAP/Tree.php on line 66
Warning: explode() [function.explode]: Empty delimiter. in /var/www/mail.mydomain.biz/htdocs/lib/Horde/IMAP/Tree.php on line 464 |
|
|
Back to top |
|
|
|