1
E-Mail / Re: How to configure Spamassassin [updated]
« Last post by ppalma8 on Today at 01:58:27 AM »At file /etc/sysconfig/spamassassin edit to:
Code: [Select]
SAHOME="/var/lib/spamassassin/"
SPAMDOPTIONS="-c -m5 -u nobody -s ${SAHOME}spamd.log"
** Here we have a problem, with -d option (Detach from starting process and run in background) you will have spamd consuming a lot of load, even not working. This is mentioned at
https://forum.centos-webpanel.com/e-mail/spamassassin-service-failed-with-result-start-limit-hit/msg38072/#msg38072 . So we can remove it? As for me both options did not work I don't know what can be better yet.
Yes -d has never worked for me with CWP always had to run it SPAMDOPTIONS="-c
To expand on this Systemd handles running spamd so no need to daemonize
2
PHP / Re: When will PHP 8.4 be released in CWP?
« Last post by cHAp on March 07, 2026, 10:39:16 PM »Hello,
When can we expect PHP 8.4 to be available in CWP? I couldn't find an answer in the forum itself!
Best regards,
cHAp
That is NOT your screenname cpanel envangelist, unless you are opening multiple profiles just to troll...
You know so much, answer that users question, and not with another troll post...
Hello,
I have nothing to do with the user DJPRMF! I was serious about my question when I created the thread. I also contacted support via ticket. On August 6, 2025, they said: "It will be available in a future version."
Unfortunately, there has been no update to this day.
I distance myself from the user DJPRMF. I don't use cPanel. I only use CWP. In case anyone suspects I am DJPRMF, if I've translated that correctly into German...
Best regards,
cHAp
3
Updates / Re: Roundcube vulnerability
« Last post by cyberspace on March 07, 2026, 06:21:53 PM »If you aren't satisfied with CWP then I don't understand why you are here.
Don't waste your time. I wish you luck finding another modern all-in-one control panel that meets your requirements.
Don't waste your time. I wish you luck finding another modern all-in-one control panel that meets your requirements.
4
E-Mail / Re: RoundCube 1.5.12 Released
« Last post by bradleygb on March 06, 2026, 09:50:25 AM »I found the solution for the "Internal Server Error" after logging into roundcube after the upgrade:
disable the spoof check
Edit the file:
Then restart:
disable the spoof check
Edit the file:
Code: [Select]
nano /usr/local/cwpsrv/var/services/roundcube/program/lib/Roundcube/rcube_spoofchecker.phpAround line 50, you'll see something like:Code: [Select]
PHP// Spoofchecker is part of ext-intl (requires ICU >= 4.2)
$checker = new Spoofchecker();Insert this line right before the $checker = ... line:Code: [Select]
return false;So it looks like:Code: [Select]
return false;
// Spoofchecker is part of ext-intl (requires ICU >= 4.2)
$checker = new Spoofchecker();Save and exit.Then restart:
Code: [Select]
sh /scripts/restart_cwpsrv5
Updates / Re: Roundcube vulnerability
« Last post by djprmf on March 06, 2026, 12:37:49 AM »Excessive hyperbole. There's nothing wrong with LTS versions.
And i didnt say that there is...
LTS is great... to support old tech. So is a bandage, not a fix.
6
Updates / Re: Roundcube vulnerability
« Last post by overseer on March 06, 2026, 12:12:13 AM »Excessive hyperbole. There's nothing wrong with LTS versions.
7
Updates / Re: Roundcube vulnerability
« Last post by djprmf on March 05, 2026, 07:34:14 PM »You can update to the latest 1.5 LTS version, which is 1.5.13
That takes care of the issue.
That is the same as apply a bandage to a bullet hole. The core issue is still there and will bleed out eventually...
8
Updates / Re: Roundcube vulnerability
« Last post by Starburst on March 05, 2026, 07:13:30 PM »You can update to the latest 1.5 LTS version, which is 1.5.13
That takes care of the issue.
That takes care of the issue.
9
Updates / Re: [SECURITY ALERT] Unauthorized port / [SECURITY ALERT] Unknown/Untrusted file..
« Last post by overseer on March 05, 2026, 03:48:00 AM »False positives. Just ignore. See Sandeep's confirmation here:
https://www.alphagnu.com/topic/621-getting-a-critical-alert-ghost-files-deleted-but-running-found-in-new-cwp-install/
https://www.alphagnu.com/topic/621-getting-a-critical-alert-ghost-files-deleted-but-running-found-in-new-cwp-install/
10
CentOS 7 Problems / Re: Unable to Access CWP Panel : 500 Error
« Last post by cyberspace on March 04, 2026, 02:41:46 PM »EXT4 supports the attribute "immutable".
Run:
and show output again.
Run:
Code: [Select]
rpm -qa | grep cwpphp
ls -l /usr/local/cwp/php71/bin/php
yum search cwpphpand show output again.
Recent Posts