roundcube / roundcubemail-docker

Resources to build Docker images for Roundcube Webmail
279 stars 126 forks source link

enigma plugin not supported by container #255

Open sasilen opened 3 months ago

sasilen commented 3 months ago

Container is missing gpg binary

PHP Error: Enigma plugin: GPG binary not found. If you are sure the GPG binary is installed, please specify the location of the GPG binary using the 'binary' driver option. in /var/www/html/plugins/enigma/lib/enigma_engine.php on line 91

with alpine, this can be easily fixed by installing needed binary "apk add gpg"

also there could be default directory defined or environment option for providing enigma_pgp_homedir eg: $config['enigma_pgp_homedir'] = RCUBE_INSTALL_PATH . '/pgp';