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.
106
CentOS 8 Problems / Re: Can not install CWP 8 on Rockylinux 8 or Almalinux 8
« on: February 06, 2025, 05:08:37 PM »
MariaDB 10.4 is EOL and not supported anymore. Try to add MariaDB 10.6 repository to /etc/yum.d/ and then make new attempt to install MariaDB.
Create the file:
/etc/yum.repos.d/mariadb.repo
with the following content:
Create the file:
/etc/yum.repos.d/mariadb.repo
with the following content:
Code: [Select]
[mariadb]
name = MariaDB
baseurl = https://mirror.mariadb.org/yum/10.6/almalinux8-amd64/
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1
and then try to install CWP again.
107
E-Mail / Re: 550 No such recipient here
« on: February 06, 2025, 04:57:53 PM »
It could be caused by a wrong MX record. Make sure your domain name uses correct nameservers and they point incoming emails to your server (MX record look at your server).
If the MX record is ok then check other things mentioned by Starburst. However, start from investigating the MX record.
If the MX record is ok then check other things mentioned by Starburst. However, start from investigating the MX record.
108
E-Mail / Re: Process email queue individualy
« on: February 06, 2025, 04:45:32 PM »
Check mail logs:
/var/log/maillog
using mailID. Mail ID can be obtained from the mail headers of the undelivered email or check the logs for recipient's/sender's email addresses.
/var/log/maillog
using mailID. Mail ID can be obtained from the mail headers of the undelivered email or check the logs for recipient's/sender's email addresses.
109
CentOS-WebPanel Bugs / Re: Can't login as root in admin panel after OS update
« on: February 04, 2025, 04:18:41 PM »
Boot your VPS/Server in "single user"/"rescue" mode and check logs:
/var/log/message
/var/log/secure
to investigate the problem.
Make sure you finished the OS upgrade process successfully and all RPMs are compatible with the current OS installed on your VPS/server.
/var/log/message
/var/log/secure
to investigate the problem.
Make sure you finished the OS upgrade process successfully and all RPMs are compatible with the current OS installed on your VPS/server.
111
Nginx / Re: How to update NGINX version to version 1.26.2
« on: February 04, 2025, 09:27:09 AM »
The module Brotli used by previous version of NGINX is incompatible with newer NGINX version. You need to disable the module Brotli or recompile it from sources agains the new NGINX version or find another 3rd party nginx repository with Brotli module for Nginx.
To recompile the module again the new NGINX version you need to recompile NGINX too.
To recompile the module again the new NGINX version you need to recompile NGINX too.
112
Information / Re: Blocked in Buenos Aires
« on: February 02, 2025, 11:53:24 PM »
I live in Ukraine and I get "forbidden" when I try to review the posts/threads as guest. However, the problem disappears once I log in. I assume it is some kind of protection against bots/spammers.
113
SSL / Re: Connection could not be established with host "ssl://IP"
« on: February 02, 2025, 11:44:31 PM »
Use hostname of the server as the SMTP host/server (not IP address) OR disable certificate verification in your script.
114
E-Mail / Re: Process email queue individualy
« on: February 01, 2025, 11:25:17 AM »
Hi,
CWP doesn't have so wide spectrum of features like cPanel. However, you can manage emails from the command prompt (shell). How ? Look at the page:
https://wiki.centos-webpanel.com/postfix-mail-server-commands
CWP doesn't have so wide spectrum of features like cPanel. However, you can manage emails from the command prompt (shell). How ? Look at the page:
https://wiki.centos-webpanel.com/postfix-mail-server-commands
115
CentOS-WebPanel Bugs / Re: Wrong permission for folders or files
« on: January 31, 2025, 10:43:31 PM »
Don't see any problems. The same CWP version:
Logged into the user level panel, uploaded a .zip file then extracted all files. Access permissions look good:
Files - 644
Folders - 755
Owner and group are correct.
In my opinion the access permissions are preserved when you extract the files from any archive. So extract the files from the same archive using GUI (FileManager) and unzip in shell then compare access permissions.
Code: [Select]
# /scripts/cwp_version
0.9.8.1190
Logged into the user level panel, uploaded a .zip file then extracted all files. Access permissions look good:
Files - 644
Folders - 755
Owner and group are correct.
In my opinion the access permissions are preserved when you extract the files from any archive. So extract the files from the same archive using GUI (FileManager) and unzip in shell then compare access permissions.
116
CentOS-WebPanel Bugs / Re: Wrong permission for folders or files
« on: January 31, 2025, 11:43:52 AM »
How do you upload and extra the .zip files ? Can you please shed light on this ?
117
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 30, 2025, 09:34:42 AM »
As for the error:
Take a look at the provided error and then read this file:
As for the big text files:
Use command prompt/shell. To open/review big file you can use "less", "vi", "ee", "cat", "grep", etc instead of single option provided by GUI. Сommand prompt must be your best friend if you consider yourself as the system administrator not as the experienced linux user.
Take a look at the provided error and then read this file:
Code: [Select]
/etc/dovecot/conf.d/10-ssl.conf
Don't be afraid to ask google when CWP community is silent or you can't resolve the problem yourself.As for the big text files:
Use command prompt/shell. To open/review big file you can use "less", "vi", "ee", "cat", "grep", etc instead of single option provided by GUI. Сommand prompt must be your best friend if you consider yourself as the system administrator not as the experienced linux user.
118
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 29, 2025, 06:19:00 PM »
1. Did you check if the secure mail ports are listed by mail services (postfix, dovecot) ?
2. Check the mail logs on your server to investigate the problem:
/var/log/maillog
/var/log/dovecot.log
2. Check the mail logs on your server to investigate the problem:
/var/log/maillog
/var/log/dovecot.log
119
Problems on other RedHat linux servers / Re: daily "Anacron" messages?
« on: January 24, 2025, 10:40:04 AM »
Install Perl modules to solve the errors.
The messages marked as "NOTICE" aren't errors.
The messages marked as "NOTICE" aren't errors.
120
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.