[imp] Attach a copy of your PGP public key to the message?

2009-09-28 Thread ANANT S ATHAVALE
Dear List, After upgrade from Horde Groupware WebMail edition from 1.2.3 to 1.2.4, I am getting one additional option to select during composing a new message. Attach a copy of your PGP public key to the message? We do not have any PGP key servers defined. I do not want this option to be se

Re: [imp] cvs install

2009-09-28 Thread Thierry CHEN
Quoting Michael Rubinsky : > > Quoting Thierry CHEN : > >> Quoting "Michael J. Rubinsky" : >> >>> >>> Quoting Thierry CHEN : >>> Quoting Thierry CHEN : > Quoting Jan Schneider : > > [Show Quoted Text - 19 lines][Hide Quoted Text] > Zitat von Thierry CHEN : > > >>>

Re: [imp] Attach a copy of your PGP public key to the message?

2009-09-28 Thread Adam Tauno Williams
On Mon, 2009-09-28 at 16:45 +0530, ANANT S ATHAVALE wrote: > After upgrade from Horde Groupware WebMail edition from 1.2.3 to > 1.2.4, I am getting one additional option to select during composing a > new message. > Attach a copy of your PGP public key to the message? > We do not have any PGP key

Re: [imp] Attach a copy of your PGP public key to the message?

2009-09-28 Thread ANANT S ATHAVALE
Hi, Thanks for your input. The prefs.php seems to have got modified after upgrade. The new content w.r.t. use_pgp are as below. $_prefs['use_pgp'] = array( 'value' => 0, 'locked' => true, 'shared' => false, 'hook' => true, 'type' => 'implicit' ); Though, I had set value

[imp] calendar alerts

2009-09-28 Thread Thierry CHEN
Hi When I set an alarm on a calendar event I get a javacript alert with the calendar event title that I can close but comes back at each page refresh, whatever the page is. At the begining I could stop this by unsetting the alarm in the concerned event but now the alarm comes back and the b

[imp] IMP very slow on Centos 5

2009-09-28 Thread Wayne Catterton
Hi, I've been searching and trying many suggestions made on IMP being slow. Let me give you my details first: Centos 5 Postfix Dovecot Apache 2.2.3 php 5.1.6 Horde-Webmail-1.2.4 Squirrelmail postfixadmin dspam I have all the requirements installed for php extensions, php-imap, etc. everything

Re: [imp] IMP very slow on Centos 5

2009-09-28 Thread mtecles
Citando Wayne Catterton : Hi, I've been searching and trying many suggestions made on IMP being slow. Let me give you my details first: Centos 5 Postfix Dovecot Apache 2.2.3 php 5.1.6 Horde-Webmail-1.2.4 Squirrelmail postfixadmin dspam I have all the requirements installed for php extensions,

Re: [imp] IMP very slow on Centos 5

2009-09-28 Thread Wayne Catterton
I think that's what it defaulted to, before I originally changed it.. But I changed it back, and it seems about the same speed. > Citando Wayne Catterton : > >> Hi, >> >> I've been searching and trying many suggestions made on IMP being slow. >> Let me give you my details first: >> >> Centos 5

Re: [imp] IMP very slow on Centos 5

2009-09-28 Thread Eric Jon Rostetter
Quoting Wayne Catterton : everything in horde-webmail is working, but the login is very slow, maybe 5-10 seconds, and anything to do with mail is slow, about the same response as the login. Login and each IMP request do an IMAP login. So it makes sense that they are about the same speed, and

Re: [imp] IMP very slow on Centos 5

2009-09-28 Thread Wayne Catterton
Thanks, Ok, I've got horde setup to use imp for auth, and imp is set to auth through imap. I'll leave this alone. I've checked the logs, and don't see any errors or problems. I even set dovecot to log to a seperate file (I normally have it set to syslog), and errors to another, I watched both f

Re: [imp] IMP very slow on Centos 5

2009-09-28 Thread Michael M Slusarz
Quoting Wayne Catterton : Thanks, Ok, I've got horde setup to use imp for auth, and imp is set to auth through imap. I'll leave this alone. I've checked the logs, and don't see any errors or problems. I even set dovecot to log to a seperate file (I normally have it set to syslog), and errors

Re: [imp] IMP very slow on Centos 5

2009-09-28 Thread Eric Jon Rostetter
Quoting Wayne Catterton : Thanks, Ok, I've got horde setup to use imp for auth, and imp is set to auth through imap. I'll leave this alone. If you go to /horde/imp/test.php (or whatever your path is to IMP's test.php) and test the authentication at the bottom, is it fast or slow? -- Eric Ro

Re: [imp] IMP very slow on Centos 5

2009-09-28 Thread Wayne Catterton
I figured it might be something with my setup, as IMP probably does things a little differently then squirrelmail. I've ruled out DNS, everything I refer to in the configs is in the hosts file, and I run an internal dns as well, and so local lookups are lightning quick, and never had a problem wit

Re: [imp] IMP very slow on Centos 5

2009-09-28 Thread Wayne Catterton
It's pretty slow, about 20 seconds. And it fails the imap/ssl due to a self signed certificate.. but this shouldn't affect IMP if it's only using Plain auth, notls.. right? > Quoting Wayne Catterton : > >> Thanks, >> >> Ok, I've got horde setup to use imp for auth, and imp is set to auth >> thr