Recent Posts

Pages: 1 ... 3 4 [5] 6 7 ... 10
41
Updates / Re: CWP Update?
« Last post by overseer on May 29, 2025, 10:55:05 AM »
CWP for EL9 is in beta currently.
42
Updates / Re: CWP Update?
« Last post by its_me_rbk on May 29, 2025, 09:41:40 AM »
Is there any approximate eta for CWP support in AlmaLinux 9 or 10?
43
E-Mail / ClamAV not working
« Last post by anandmys on May 29, 2025, 06:14:49 AM »
As mentioned in wiki at https://wiki.centos-webpanel.com/test-spamassassin-and-clamav

I am sending an email with content

Quote
X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*

I dont see any flagging in log.

Mail is also getting landed in inbox

What might have gone wrong?

I have built mail servers with ClamAV enabled

Any settings to be done as it is the case with SpamAssassin ?

44
E-Mail / Re: spamassassin.service: Failed with result 'start-limit-hit'
« Last post by anandmys on May 29, 2025, 06:07:12 AM »
I am able to make this all work in one go in 3rd VPS

https://wiki.centos-webpanel.com/how-to-configure-spamassassin is what I followed with the following additional things

1. edit /etc/sysconfig/spamassassin had some code. Replaced that with

Quote
SAHOME="/var/lib/spamassassin/"
SPAMDOPTIONS="-c -m5 -u nobody -s ${SAHOME}spamd.log"

2. Used

systemctl daemon-reload

with

sa-update
systemctl restart postfix spamassassin

3.

Quote
nano /usr/lib/systemd/system/spamassassin.service

Added

StartLimitBurst=0

in last line of [Service] block as suggested here earlier

Quote
systemctl daemon-reload

The email with content

Quote
XJS*C4JDBQADN1.NSBN3*2IDNEN*GTUBE-STANDARD-ANTI-UBE-TEST-EMAIL*C.34X

went to Junk folder

Thanks all for the support

systemctl daemon-reload
45
Installation / AL10 Install Problem
« Last post by Starburst on May 28, 2025, 06:55:16 PM »
Trying to install on AL10, and get:

Quote
Error:
 Problem: conflicting requests
  - nothing provides libcrypto.so.1.1()(64bit) needed by cwpsrv-1.24.0-1.x86_64 from cwp
  - nothing provides libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) needed by cwpsrv-1.24.0-1.x86_64 from cwp
  - nothing provides libssl.so.1.1()(64bit) needed by cwpsrv-1.24.0-1.x86_64 from cwp
  - nothing provides libssl.so.1.1(OPENSSL_1_1_0)(64bit) needed by cwpsrv-1.24.0-1.x86_64 from cwp
  - nothing provides libssl.so.1.1(OPENSSL_1_1_1)(64bit) needed by cwpsrv-1.24.0-1.x86_64 from cwp
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)

Can get cwp-php installed by using
Code: [Select]
dnf install cwp-php-7.2.34-1 --nobest
I know, AL10 just released on 2025-05-28. And isn't a supported OS.
46
CentOS Configuration / Re: Change ports 80 and 443
« Last post by Starburst on May 28, 2025, 06:37:21 PM »
Try running
Code: [Select]
netstat -tulpn
Look for the local address that ends with :443
On the right column is will says what PID/Program is using that port.
47
CentOS Configuration / Re: Change ports 80 and 443
« Last post by Steff on May 28, 2025, 04:40:57 PM »
Thanks for the reply Starburst:
So edit the conf to 8080
and the canf sll to 8443 on all vhosts and then lock the files.
These are the Vhost files that I tried to do that with and then restarted apache, but Apache was still using 443 somewhere else
48
CentOS Configuration / Re: Change ports 80 and 443
« Last post by Starburst on May 28, 2025, 04:25:11 PM »
You'll have to manually edit the Apache .conf files at: /usr/local/apache/conf.d/vhosts/ for both .conf & .ssl.conf

And then lock those files with chattr, because the nightly script will reset them.
49
Information / Re: Well, it's happened... RHEL 10 has been released...
« Last post by Starburst on May 28, 2025, 04:18:41 PM »
Yup, posted AL10 at https://forum.centos-webpanel.com/updates/cwp-update/msg51336/?topicseen#msg51336

Will be spending some more time today on it.

Posted this back on the 15th.
https://starburst.help/miscellaneous-configuration-tutorials/how-to-install-and-enable-epel-on-almalinux-10/

Main problem I'm running into is that CWP requires OpenSSL 1.1.1, and EL10 doesn't support that old version anymore.
Only OpenSSL 3.0.x

Where EL9 supports both.
50
CentOS Configuration / Change ports 80 and 443
« Last post by Steff on May 28, 2025, 02:34:23 PM »
OK guy's due to local issues I've had to reduce down to one server and one public ip. This means that I have to run Traefik as a gateway reverse proxy and place CWP behind that running apache on 8080 and 8443.
My intention is to put a passthrough from Traefik to CWP to allow CWP to issue SSL to the hosted domains and Traefik will handle any SSL requests for on the VM's on the server separately.

Now I've edited
Code: [Select]
/usr/local/apache/conf/extra/httpd-ssl.conf and changed the ports to 8443 and restarted Apache, but it still seems bound to 443. So I edited each host file and changed them to 8443 as well, but Apache still holds on to 443.

Where can I find the definitive settings to change both 80 and 443 on Apache please? :o
Pages: 1 ... 3 4 [5] 6 7 ... 10