• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved Roundcube and Enigma

psyche699

New Pleskian
Hello all

i have a problem, with Enigma for Roundcube, of courses.

Code:
Application Error (600): Enigma plugin: Keys directory isn't writeable: /usr/share/psa-roundcube/plugins/enigma/home

I change the directory for other with a chmod 777, but have the same problem.

How to fix that ?

Thanks
 
Hmm... I have reproduced this issue, but after

# chmod 777 /usr/share/psa-roundcube/plugins/enigma/home

all works fine for me.
 
Hello

Thanks you IgorG.

Yes is my first test.. but is not work for me... and i restart httpd and nginx after change the chmod.

I tested to install a roundcube in directory vhost/mydomain.com/httpdocs/roundcube
But is not find th binary gpg...
I dont know why...

Awww.. i really need that..
 
New test:

So I installed a roundcube in my website space.

I activate the plugin enigma.
And i have this error

Application Error (600): Enigma plugin: GPG binary not found. If you are sure the GPG binary is installed, please specify the GPG binary using the 'binary' driver option.

So, i test to import the pgp certificate.
And here, have the same problem before:

SERVICE CURRENTLY NOT AVAILABLE!
Error No. [600]


It's strange !!
 
I restart and update my server...

and now have a big problem :

Redirecting to /bin/systemctl restart httpd.service
Job for httpd.service failed because the control process exited with error code. See "systemctl status httpd.service" and "journalctl -xe" for details.

Impossible to restart a httpd...
 
Hi psyche699,

you might have SELinux enabled on your system and therefore the folder ( and its files ) "/usr/share/psa-roundcube/plugins/enigma/home" should be owned by your apache - group ( the name might vary, depending to YOUR used operating system!!! ) and the system - user root.

chown -R root:apache /usr/share/psa-roundcube/plugins/enigma/home
chmod -R g+w /usr/share/psa-roundcube/plugins/enigma/home
 
Hi UFHH01

Okay, I began to understand ...
I tested is command yesterday :
chown -R root:apache /usr/share/psa-roundcube/plugins/enigma/home

But, only that.. is not work.

I juste test your command :
chmod -R g+w /usr/share/psa-roundcube/plugins/enigma/home
But this line is create a error :
chmod: cannot access ‘/usr/share/psa-roundcube/plugins/enigma/home’: No such file or directory

So, I went into the enigma folder.
And I made this command:
chmod -R g+w home/
No mistake.
In doubt I re-ordered complete:
chmod -R g+w /usr/share/psa-roundcube/plugins/enigma/home
no mistake.

but dont work...
Application Error (600): Enigma plugin: Keys directory isn't writeable: /usr/share/psa-roundcube/plugins/enigma/home

So, i look all user on my system ( Centos 7.2 )
I searched for a user with the rights in this folder.
I reapplied them
Unfortunately, not work.


So i tested this :
nano /etc/sysconfig/selinux

Code:
# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
#     enforcing - SELinux security policy is enforced.
#     permissive - SELinux prints warnings instead of enforcing.
#     disabled - No SELinux policy is loaded.
SELINUX=permissive

I reboot the server....

and..

IS WORK :D

But, is not good security to change the selinux on permissive, right ?

Thanks
 
Have a new problem

I generate the key, with my password.
I test to send a mail :
I insert the password, and .... I re-type my password.. and once again... again... again..
The password does not register ... Why? Have you had this problem?
 
Back
Top