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 - overseer

Pages: 1 ... 27 28 [29] 30 31 ... 127
421
Information / Re: Past Due Changelogs
« on: July 01, 2025, 03:44:48 PM »
DirectAdmin is also very expensive if you have any number of user accounts. A lot of this thread's ground was already covered in this other thread:
https://forum.centos-webpanel.com/informations/future-of-cwp/
shoulders put together this fairly comprehensive comparison of panels:
https://quantumwarp.com/kb/articles/64-cpanel/1001-cpanel-alternatives-and-linux-web-interfaces

Again, a lot of the downfall of each is high monthly cost, putting you right back into cPanel-land. Either that or they are young, unproven, or downright clunky (and some are eye gougingly ugly).

422
E-Mail / Re: Postfix, SpamAssassin, or something else
« on: July 01, 2025, 02:20:15 PM »
That message too is from LeaseWeb. Are they "bullet proof hosting" providers, or sympathetic to spammers? Report to their abuse system. This message uses a Polish hostname, and .pl is on many short lists of most spammy/hacky countries. You could block it if you had no need for Polish traffic on your server.

423
How to / Re: Installing ARC on ALMA 8/9
« on: July 01, 2025, 02:15:26 PM »
I've been using RBLmon, likewise a free tier:
https://rblmon.com

425
Information / Re: Past Due Changelogs
« on: June 29, 2025, 06:26:20 PM »
Still no viable alternative in my POV... unless you want to pay cPanel $$$ annually. (I could get away with it on one server, but another server has so many accounts as to put me in a $$/mo tier. I can put up with the lack of communication as long as we have a semi-solid product.

426
This is for the built-in CWP PHP (7.2 that is labeled 7.1)?
I have these files for intl (different dating than the version yours is calling):
Code: [Select]
/usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20170718/intl.so
/usr/local/src/intl-3.0.0/.libs/intl.so
/usr/local/src/intl-3.0.0/modules/intl.so

427
Mod_Security / Re: OWASP CRS v4.15.0 Just Release
« on: June 29, 2025, 02:20:57 PM »
Why do you quote your posts that are directly above with nothing new to add?

428
Installation / Re: I don't receive a single message from root..??
« on: June 29, 2025, 02:18:36 PM »
I don't have the directive on my CWP servers, nor on a dedicated server I maintain. These are the closest I have:
Code: [Select]
# smtpd_helo_restrictions
smtpd_helo_restrictions =
reject_invalid_helo_hostname,
reject_non_fqdn_helo_hostname
smtpd_helo_required = yes

429
How to / Re: [Howto] Install Rspamd
« 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 = [];

430
How to / Re: Installing ARC on ALMA 8/9
« 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 = [];

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

432
Mod_Security / Re: OWASP CRS v4.15.0 Just Release
« 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.

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

434
Installation / Re: I don't receive a single message from root..??
« on: June 26, 2025, 11:38:21 PM »
CWP systems are as you described, mydestination = $myhostname = name.hostname.com

On a dedicated server I maintain (non-CWP), it is more clasically set:
Code: [Select]
mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain, mail.$mydomain, host.domain.com, mail.domain.com

435
Installation / Re: Which os to choose?
« on: June 26, 2025, 02:42:50 PM »
For EL9, this is an immediate must do:
We are working on resolving this issue, a quick fix is ​​to go to this file
Code: [Select]
nano /etc/login.defs


and comment out the following line

Code: [Select]
SHA_CRYPT_MAX_ROUNDS 5000


to

Code: [Select]
#SHA_CRYPT_MAX_ROUNDS 5000

After this you can change the user's password from the cwp administration panel and you will be able to login.
[/quote]

Pages: 1 ... 27 28 [29] 30 31 ... 127