Hello, I have been searching all day and I am stuck.. For a long time I have roundcube installed with the ispconfig_roundube plugins conform the installation instructions. I don't know exactly when it stopped working but my users now see the message when clicking on settings> account: I cannot find anything in the logs /var/log/roundcube/errors remains empty I checked the url, username and password I have checked all the malfunctions on the remote user page Any tips where to continue looking, or do you know what to do? Roundcube version: 1.6.5 Plugin version: commit f8a6a47e31c8321835dab8a8aa0e6b6e4fa2a26b (HEAD -> master, tag: 1.0.0, origin/master, origin/HEAD) thanks
I found something... I was missing the php8.1-soap installation... the pages are now loading. on the filter rules option I get a soap error: forbidden message. any idea?
It looks fine to me. But I do not use that plugin, and it's not from the ISPConfig project, so I can't really help you with it. You might look into the global apache or nginx error.log file to see if you get any further info on why it fails. Or contact the author of that plugin and ask him for help.
@till thanks for your reply.. I checked the main error log and found the following line added when the error occurs: [evasive20:error] [pid 829681] [client x.x.x.x:50800] client denied by server configuration: /var/www/ispconfig/remote/index.php I have DOSWhitelist x.x.x.x added to the evasive.conf but no luck It looks like mod_evasive is reacting to something, is there any mod_evasive settings to be aware of within ispconfig?
Played with the settings and found the working set, I added these to the ispcondif.vhost file. Do these persist? Code: <IfModule mod_evasive20.c> DOSHashTableSize 3097 DOSPageCount 50 DOSSiteCount 200 DOSPageInterval 0 DOSSiteInterval 2 DOSBlockingPeriod 0 </IfModule>