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 2 [3] 4 5 ... 99
31
Information / Re: Weird Ownership conflicts with cli
« on: June 18, 2025, 12:23:42 AM »
Should be username:username, 755 permissions. r00t should not own any public HTML directories.

32
E-Mail / Re: SpamHause x SpamAssassin
« on: June 17, 2025, 09:34:59 PM »
Not really any steps apart from integrated it in your / etc / postfix / main.cf:
Code: [Select]
smtpd_recipient_restrictions =
        #check_policy_service inet:127.0.0.1:10031,
        permit_sasl_authenticated,
        permit_mynetworks,
        check_client_access hash:/etc/postfix/sender_whitelist,
        check_client_access hash:/etc/postfix/sender_blacklist,
        check_client_access hash:/etc/postfix/rbl_override,
        reject_unauth_destination,
        reject_non_fqdn_sender,
        reject_non_fqdn_recipient,
        reject_unknown_recipient_domain,
        reject_rbl_client YOURDQAPIKEYHERE.zen.dq.spamhaus.net=127.0.0.[2..11],
        reject_rbl_client cn.country.spameatingmonkey.net,
        reject_rbl_client kp.country.spameatingmonkey.net,
        reject_rbl_client ng.country.spameatingmonkey.net,
        reject_rbl_client ru.country.spameatingmonkey.net,
        reject_rbl_client tr.country.spameatingmonkey.net

34
Installation / Re: Broken uninstallable packages
« on: June 14, 2025, 05:20:55 PM »
AlmaLinux 8 or 9? Please follow the directions (above) to update MariaDB to the latest LTS stable supported version.

35
Installation / Re: Broken uninstallable packages
« on: June 14, 2025, 04:55:35 PM »
CWP is actively supported and updated, no issues there. EL8 is actively supported and EL9 distributions are in beta support (generally working fine but CWP Migration does not work.

I assume you are running CentOS 7? It is beyond EOL (end of life), so it is not supported and updates are dried up. You will have to change your repositories to the archived "vault" versions:
https://www.alphagnu.com/topic/534-fix-centos-7-repo-due-to-eol-could-not-retrieve-mirrorlist/

Also update MariaDB to a current LTS version:
https://www.alphagnu.com/topic/23-upgrade-mariadb-1011-in-cwp-centos-7-centos-8-stream-almalinux-78-rockylinux-78/

36
E-Mail / Re: incoming email not getting delivered
« on: June 14, 2025, 02:23:32 PM »
Good, good -- those are basic steps to resolving mail issues. Do you also have a PTR (reverse DNS) record with your host? It is a key that legitimizes your server. Also, ARC is going to become a big sticking point soon.
https://blog.mystrika.com/arc/

37
Updates / Re: CWP Update?
« on: June 13, 2025, 07:10:42 PM »
Starburst is only rolling out new Alma 9 servers, no more EL8-based servers. Only a few tweaks to get started and beware that CWP -> CWP Migration does not work.
And this is an immediate needed fix in order to login as root or anyone:
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.

38
How to / Re: [Howto] Install Rspamd
« on: June 12, 2025, 06:26:29 PM »
Netino, what's your average daily mail message volume?

39
10.11.11 is part of the 10.11 LTS stable branch, so perfectly suitable for production use.
10.11.13 is still part of the LTS branch and the latest available, having all the bug fixes and improvements the MariaDB developers have included. So probably the best choice currently unless you need the newer features of the 11.x branch, in that case 11.4 LTS.

40
E-Mail / Re: Extending CWP with nextCloud
« on: June 07, 2025, 11:13:35 AM »
Nextcloud is good, but I prefer it as a standalone box rather than as CWP integration. CWP is an LAMP/LEMP server, good for web hosting. I see personal clouds as good for a DIY home lab or inexpensive co-location. I've always found VPS memory lacking and storage too pricey.

41
Haven't heard of any resolution. Anything needing migration needs to be to an Alma 8 target. Can you just upgrade from 8 -> 9 on the same box?

42
You saw this module? Not quite sure what your requirements are...
https://github.com/pro-cms/cwp-git-deployer

43
Suggestions / Re: SSH Key generation for domain users
« on: June 06, 2025, 12:43:50 PM »
Enable shell access for the user account (note that I only do this sparingly and as specially requested).
Then create a key pair from the CLI:
https://www.ssh.com/academy/ssh/keygen

44
Did you enable shell access for the user account?

45
Kind of figured that was the case. Wondering if it was an overly hungry pattern match trying to lock down .log files -- catching anything ending in -log = blog.

Pages: 1 2 [3] 4 5 ... 99