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.
1
CentOS-WebPanel Bugs / Re: abcdefg.php file server error 500
« on: January 22, 2025, 12:42:53 AM »
Looks like IonCube related problem. Try:
Additionally, make sure the website is compatible with PHP version assigned to the website/account.
Code: [Select]
/scripts/update_ioncube
Additionally, make sure the website is compatible with PHP version assigned to the website/account.
2
Problems on other RedHat linux servers / Re: rDNS/PTR = FAILED...
« on: January 19, 2025, 02:19:33 PM »
If everything is correct then the RDNS of the primary IP assigned to your VPS/Server is good and there is no problem with the RDNS/PTR or... you missed something.
3
Problems on other RedHat linux servers / Re: I can send and receive messages via the web, but it doesn't work through the...
« on: January 19, 2025, 09:33:40 AM »
You have another thread associated with the RDNS/PTR problem. Please continue conversation through:
https://forum.centos-webpanel.com/problems-on-other-redhat-linux-servers/rdnsptr-failed-14517/msg50048
to avoid confusion.
https://forum.centos-webpanel.com/problems-on-other-redhat-linux-servers/rdnsptr-failed-14517/msg50048
to avoid confusion.
4
Problems on other RedHat linux servers / Re: rDNS/PTR = FAILED...
« on: January 19, 2025, 09:29:56 AM »
Review this post to get details how to check and diagnose RDNS/PTR related problems:
http://forum.centos-webpanel.com/dns/help-with-rdns/msg49130/#msg49130
http://forum.centos-webpanel.com/dns/help-with-rdns/msg49130/#msg49130
5
Problems on other RedHat linux servers / Re: daily "Anacron" messages?
« on: January 16, 2025, 07:11:25 PM »
Additionally, run the command listed below:
it will solve one more error associated with the perl modules.
Code: [Select]
dnf -y install perl-English
it will solve one more error associated with the perl modules.
6
Problems on other RedHat linux servers / Re: daily "Anacron" messages?
« on: January 16, 2025, 10:34:51 AM »
Run this command as root in shell of your server:
it will install the perl module diagnostics and then the first error from the output at your screenshot will disappear.
Code: [Select]
dnf -y install perl-diagnostics
it will install the perl module diagnostics and then the first error from the output at your screenshot will disappear.
7
E-Mail / Re: Email server counting more sent than received
« on: January 16, 2025, 09:41:54 AM »
When someone sends an email to you (email address hosted on your CWP server) the email is received by the mail daemon (postfix) then the mail system/daemon relays the email to the antispam system and then the antispam system returns the email to the mail daemon (postfix) for final delivery (recipient). That is why the one single email could look like two emails (one from the original sender, one from antispam system).
I recommend you to read the doc:
https://www.postfix.org/OVERVIEW.html
to learn how postfix deliver emails.
I recommend you to read the doc:
https://www.postfix.org/OVERVIEW.html
to learn how postfix deliver emails.
8
Problems on other RedHat linux servers / Re: Excessive resource usage....
« on: January 16, 2025, 09:18:36 AM »
I use CWP with AlmaLinux 8 on production servers only. AlmaLinux 9 with CWP is used for testing purposes only.
Anyway, make the changes as described in the previous post and see if you get new alerts.
Anyway, make the changes as described in the previous post and see if you get new alerts.
9
Problems on other RedHat linux servers / Re: Excessive resource usage....
« on: January 16, 2025, 08:19:56 AM »10
Installation / Re: PHP-FPM on AlmaLinux 9
« on: January 16, 2025, 12:53:28 AM »
The last lines of log demonstrated by you don't show any errors. It could happen if there were more than one compilation process (make -jX) . So if some job failed the other processes could work still and show no errors. Check the whole log closely to investigate the problem. It could not just disappear.
11
Problems on other RedHat linux servers / Re: I can send and receive messages via the web, but it doesn't work through the...
« on: January 16, 2025, 12:44:42 AM »
Do you get some errors when you try to send/receive emails using local mail application ? If not then check the mail logs to investigate what happens with your incoming/outgoing emails.
12
Problems on other RedHat linux servers / Re: Excessive resource usage....
« on: January 16, 2025, 12:43:21 AM »
Hi,
Show the whole message received by you.
Show the whole message received by you.
13
CSF Firewall / Re: cannot enter 2083 using putty
« on: January 16, 2025, 12:42:32 AM »
The port 2083 is used by the user level CWP panel. It accepts HTTPS connections and doesn't accept SSH connections.
In case you want to access the server as a regular user (not root) over SSH then you need to use the port 22 as @overseer mentioned.
In case you want to access the server as a regular user (not root) over SSH then you need to use the port 22 as @overseer mentioned.
14
CentOS-WebPanel Bugs / Re: [FIX] user panel login is not working
« on: January 14, 2025, 08:17:20 PM »
The certificate files generated for the server's hostname are:
/etc/pki/tls/certs/hostname.bundle
/etc/pki/tls/private/hostname.key
/etc/pki/tls/certs/hostname.bundle
/etc/pki/tls/private/hostname.key
15
E-Mail / Re: Email server counting more sent than received
« on: January 14, 2025, 05:21:25 PM »
Hi,
It looks fine for me. According to the logs your email comes through the antispam system (amavis/spamd). If the message isn't blocked by the antispam system then it is accepted by the mail system again and it sends the email to the destination mail host.
It looks fine for me. According to the logs your email comes through the antispam system (amavis/spamd). If the message isn't blocked by the antispam system then it is accepted by the mail system again and it sends the email to the destination mail host.