Discussion:
[RCU] Question regarding PGP
Andreas Meyer
2018-03-01 17:17:11 UTC
Permalink
Hello!

Is see this in the log:

[01-Mar-2018 18:12:15 Europe/Berlin] PHP Warning: exec() has been
disabled for security reasons in
/vwww/HIDDEN/root/mailsystem/vendor/pear/crypt_gpg/Crypt/GPG/ProcessControl.php
on line 143

Do I have to enable exec() in the php.ini?


Kind regards

Andreas
--
PGP-Fingerprint: D392 5D21 0299 63D7 5BAE 4562 1E56 B2EA 81A2 59F1
A.L.E.C
2018-03-01 19:20:04 UTC
Permalink
Post by Andreas Meyer
Hello!
[01-Mar-2018 18:12:15 Europe/Berlin] PHP Warning:  exec() has been disabled for security
reasons in /vwww/HIDDEN/root/mailsystem/vendor/pear/crypt_gpg/Crypt/GPG/ProcessControl.php
on line 143
Do I have to enable exec() in the php.ini?
Yes. The enigma plugin uses gpg binary.
--
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
A.L.E.C
2018-03-01 19:25:40 UTC
Permalink
Post by A.L.E.C
Post by Andreas Meyer
[01-Mar-2018 18:12:15 Europe/Berlin] PHP Warning:  exec() has been disabled for security
reasons in /vwww/HIDDEN/root/mailsystem/vendor/pear/crypt_gpg/Crypt/GPG/ProcessControl.php
on line 143
Do I have to enable exec() in the php.ini?
Yes. The enigma plugin uses gpg binary.
Correction. exec() is used for ps and kill, if you don't have php-posix extension installed.
--
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
Loading...