Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Starburst

Pages: 1 [2] 3 4 ... 98
16
How to / Re: Installing ARC on ALMA 8/9
« on: June 30, 2025, 12:53:18 AM »
Thanks all.

I think I'll have to research it further when I get some time (the WHM servers I manage all have ARC without any set up required). Was hoping for an easy fix & although Netino's guide looks great I wanted to retain SpamAssassin & CWP defaults.

@6Sense

I can understand that.

But as you can see from the screenshot above, we have ARC enabled.
Just have to add 4 lines to the bottom of main.cf

17
Information / Re: Past Due Changelogs
« on: June 30, 2025, 12:44:19 AM »
Changelogs are very minor.
They are working on getting EL9 stable, so they can already start on EL10.

cPanel & Plesk will always to high, they have been around for 25 + years, and people are use to them, and some people don't like change.

I would rate them to:

1. cPanel (But high Cost)
2. Plesk (Same - High Cost, and then nickel & dime you to death with plugins)
3. Webuzo (Again - Cost)
4. CWP
5. ISPConfig
6. ISPManager
7. VestaCP
8. DirectAdmin
9. VirtualMin (Webmin's cousin)
10. Ajenti 2 (Looks like it has some promise)

18
This is on AL9, which I believe has CWP PHP 7.4.
But the paths show 7.1.

Only location that had the intl.so in was:
Quote
/usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20170718/intl.so

Copied it over to:
/usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902

Both:
Quote
/usr/local/src/intl-3.0.0/.libs/
/usr/local/src/intl-3.0.0/modules/
where empty.

Trying to rebuild PHP now.

Only server to be having this problem.
And it only showed when updating RoundCube to 1.5.11.

You run a PHP module check with php -m, and it lists intl.
php -v doesn't show any errors either.

19
Mod_Security / Re: OWASP CRS v4.15.0 Just Release
« on: June 30, 2025, 12:07:57 AM »
What happened to the configuration I did on your server on 2025-06-27?
Everything was working fine.
ModSecurity 2.9.8 was installed, and so was the OWASP CRS 4.15.0 ruleset.

Your configuration paths aren't showing how they where set.
Quote
Include /usr/local/apache/modsecurity-rules/custom-rules/startup/*.conf
Include /usr/local/apache/modsecurity-rules/owasp-crs/coreruleset-4.15.0/crs-setup.conf
Include /usr/local/apache/modsecurity-rules/custom-rules/before/*.conf
Include /usr/local/apache/modsecurity-rules/owasp-crs/coreruleset-4.15.0/rules/*.conf
Include /usr/local/apache/modsecurity-rules/custom-rules/after/*.conf

/modsecurity-rules/custom-rules/before/global_disabled_rules.conf
has rules needed by CWP.
Unless you moved them to the path you are showing now.

Your welcome to tweak things if you want, but just note it's easy to break things in ModSecurity.

20
PHP / PHP Warning: PHP Startup: Unable to load dynamic library 'intl'
« on: June 28, 2025, 11:40:09 PM »
You know it's usually bad when I ask a question.

Getting the error:
Quote
PHP Warning:  PHP Startup: Unable to load dynamic library 'intl' (tried: /usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902/intl (/usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902/intl: cannot open shared object file: No such file or directory), /usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902/intl.so (/usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902/intl.so: cannot open shared object file: No such file or directory)) in Unknown on line 0

Intl is now built-in to PHP, tried building PHP even without the extension, and am still getting the error, which is weird.

Anyone have any thoughts?

@cyberspace

21
Installation / Re: Which os to choose?
« on: June 28, 2025, 10:03:58 AM »
Just keep the server updated with updates using:
Code: [Select]
dnf --refresh update
If you are going to use Apache, just make sure it the latest version, as well as the ionCube loaders.
CWP only install 12.x, and 14.4.1 is the current version out.

Use the CWP Wiki and Forums (here).

Gotta toot my own horn, you also can use Knowledge Bases like starburst.help, and I think InMotion has a good CWP KB.
Another great source is AlphaGNU.com

22
How to / Re: Installing ARC on ALMA 8/9
« 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

23
Installation / Re: Which os to choose?
« 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.

24
Installation / Re: Which os to choose?
« on: June 27, 2025, 02:32:29 PM »

25
How to / Re: Installing ARC on ALMA 8/9
« on: June 27, 2025, 02:26:19 PM »

26
Mod_Security / Re: OWASP CRS v4.15.0 Just Release
« on: June 26, 2025, 09:14:33 PM »
Did you follow the initial link at the top of the article and update ModSecurity to 2.9.8?
https://starburst.help/control-web-panel-cwp/modsecurity-running-with-control-web-panel/update-modsecurity-2-9-8-running-cwp-and-apache-on-almalinux-8-9/

From your screen shot, it looks like you stopped somewhere before Step 8.

In your owasp.conf, you want it to have those only those 3 lines listed:

Include /usr/local/apache/modsecurity-rules/owasp-crs/coreruleset-4.12.0/crs-setup.conf
Include /usr/local/apache/modsecurity-rules/owasp-crs/coreruleset-4.12.0/rules/*.conf
Include /usr/local/apache/modsecurity-rules/custom-rules/global_disabled_rules.conf

I can login and do this real quick if you want.

27
Installation / Re: I don't receive a single message from root..??
« on: June 26, 2025, 08:46:45 PM »
If you system has a problem with localhost, you force it with 127.0.0.1
It's says, "If you are having problem with Step 4, change the ending to:"

I'll update that to say REPLACE the 4 lines in Step4 with.

milter_protocol = 6, is the default. So where it's there or not doesn't matter, it's just to make sure.

non_smtpd_milters = $smtpd_milters, just redirects it to look at $smtpd_milters, or to be safe you can specify that line again. Just like milter_protocol.

--

I looked at Postfix.

CWP put the line in main.cf under #network settings, when it builds/re-builds the mail server.
Checked all of our servers, and it says "mydestination = $myhostname = name.hostname.com'

Not sure why CWP does that, as it's redundant, and just replaces $myhostname on that line.

While the line smtp_helo_name = $myhostname, I had entered manually.

@overseer, what does your servers look like for that line?

28
Installation / Re: I don't receive a single message from root..??
« on: June 25, 2025, 09:17:17 PM »
Glad you got it working.
I received the CLI tests and so did mail-tester.com

But that is odd, only things that where added to main.cf where:

UNDER (# rules restrictions):
smtp_helo_name = $myhostname

Step 4 of https://starburst.help/control-web-panel-cwp/control-web-panel-cwp-admin-tutorials/dkim-not-working-on-almalinux-9-with-cwp/
Was also added to the bottom:

milter_default_action = accept
milter_protocol = 6
smtpd_milters = inet:localhost:8891
non_smtpd_milters = inet:localhost:8891

Those are the same as our servers.  ???

29
CSF Firewall / Re: CSF would not block custom port for SSH
« on: June 25, 2025, 09:11:07 PM »
Make sure you updated your TCP_IN in csf.conf to remove 22, and add the custom port you are using.

30
Installation / Re: Which os to choose?
« on: June 25, 2025, 09:09:36 PM »
CWP recommends AlmaLinux 8.x, problem with that is it's in it's 'Security Support" phase until May 2029.

AlmaLinux 9.x works fine with CWP, as long as you don't need PHP lower than 7.4.x and/or don't need the migration tool (that's still buggy)

Pages: 1 [2] 3 4 ... 98