[RCU] Abnormal termination when downloading attached file (after 60 seconds)

2018-04-10 Thread Seiichirou Hiraoka
Hello,
I use Roundcube 1.0.2 in the following environment.

OS: CentOS 7.2.1511
Kernel: 3.10.0-327.el7.x86_64
Apache: httpd-2.4.6-40.El7.Centos.4
IMAP Server: dovecot-2.2.10-5.el7.x86_64

- Configuration
In order to handle 50 MB attached file on Roundcube,
We made the following settings in Apache and PHP.

. Apache httpd.conf
Timeout 300

. PHP php.ini
max_execution_time = 300
max_input_time = 600
error_reporting = E_ALL
default_socket_timeout = 600
mysql.connect_timeout = 600

. Roundcube defaults.inc.php
$config['imap_timeout'] = 300;

- Situation
In this situation, e-mail with attached file of about 30 MB will be
sent from Roundcube
When downloading, processing stops when 1 minute passes.
The whole file can not be downloaded, and only a part has been downloaded.

I think that the following log (/var/log/maillog) is output to
Dovecot, indicating that it ended abnormally.
Apr 11 14:47:43 server dovecot: imap-login: Login: user = ,
method = PLAIN, rip = X.X.X.X, lip = X.X.X.X, mpid = 17992, TLS,
session = 
Apr 11 14:47:44 server dovecot: imap (user): Disconnected: Logged out
in in = 196 out = 16844
Apr 11 14:48:00 server dovecot: imap (user): Error: read () failed: Broken pipe (FETCH BINARY
[2] for mailbox INBOX UID 433)
Apr 11 14:48:00 server dovecot: imap (user): Disconnected: FETCH
failed in = 420 out = 12552347

- Question
As a result of investigation, it seems that some timeout value is set
on Roundcube side,
Can you advise me?

Please tell me if there is information necessary for carving.

Regards,
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


Re: [RCU] Roundcube Carddav and Enigma plugins

2018-04-10 Thread David Mehler
Hello,

Thanks a lot for the quick turnaround. Any ideas on a timeline for
1.36? Is there any way I can get this fix backported in to my existing
setup?

Thanks again for your attention to this.

Thanks.
Dave.


On 4/10/18, A.L.E.C  wrote:
> On 04/10/2018 10:31 AM, David Mehler wrote:
>> Hi,
>>
>> Thanks. Can this change be conditional only coming in to play with IE
>> browsers? If so, can I assist with this?
>
> Fixed and tested. Will be part of 1.3.6 release.
>
> https://github.com/roundcube/roundcubemail/commit/8373b3b3f0b
>
> --
> Aleksander 'A.L.E.C' Machniak
> Kolab Groupware Developer [http://kolab.org]
> Roundcube Webmail Developer   [http://roundcube.net]
> 
> PGP: 19359DC1 # Blog: https://kolabian.wordpress.com
> ___
> Roundcube Users mailing list
> users@lists.roundcube.net
> http://lists.roundcube.net/mailman/listinfo/users
>
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


Re: [RCU] Roundcube Carddav and Enigma plugins

2018-04-10 Thread A.L.E.C
On 04/10/2018 10:31 AM, David Mehler wrote:
> Hi,
> 
> Thanks. Can this change be conditional only coming in to play with IE
> browsers? If so, can I assist with this?

Fixed and tested. Will be part of 1.3.6 release.

https://github.com/roundcube/roundcubemail/commit/8373b3b3f0b

-- 
Aleksander 'A.L.E.C' Machniak
Kolab Groupware Developer [http://kolab.org]
Roundcube Webmail Developer   [http://roundcube.net]

PGP: 19359DC1 # Blog: https://kolabian.wordpress.com
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


Re: [RCU] Roundcube Carddav and Enigma plugins

2018-04-10 Thread David Mehler
Hi,

Thanks. Can this change be conditional only coming in to play with IE
browsers? If so, can I assist with this?

Thanks.
Dave.


On 4/10/18, A.L.E.C  wrote:
> On 10.04.2018 00:10, David Mehler wrote:
>> Hello,
>>
>> Whenever I go to settings then pgp keys and try to create a keypair
>> (using IE11) I get the message can not create keypair browser does not
>> support cryptography. Serverside I'm using gnupg 2.25.
>>
>> Using firefox keypair generated and was imported successfully.
>>
>> I'm wondering if there's an ie11 fix as some of my clients will
>> undoubtedly use it.
>
> We check for window.crypto support here
> https://github.com/roundcube/roundcubemail/blob/master/plugins/enigma/enigma.js#L154
>
> IE11 supports this functionality via window.msCrypto. So, maybe the
> solution would be to just change the check. I'm not sure if there's
> anything more to do to make openpgpjs library we use working in IE11.
>
> --
> Aleksander 'A.L.E.C' Machniak
> Kolab Groupware Developer [http://kolab.org]
> Roundcube Webmail Developer   [http://roundcube.net]
> 
> PGP: 19359DC1 # Blog: https://kolabian.wordpress.com
> ___
> Roundcube Users mailing list
> users@lists.roundcube.net
> http://lists.roundcube.net/mailman/listinfo/users
>
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users