Re: [RCU] Aborted sessions, lost server connections: browser issues...? (0.7.2)

2012-04-20 Thread Michael Orlitzky
On 04/20/2012 06:27 PM, Michael Heydekamp wrote: > > Hmm, to my best knowledge we are running the defaults (you didn't state > what your defaults exactly are). > > We have: > > $rcmail_config['keep_alive'] = 10; > $rcmail_config['session_lifetime'] = 10; > $rcmail_config['min_keep_alive']

Re: [RCU] Aborted sessions, lost server connections: browser issues...? (0.7.2)

2012-04-20 Thread Michael Heydekamp
On 21.04.2012 00:20, Arne Berglund wrote: > I'm experiencing the compose time-out/error, it stems from a failure in > the draft autosave routine. I opened a ticket on this issue, but it was > closed as 'worksforme' with a comment to disable plugins. Still happens > with all plugins disabled. Well

Re: [RCU] Aborted sessions, lost server connections: browser issues...? (0.7.2)

2012-04-20 Thread Michael Heydekamp
On 20.04.2012 23:21, Michael Orlitzky wrote: > On 04/20/2012 02:45 PM, Michael Heydekamp wrote: >> Currently I'm following the thread "RoundCube session aborting" very >> attentively for one reason: It's the main show stopper why we can't finally >> kick Squirrel from our server yet. > > It doesn

Re: [RCU] Aborted sessions, lost server connections: browser issues...? (0.7.2)

2012-04-20 Thread Arne Berglund
On 04/20/2012 14:21, Michael Orlitzky wrote: On 04/20/2012 02:45 PM, Michael Heydekamp wrote: Currently I'm following the thread "RoundCube session aborting" very attentively for one reason: It's the main show stopper why we can't finally kick Squirrel from our server yet. It doesn't sound

Re: [RCU] Appliance of settings in main.inc.php (was: Button "List Options" - where are these settings stored and what's the concept?)

2012-04-20 Thread Arne Berglund
On 04/20/2012 14:46, Michael Heydekamp wrote: When I started RC 0.7.2 for the first few times, I saw the columns "From" and "To" in each of the folders. I found that pretty cool (as I'm using multiple identities) and did miss this a lot in Squirrel. Then I made a "mistake": Just for testing

[RCU] Appliance of settings in main.inc.php (was: Button "List Options" - where are these settings stored and what's the concept?)

2012-04-20 Thread Michael Heydekamp
On 20.04.2012 23:03, Arne Berglund wrote: > On 04/20/2012 12:36, Michael Heydekamp wrote: >> Is there any way to determine which settings in main.inc.php do apply no >> matter what, and which are only defaults for new users? Or is there any >> documentation around about this...? > > I've never se

Re: [RCU] Aborted sessions, lost server connections: browser issues...? (0.7.2)

2012-04-20 Thread Michael Orlitzky
On 04/20/2012 02:45 PM, Michael Heydekamp wrote: > Currently I'm following the thread "RoundCube session aborting" very > attentively for one reason: It's the main show stopper why we can't finally > kick Squirrel from our server yet. > It doesn't sound like the same issue, but a couple of our us

Re: [RCU] Button "List Options" - where are these settings stored and what's the concept?

2012-04-20 Thread Arne Berglund
On 04/20/2012 12:36, Michael Heydekamp wrote: On 19.04.2012 22:19, Arne Berglund wrote: On 04/19/2012 13:06, Michael Heydekamp wrote: Why I'm asking: Although I added the column 'priority' in main.inc.php under $rcmail_config['list_cols'], the priority column does not get displayed. I can d

[RCU] Search body only? (0.7.2)

2012-04-20 Thread Michael Heydekamp
Am I missing something or is it indeed not possible in RC 0.7.2 to invoke a string search in the body (and ONLY in the body) of a message...? The available options I can see are "Subject", "From", "To", "Copy", "Bcc" and "Entire message" (the latter one apparently including all headers). Given th

Re: [RCU] Button "List Options" - where are these settings stored and what's the concept?

2012-04-20 Thread Michael Heydekamp
On 19.04.2012 22:19, Arne Berglund wrote: > On 04/19/2012 13:06, Michael Heydekamp wrote: >> Why I'm asking: Although I added the column 'priority' in main.inc.php >> under $rcmail_config['list_cols'], the priority column does not get >> displayed. >> >> I can display it with the drop-down-button

[RCU] Aborted sessions, lost server connections: browser issues...? (0.7.2)

2012-04-20 Thread Michael Heydekamp
Currently I'm following the thread "RoundCube session aborting" very attentively for one reason: It's the main show stopper why we can't finally kick Squirrel from our server yet. I'm using RC intensively (I do not even have a local mail client installed), and I had to face lots of aborted seesion

Re: [RCU] RoundCube session aborting

2012-04-20 Thread Reindl Harald
Am 20.04.2012 19:35, schrieb A.L.E.C: > On 04/20/2012 06:45 PM, A.L.E.C wrote: > >> To OP, you could try to remove .$_SESSION['HTTP_USER_AGENT'] from >> rcmail::session_configure() or better find what causes user-agent string >> change if it happens here. > > Another and probably better solutio

Re: [RCU] RoundCube session aborting

2012-04-20 Thread Thiago Cavalcante
Search in file rcmail.php session_configure returned three lines. Nothing changed, was the already requested line 184: $this->session_configure(); line 722: public function session_configure(); line 878: $this->session_configure(); Includes header ('X-UA-Compatible: IE = edge, chrome = 1'), on top

Re: [RCU] RoundCube session aborting

2012-04-20 Thread A.L.E.C
On 04/20/2012 06:45 PM, A.L.E.C wrote: To OP, you could try to remove .$_SESSION['HTTP_USER_AGENT'] from rcmail::session_configure() or better find what causes user-agent string change if it happens here. Another and probably better solution is to add header('X-UA-Compatible: IE=edge,chrome=1

Re: [RCU] RoundCube session aborting

2012-04-20 Thread A.L.E.C
On 04/20/2012 07:08 PM, Thiago Cavalcante wrote: Sorry question, I am not a developer. What file I change? In 0.7 it is program/include/rcmail.php -- Aleksander 'A.L.E.C' Machniak LAN Management System Developer [http://lms.org.pl] Roundcube Webmail Developer [http://roundcube.net] --

Re: [RCU] RoundCube session aborting

2012-04-20 Thread Thiago Cavalcante
Sorry question, I am not a developer. What file I change? 2012/4/20 A.L.E.C : > On 04/20/2012 04:15 PM, Jernej Porenta wrote: >> >> We had similar issues with users, who were using IE with auto-detect >> compatibility mode, which caused that GET requests used different User-Agent >> strings, which

Re: [RCU] RoundCube session aborting

2012-04-20 Thread A.L.E.C
On 04/20/2012 04:15 PM, Jernej Porenta wrote: We had similar issues with users, who were using IE with auto-detect compatibility mode, which caused that GET requests used different User-Agent strings, which caused aborted sessions. This is interesting and I didn't hear about this issue. I see

Re: [RCU] Roundtrip address book export/import broken

2012-04-20 Thread Andreas Dick
Achim schrieb: >Hello: > >On 20.04.2012 15:36, A.L.E.C wrote: >> No, I just copied your test case. > >Then I redacted it too much, clearly: sorry for the wasted energy. > >> Yes. All of this because you have both surname and firstname in >> required_fields definition. Here one doesn't exist,

Re: [RCU] RoundCube session aborting

2012-04-20 Thread Thiago Cavalcante
Thanks for your help. Jernej, I found this ticket # 1487838, it reports fixed since version 0.6. 2012/4/20 Jernej Porenta : > We had similar issues with users, who were using IE with auto-detect > compatibility mode, which caused that GET requests used different User-Agent > strings, which caus

Re: [RCU] RoundCube session aborting

2012-04-20 Thread Jernej Porenta
We had similar issues with users, who were using IE with auto-detect compatibility mode, which caused that GET requests used different User-Agent strings, which caused aborted sessions. If I remember right, we had to add something in the HEAD section of our template to avoid the issue. Similar

Re: [RCU] Roundtrip address book export/import broken

2012-04-20 Thread Achim
Hello: On 20.04.2012 15:36, A.L.E.C wrote: No, I just copied your test case. Then I redacted it too much, clearly: sorry for the wasted energy. Yes. All of this because you have both surname and firstname in required_fields definition. Here one doesn't exist, that's why the contact isn't imp

Re: [RCU] Roundtrip address book export/import broken

2012-04-20 Thread A.L.E.C
On 20.04.2012 15:32, Achim wrote: >> Works for me. > > ... because you slightly altered the test case ;-) No, I just copied your test case. > BEGIN:VCARD > VERSION:3.0 > FN:test test2 > EMAIL;type=INTERNET;type=OTHER:t...@example.com > END:VCARD > > works fine, just like your example does. Thi

Re: [RCU] Roundtrip address book export/import broken

2012-04-20 Thread Achim
Hello Alec: On 20.04.2012 14:13, A.L.E.C wrote: On 19.04.2012 19:30, Achim wrote: Unfortunately, still only 57 out of 63 contacts (the ones *with* a N: field value) get imported, independent of the above setting. Works for me. ... because you slightly altered the test case ;-) BEGIN:VCARD

Re: [RCU] RoundCube session aborting

2012-04-20 Thread Thiago Cavalcante
Updated to 5.3.6-php53u.x86_64 1.ius.el5 and changed the recommended settings. Still problems in session. Thank you, 2012/4/20 Thiago Cavalcante : > Do not use proxy for accessing Roundcube, I will disable it. > Now upgrading to PHP5.33 > > Thank you, > > 2012/4/20 A.L.E.C : >> On 20.04.2012 14:2

Re: [RCU] RoundCube session aborting

2012-04-20 Thread Thiago Cavalcante
Do not use proxy for accessing Roundcube, I will disable it. Now upgrading to PHP5.33 Thank you, 2012/4/20 A.L.E.C : > On 20.04.2012 14:27, Thiago Cavalcante wrote: >> Configuration file attached. > > // tell PHP that it should work as under secure connection > // even if it doesn't recognize it

Re: [RCU] RoundCube session aborting

2012-04-20 Thread A.L.E.C
On 20.04.2012 14:27, Thiago Cavalcante wrote: > Configuration file attached. // tell PHP that it should work as under secure connection // even if it doesn't recognize it as secure ($_SERVER['HTTPS'] is not set) // e.g. when you're running Roundcube behind a https proxy $rcmail_config['use_https']

Re: [RCU] RoundCube session aborting

2012-04-20 Thread A.L.E.C
On 20.04.2012 14:27, Thiago Cavalcante wrote: > Dear Alec, > > The Roudcube server and Postfix / Dovecot are different machines. > > Roundcube server: > Vesão Linux: Linux version 2.6.18-238.12.1.el5 > Database: 5.0.95-mysql.x86_64 1.el5_7.1 > Web Server: 2.2.3-httpd.x86_64 63.el5.centos.1 > PHP:

Re: [RCU] RoundCube session aborting

2012-04-20 Thread Thiago Cavalcante
Dear Alec, The Roudcube server and Postfix / Dovecot are different machines. Roundcube server: Vesão Linux: Linux version 2.6.18-238.12.1.el5 Database: 5.0.95-mysql.x86_64 1.el5_7.1 Web Server: 2.2.3-httpd.x86_64 63.el5.centos.1 PHP: 5.1.6-32.el5 php.x86_64 Processor: Intel (R) Xeon (R) CPU E5530

Re: [RCU] Roundtrip address book export/import broken

2012-04-20 Thread A.L.E.C
On 19.04.2012 19:30, Achim wrote: > Hello Alec: > > On 19.04.2012 17:53, A.L.E.C wrote: >> On 04/19/2012 05:13 PM, Achim wrote: >>> 'required_fields' => array('cn', 'sn', 'mail', 'givenName'), >> >> change to >> >> 'required_fields' => array('cn', 'sn', 'mail', 'gn'), > > Correct, "givenName" was

Re: [RCU] RoundCube session aborting

2012-04-20 Thread A.L.E.C
On 20.04.2012 13:59, Thiago Cavalcante wrote: > Dear Claudio, > The problem continues, updated to version 0.72. Is there an alternative? What database are you using (+version)? Are you using any kind of db replication? What plugins are you using? Try to disable them for some time. Show your config

Re: [RCU] RoundCube session aborting

2012-04-20 Thread Thiago Cavalcante
Dear Claudio, The problem continues, updated to version 0.72. Is there an alternative? Log file: [20-Apr-2012 08:01:32 -0300]: Aborted session qqvkh76s6otrl4tp013lqus3q7; no valid session data found [20-Apr-2012 08:01:43 -0300]: Aborted session 5ucfbk312o0fia70oh7e39psm1; no valid session data fou