Re: [RCU] enigma binary

2016-07-20 Thread Nick Edwards
ARG, no this is production servers so of course 'm only running stable release 1.2.0 I think we'll downgrade to 1.1.x again, since several of our plugins dont work with 1.2, and enigma clearly isnt going to work with our security restrictions, might try again when 1.2.1 or whatever is released. T

Re: [RCU] enigma binary

2016-07-20 Thread A.L.E.C
On 07/21/2016 07:02 AM, Nick Edwards wrote: > After sorting out proc_open but changing to suhosin blacklist instead > native php disable, things progressed, however > just wiped out the config and used fresh, with and without > $rcmail_config or $config... I clearly have wrong option idea for the

Re: [RCU] possible bug

2016-07-20 Thread soumi...@iitk.ac.in
Sorry, it was just double quotes hack for line 79 in rc_foldersort.js. $('#rcm' + orig_col).removeClass("'sorted' + (orig_order.toUpperCase())"); Regards, Soumitri Mishra, On Wednesday 20 July 2016 08:06 PM, soumi...@iitk.ac.in wrote: Now for a temporary fix for "me" in rc_foldersort plugin;

Re: [RCU] enigma binary

2016-07-20 Thread Nick Edwards
After sorting out proc_open but changing to suhosin blacklist instead native php disable, things progressed, however just wiped out the config and used fresh, with and without $rcmail_config or $config... I clearly have wrong option idea for the path to it as roundcube error now says binary not fo

Re: [RCU] enigma binary

2016-07-20 Thread Nick Edwards
Hi Alec, // Enigma Plugin options // // A driver to use for PGP. Default: "gnupg". $rcmail_config['enigma_pgp_driver'] = 'gnupg'; // A driver to use for S/MIME. Default: "phpssl". $rcmail_config['enigma_smime_driver'] = 'phpssl'; // Keys directory for all users. Default 'e

Re: [RCU] possible bug

2016-07-20 Thread soumitri
Hello, Yes, there were some errors in the RC error log, after upgradation to 1.2, nearly one month back. But some minor fixes in those plugins got the things running. Now there are very few random errors, but not directly affecting user, possibly. Only thing that I was not able to configure is

Re: [RCU] possible bug

2016-07-20 Thread soumi...@iitk.ac.in
Thanks to Aleksander. It is working now. Soumitri Mishra, http://home.iitk.ac.in/~soumitri/ On Wednesday 20 July 2016 06:46 PM, soumi...@iitk.ac.in wrote: Hello, Thanks for the reply. More details RC version : 1.2.0, on Problem both in Firefox 45.2.0 and chrome. Firefox Browser console out

Re: [RCU] possible bug

2016-07-20 Thread A.L.E.C
On 07/20/2016 03:16 PM, soumi...@iitk.ac.in wrote: > $config['plugins'] = array('additional_message_headers', 'archive', > 'attachment_reminder', 'emoticons', 'hide_blockquote', > 'identity_select', 'jqueryui', 'legacy_browser', 'newmail_notifier', > 'show_additional_headers', 'subscriptions_optio

Re: [RCU] possible bug

2016-07-20 Thread soumi...@iitk.ac.in
Hello, Thanks for the reply. More details RC version : 1.2.0, on Problem both in Firefox 45.2.0 and chrome. Firefox Browser console output during the delete operation: == TypeError: orig_order is undefined rc_foldersort.js:79 rcube_event_engine.prototype.trigge

Re: [RCU] possible bug

2016-07-20 Thread A.L.E.C
On 07/20/2016 02:33 PM, soumi...@iitk.ac.in wrote: > --$config['display_next'] = false; > > -- The user use double click to read messages without preview pane. > > Now when he deletes a message, the message is moved to Trash , but the > screen does not goes back to list of message, it is stuck a

[RCU] possible bug

2016-07-20 Thread soumi...@iitk.ac.in
Hello all, I am facing an issue in roundcube with following 2 setting enabled. --$config['display_next'] = false; -- The user use double click to read messages without preview pane. Now when he deletes a message, the message is moved to Trash , but the screen does not goes back to list of me

[RCU] Inbox empty and sending not working - but no errors

2016-07-20 Thread Eric Lanfer
Hey, yesterday i've installed a new mailserver instance on a debian8 machine (postfix, dovecot, nginx (with php5-fpm, mysql). I've also setup a roundcube 1.2, and here i got a problem, when i login into the mailbox in roundcube, the inbox folder is empty (others too) and when i'm trying to se

Re: [RCU] enigma binary

2016-07-20 Thread A.L.E.C
On 07/20/2016 09:40 AM, Nick Edwards wrote: > For security purposes we disable paths and functions, is there a way we > can enable the pgp binary if we move it to the enigma home directory? You can already set path to gpg binary via enigma_pgp_binary option. However, for GnuPG 2.x you'll need to s

[RCU] enigma binary

2016-07-20 Thread Nick Edwards
Hi There, For security purposes we disable paths and functions, is there a way we can enable the pgp binary if we move it to the enigma home directory? Class 'enigma_driver_gpg' not found in is the error we keep getting. after changing lib/Crypt/GPG/Engine.php tp look in its home by use of