Recent Posts

Pages: 1 ... 4 5 [6] 7 8 ... 10
51
How to / Re: Installing ARC on ALMA 8/9
« Last post by Starburst on June 28, 2025, 01:11:20 AM »
I just looked at a test email from our domain name to a google account, and it has ARC headers.  :o


FOIA - I'll see your header, and raise you a Sharpie...  ;D

And I'm not using rspamd or OpenARC
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
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
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 »
56
Installation / Re: Which os to choose?
« Last post by Starburst on June 27, 2025, 02:32:29 PM »
57
How to / Re: Installing ARC on ALMA 8/9
« Last post by Starburst on June 27, 2025, 02:26:19 PM »
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.
Pages: 1 ... 4 5 [6] 7 8 ... 10