rcguard installation problem.

MaXi32

Verified User
Joined
Jul 25, 2016
Messages
645
Location
The Earth
I follow tutorial here how to install rcguard to enable recaptcha http://notes.sagredo.eu/en/qmail-notes-185/roundcube-plugins-35.html

Also i updated the roundcube plugin config here:


// List of active plugins (in plugins/ directory)
$config['plugins'] = array(
'password',
'archive',
'zipdownload',
'rcguard',
);


Database has been created. Everything is done. When I try login 5 times, still the plugin did not active recaptcha. How can I debug this?
 
Hi Alex,
Nice, I am on a Centos 7, how do I install it from gifthub? Git clone does not work.
Or do I need to install Git on Centos first?
Kind regards, Fred
 
Hi Alex,

Works perfect. Thank you for your tutorial!
Have a nice day.
Kind regards, Fred
 
I followed the step by step, generated the keys, added them to rcguard config file, created the database, added the plugin to rc config file... but recaptcha not works...
 
Well, I respectfully tell you, how is it, do I not make a necropost or do I not make new posts with topics that have already been seen in the forum?
If I ask a question in an old post you say... don't make a necropost
And if I make a new topic asking about a topic that is already on the forum, I will recieve as reply "please search the forum first before posting".
;)
 
Well, since 2017 a lot changed, if it would be something from 2022/begin 2023 okay, but after please open a new thread as there will probably be something new etc.
 
I think that the necropost thing is not as bad as it seems, since if I create a new post, it is most likely that the person who had the same problem as me will not see it, but if I enter the post with the same or very similar problem the one I have, look at it and maybe have the right solution for this one.
But don't worry, I'll keep it in mind for future situations.
 
I followed the step by step, generated the keys, added them to rcguard config file, created the database, added the plugin to rc config file... but recaptcha not works...

What exactly does not work? Will you give more details please. A screenshot or a link would be great.
 
You might read and follow the guide further, unless you want to loose the customization after a RoudCube update.
 
Yeah, i already did the customization part
mkdir -p /usr/local/directadmin/custombuild/custom/roundcube/plugins/
cd /usr/local/directadmin/custombuild/custom/roundcube/
cp -r /var/www/html/roundcube/plugins/rcguard ./plugins/
cp -p /var/www/html/roundcube/config/config.inc.php .
 
Back
Top