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 ... 79
1
AlmaLinux's default install doesn't have telnet.
telnet testing is done FROM your computer (a proper desktop linux? macOS?) TO your AlmaLinux server. No need to install it on AlmaLinux.

2
Various caching schemes are in play, but shouldn't affect anything in this case.

Have you tried testing your server with telnet and see if you can get through the firewall and services are listening (postfix)?
Code: [Select]
telnet your.domain.com 25
telnet your.domain.com 465
telnet your.domain.com 587

3
Installation / Re: More info about apps please?
« on: January 22, 2025, 09:35:24 PM »
Great, glad you're human! Your messages seemed to be, but the signature "this" with the Cialis link was throwing me off!

I do everything in the CWP Admin panel (requiring root access). The User panels on my servers are little used, as the clients lean on me to do most of the legwork. But at least they can change e-mail PW if they need to.

4
This has been addressed previously:
https://opentechy.com/how-to-fix-gdbus-errororg-freedesktop-policykit1-error-failed/

Or simply:
Code: [Select]
mount proc -o remount,hidepid=0
systemctl restart polkit.service

(Also consider upgrading to AlmaLinux 8 or 9.)

5
Installation / Re: More info about apps please?
« on: January 22, 2025, 04:48:57 PM »
Are you a bot or human? Why does your signature have an advertisement for Cialis?

6
CentOS 9 Problems / Re: Can not login to CWP after changed vps password
« on: January 21, 2025, 05:36:03 AM »
What type of system does your VPS use (Proxmox, KVM, etc)? I find it hard to believe that changing your VPS password with a VPS control panel would also change your CWP root password!

7
Updates / Re: How to stop update notifications for non existent updates?
« on: January 19, 2025, 11:31:28 PM »
You shouldn't need an explicit crontab, as the daily jobs fire off if they are in place in that dir and have the proper permissions. But if you want an explicit root cron job, make sure you trigger it **after** the CWP daily anacron tasks.
Code: [Select]
0 5,12 * * * /usr/bin/yum -y update --security > /dev/null 2>&1

8
Updates / Re: How to stop update notifications for non existent updates?
« on: January 19, 2025, 06:35:27 PM »
This runs after the daily cwp task:
/etc/cron.daily/yum
Code: [Select]
#!/bin/sh
/usr/bin/yum -y update --security

9
Updates / Re: How to stop update notifications for non existent updates?
« on: January 19, 2025, 05:29:45 AM »
I added yum -y update to the daily cron and haven't looked back -- no update notices. Now I only get PHP build notices and the monthly nag about CWP Secure Kernel (which I have no use for). You could do the same with dnf on EL8/EL9.

10
Problems on other RedHat linux servers / Re: rDNS/PTR = FAILED...
« on: January 18, 2025, 06:42:58 PM »
You need forward and reverse DNS, both agreeing in order to be considered a valid sending source for other servers to accept mail. It should not be tied to a particular user account. What is the server's FQDN?

11
Def. an encryption problem -- not able to establish a secure connection. Is your Roundcube still set for defaults? Is it checking with SSL/TLS or STARTTLS? Roundcube checks the localhost, but mail ports may not be open for remote connections. What CSF ports do you have open for mail? Incoming: 143, 993, 995? Outgoing: 25, 465, 587?

12
PHP Selector / Re: Support for PHP 8.4
« on: January 17, 2025, 06:20:57 PM »
https://php.watch/versions
8.4 was released 11/21/2024 -- so not long in this world. Be patient, CWP support will come!
(Personally, I live toward the tail end of support, so things are not bleeding edge or tend to have vulnerabilities, but are still actively supported before EOL.)

13
Problems on other RedHat linux servers / Re: Excessive resource usage....
« on: January 16, 2025, 05:12:21 AM »
You can tame these notices easily -- add to /etc/csf/csf.pignore
https://www.knownhost.com/kb/common-csf-lfd-false-positives-and-how-to-stop-the-notifications/

14
Installation / Re: PHP-FPM on AlmaLinux 9
« on: January 16, 2025, 12:19:58 AM »
No, not really with a caustic attitude like that.

15
CWP to CWP Migration still has issues in AlmaLinux 9 (CWP for EL9 is still in beta).
Can you migrate to an AlmaLinux 8 server (which is still supported till the end of the decade)? Then you could upgrade to AlmaLinux 9 if you so desired.

Pages: [1] 2 3 ... 79