52
How to / Re: [Howto] Install Rspamd
« Last post by overseer on June 27, 2025, 07:00:00 PM »Note there is one formatting error in the first part of the instructions above (these two were grouped together in the instructions but are separate files/code blocks):
- file /etc/rspamd/local.d/worker-proxy.inc
- file /etc/rspamd/local.d/logging.inc
- file /etc/rspamd/local.d/worker-proxy.inc
Code: [Select]
bind_socket = "127.0.0.1:11332";
milter = yes;
timeout = 120s;
upstream "local" {
default = yes;
self_scan = yes;
}
- file /etc/rspamd/local.d/logging.inc
Code: [Select]
type = "file";
filename = "/var/log/rspamd/rspamd.log";
level = "error";
debug_modules = [];
53
How to / Re: Installing ARC on ALMA 8/9
« Last post by overseer on June 27, 2025, 06:56:57 PM »Just note one formatting error in his instructions (these two were grouped together in his instructions but are separate files):
- file /etc/rspamd/local.d/worker-proxy.inc
- file /etc/rspamd/local.d/logging.inc
- file /etc/rspamd/local.d/worker-proxy.inc
Code: [Select]
bind_socket = "127.0.0.1:11332";
milter = yes;
timeout = 120s;
upstream "local" {
default = yes;
self_scan = yes;
}
- file /etc/rspamd/local.d/logging.inc
Code: [Select]
type = "file";
filename = "/var/log/rspamd/rspamd.log";
level = "error";
debug_modules = [];
54
Installation / Re: Which os to choose?
« Last post by Starburst on June 27, 2025, 03:17:02 PM »Here is alma 9 instructions https://www.alphagnu.com/topic/22-install-mariadb-1011-in-centos-stream-9-almalinux-9-rockylinux-9 not alma 8.
Those instructions as they mention, is to do the Initial installation of MariaDB on a clean EL9 server.
Upgrading it from a previous version is a little different, as you can see the extra steps you have to complete.
Especially with CWP.
55
Installation / Re: Which os to choose?
« Last post by Martins-phpbb on June 27, 2025, 03:07:38 PM »Here is alma 9 instructions https://www.alphagnu.com/topic/22-install-mariadb-1011-in-centos-stream-9-almalinux-9-rockylinux-9 not alma 8.
56
Installation / Re: Which os to choose?
« Last post by Starburst on June 27, 2025, 02:32:29 PM »Upgrading MariaDB has a few quirks to do on AL9 vs AL8, mostly when reinstall it.
See:
https://starburst.help/control-web-panel-cwp/control-web-panel-cwp-admin-tutorials/upgrade-mariadb-10-x-to-10-11-with-cwp-on-almalinux-9/
See:
https://starburst.help/control-web-panel-cwp/control-web-panel-cwp-admin-tutorials/upgrade-mariadb-10-x-to-10-11-with-cwp-on-almalinux-9/
57
How to / Re: Installing ARC on ALMA 8/9
« Last post by Starburst on June 27, 2025, 02:26:19 PM »That thread can be found at: https://forum.centos-webpanel.com/how-to/(howto)-install-rspamd/
58
How to / Re: Installing ARC on ALMA 8/9
« Last post by overseer on June 27, 2025, 01:31:29 PM »You can follow Netino's guide for rspamd -- it works on Alma 8 and will get you ARC headers.
59
Mod_Security / Re: OWASP CRS v4.15.0 Just Release
« Last post by overseer on June 27, 2025, 01:30:19 PM »It used to be the better option, but Comodo is in an identity crisis and hasn't updated its definitions since Jan 2024, so it is now effectively dead. Best to go with the OWASP-old which is current. Follow Starburst's guide to update to Mod Security 2.9.8 and then get the latest 4.15 OWASP definitions.
60
Installation / Re: Which os to choose?
« Last post by overseer on June 27, 2025, 01:27:53 PM »You do want MariaDB 10.11.13 (an LTS version), not the crusty EOL 10.5 installed by default.
https://www.alphagnu.com/topic/23-upgrade-mariadb-1011-in-cwp-centos-7-centos-8-stream-almalinux-78-rockylinux-78/#comment-25
Good to hear the login.defs is getting handled by default now, otherwise you would not be able to log in to CWP.
https://www.alphagnu.com/topic/23-upgrade-mariadb-1011-in-cwp-centos-7-centos-8-stream-almalinux-78-rockylinux-78/#comment-25
Good to hear the login.defs is getting handled by default now, otherwise you would not be able to log in to CWP.