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.
121
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.
122
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.
123
Problems on other RedHat linux servers / Re: Excessive resource usage....
« on: January 16, 2025, 08:19:56 AM »124
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.
125
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.
126
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.
127
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.
128
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
129
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.
130
Problems on other RedHat linux servers / Re: Clamav / AL 9
« on: January 14, 2025, 04:02:24 PM »
It means clamav is installed and mail system uses it to check emails for viruses/trojans.
131
CentOS 7 Problems / Re: Pure-FTP fails to run
« on: January 14, 2025, 01:32:32 PM »
This like could shed light on the problem:
Check paths, symlinks, etc. There could be something like "loop".
Code: [Select]
Jul 18 01:15:54 fez systemd: Can't open PID file /var/run/pure-ftpd.pid (yet?) after start: Too many levels of symbolic links
Check paths, symlinks, etc. There could be something like "loop".
132
Information / Re: Demo not work...
« on: January 14, 2025, 01:21:04 PM »Tested also, and works OK.
Demo is working for me too. I can access. There are no errors.
133
CentOS-WebPanel Bugs / Re: [FIX] user panel login is not working
« on: January 14, 2025, 01:19:33 PM »
do not work with Alma Linux 9...?!?
Do you get any errors ?
134
Problems on other RedHat linux servers / Re: Clamav / AL 9
« on: January 14, 2025, 01:16:34 PM »
Hi,
In shell (command prompt) of your server run the following commands as root:
The first command will show you if any binary packages associated with ClamAV are installed. You should see a few packages.
The second command shows if any clamav process is running currently. You should see "clamd" if clamav is running as daemon.
In shell (command prompt) of your server run the following commands as root:
Code: [Select]
rpm -qa | grep clam
ps auxc | grep clam
The first command will show you if any binary packages associated with ClamAV are installed. You should see a few packages.
The second command shows if any clamav process is running currently. You should see "clamd" if clamav is running as daemon.
135
Migration from other control panels / Re: CWP to CWP migration does not connect
« on: January 08, 2025, 11:37:20 PM »
Did you do it on both (source and destination) servers ?