[imp] autocomplete/search not working with LDAP in New Message mode

2008-07-15 Thread ANANT S ATHAVALE
Dear List: I have the following settings in imp/prefs.php for address book. $_prefs['search_sources'] = array( 'value' => "localldap\tlocalsql", 'locked' => true, 'shared' => false, 'type' => 'implicit'); $_prefs['search_fields'] = array( 'value' => "localldap\tname\temail\

Re: [imp] autocomplete/search not working with LDAP in New Message mode

2008-07-15 Thread ANANT S ATHAVALE
Problem solved. I had forgotten to set addressbooks in prefs.php of turba. Regards, ANANT. Quoting ANANT S ATHAVALE <[EMAIL PROTECTED]>: Dear List: I have the following settings in imp/prefs.php for address book. $_prefs['search_sources'] = array( 'value' => "localldap\tlocalsql",

Re: [imp] Imp 4.2 weirdness

2008-07-15 Thread Jan Schneider
Zitat von Kevin Konowalec <[EMAIL PROTECTED]>: 3) What are all the various permissions for (show, read, edit, delete)? Which ones should be set? For an application, the only relevant ones are show and read. Show means you can see that the application is installed; read means you can use

Re: [imp] Why would dimp be slower to generate message list than imp?

2008-07-15 Thread gimili
This makes absolutely no sense. The max_msgs preference is used only in the IMP_Mailbox::buildMailboxPage() function, and that function is never called from dimp. Changing that preference will cause no difference in performance in dimp. michael Hmm. I changed it back to 200 and it is s

Re: [imp] Why would dimp be slower to generate message list than imp?

2008-07-15 Thread Jan Schneider
Zitat von gimili <[EMAIL PROTECTED]>: This makes absolutely no sense. The max_msgs preference is used only in the IMP_Mailbox::buildMailboxPage() function, and that function is never called from dimp. Changing that preference will cause no difference in performance in dimp. michael

[imp] Horde/IMP with kerberos5

2008-07-15 Thread Martin Podworny
Hi, since a couple of days i tried to integrate Horde3/IMP4 in our Kerberos5-infrastructure. The webmailer should connect to a Cyrus imapd (all installed on a Debian 4.0/Etch), which authenticate imapuser with help of saslauthd. Sasl in turn use GSSAPI/Kerberos as authentication mechanism. With th

Re: [imp] Horde/IMP with kerberos5

2008-07-15 Thread Tobias Drewry
This sounds like a Kerberos problem rather then a Horde problem. At BU we use Kerberos authentication for nearly all web based access. Our system is setup with a centralized Kerberos authentication server and then clients generate access tickets with authentication to the Kerberos server within a

Re: [imp] Horde/IMP with kerberos5

2008-07-15 Thread Liam Hoekenga
The kerberos 5 PHP extension doesn't actually do anything with credentials. It just knows how to check your kerberos realm for a valid account / password combination. If you're trying to do what I think you're trying to do, you're going to need a login mechanism that actually obtains crede

[imp] ..view html messages..

2008-07-15 Thread Alex Francis
dear list, i put imp/horde show me images inside the body messages but it does't, it always attaches the images in a zip file pls, some advise thanks -- IMP mailing list - Join the hunt: http://horde.org/bounties/#imp Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [

[imp] Add accelerator key to DIMP menu?

2008-07-15 Thread Steve Sobol
I want to be able to assign a keyboard shortcut to "Purge Deleted Messages" on DIMP's "Other Actions" menu. How do I go about doing this on the latest stable release of Horde Groupware, Webmail Edition? (I'm not afraid to edit PHP or Javascript if necessary.) Thanks. Incidentally, DIMP i

Re: [imp] Add accelerator key to DIMP menu?

2008-07-15 Thread Steve Sobol
Quoting "Steve Sobol" <[EMAIL PROTECTED]>: I want to be able to assign a keyboard shortcut to "Purge Deleted Messages" on DIMP's "Other Actions" menu. How do I go about doing this on the latest stable release of Horde Groupware, Webmail Edition? (I'm not afraid to edit PHP or Javascript