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.
211
DKIM / Re: Your message is not signed with DKIM
« on: November 23, 2024, 06:29:03 AM »
How did you send your test email ? Was it sent using Roundcube, some php script in your account or local mail application like Thunderbird ?
212
Installation / Re: installation of ssl for admin section
« on: November 22, 2024, 04:25:12 PM »
You say you added the record name.domain.com and issued the ssl for name.domain.com. So use name.domain.com to access the admin and user level panels.
213
CentOS-WebPanel Bugs / Re: I can't create / add new e-mail on my CWP
« on: November 22, 2024, 12:33:36 PM »
You need to create at least one user account with the domain name to be able to manage the email addresses.
Also, email account isn't just records in the postfix database. The mailbox structure and emails are physically located in the folder /var/vmail/
So you need to copy content of /var/vmail/ from the old server to the new server with access permission preserved.
Also, email account isn't just records in the postfix database. The mailbox structure and emails are physically located in the folder /var/vmail/
So you need to copy content of /var/vmail/ from the old server to the new server with access permission preserved.
214
CentOS-WebPanel Bugs / Re: I can't create / add new e-mail on my CWP
« on: November 22, 2024, 10:27:26 AM »
Create an user account with a domain name you want to use, log into the user account and try to create an email account (address) there.
215
Installation / Re: installation of ssl for admin section
« on: November 22, 2024, 08:52:26 AM »
You can use just one SSL issued for the hostname of your server. So make sure the hostname of your server is valid, pointed to the main IP address of your server. If everything looks good then try to get the SSL for the hostname:
https://forum.centos-webpanel.com/how-to/(tutorial)-how-to-install-ssl-on-hostname/
When the SSL for the hostname is installed you will be able to access the admin and user level control panels via:
https://hostname.com:2087
https://hostname.com:2083
https://forum.centos-webpanel.com/how-to/(tutorial)-how-to-install-ssl-on-hostname/
When the SSL for the hostname is installed you will be able to access the admin and user level control panels via:
https://hostname.com:2087
https://hostname.com:2083
216
Nginx / Re: 502 Bad Gateway error after updating nginx
« on: November 22, 2024, 08:43:30 AM »
Hi,
How did you upgrade Nginx ? Can you provide more details ? Did you remove nginx and then install it ? What is your webconfig (nginx+php-fpm, nginx+apache+php-fpm, etc) ? Did you try to rebuild virtual host configs ?
How did you upgrade Nginx ? Can you provide more details ? Did you remove nginx and then install it ? What is your webconfig (nginx+php-fpm, nginx+apache+php-fpm, etc) ? Did you try to rebuild virtual host configs ?
217
PHP Selector / Re: Cannot update php version
« on: November 20, 2024, 08:15:05 AM »
Reconfigure yum to retrieve the CentOS packages from the Vault repository:
https://www.nux.ro/Enable_vault_repositories_on_CentOS7/
then do:
but don't expect to get the latest server software.
If it is ok for you to reinstall the server to use some current centos alternative then I recommend to use Almalinux 8 or 9. Almalinux is supported by CWP.
https://www.nux.ro/Enable_vault_repositories_on_CentOS7/
then do:
Code: [Select]
yum clean all
yum update
but don't expect to get the latest server software.
If it is ok for you to reinstall the server to use some current centos alternative then I recommend to use Almalinux 8 or 9. Almalinux is supported by CWP.
218
CentOS 7 Problems / Re: Problems with webmail
« on: November 18, 2024, 05:07:09 PM »
1. Ok, then check the following files:
2. Additionally, make sure the A/AAAA(IPv6)/CNAME records of webmail.DOMAIN.COM point the visitor to the correct ip/host.
3. Make sure there are no problems with the DNS resolver used by your computer.
Code: [Select]
/usr/local/apache/domlogs/DOMAIN.COM.error.log
/usr/local/cwpsrv/logs/error_log
to find why the commention can't be established (webmail inaccessible).2. Additionally, make sure the A/AAAA(IPv6)/CNAME records of webmail.DOMAIN.COM point the visitor to the correct ip/host.
3. Make sure there are no problems with the DNS resolver used by your computer.
219
CentOS 7 Problems / Re: Problems with webmail
« on: November 18, 2024, 02:13:22 PM »
When it happens run:
as root in shell of your server. Replace XXX.XXX.XXX.XXX with your WAN IP address and check if you get your WAN IP in output. If the WAN IP is there then it means your IP is blocked by the firewall for some reason.
Code: [Select]
csf -g XXX.XXX.XXX.XXX
iptables -L -n | grep XXX.XXX.XXX.XXX
as root in shell of your server. Replace XXX.XXX.XXX.XXX with your WAN IP address and check if you get your WAN IP in output. If the WAN IP is there then it means your IP is blocked by the firewall for some reason.
220
Information / Re: Some question about CWP
« on: November 18, 2024, 09:15:47 AM »
CWP operates with 3 types of users.
root - is the default admin. It has the highest level of access and can manage all aspects of the system (install/uninstall system software, change system settings, et, create resellers/regular users). root has access to each account on the server. However, there is no option to add/remove domains to root account for security reason.
reseller - this type of users can create/remove extra user accounts, has access to the accounts created by the reseller. It can't manage system settings, install/uninstall server side software or change system settings.
regular users - regular users have lowest level of access. They can manage their own account only (add/remove email accounts, domains, etc).
So you need to create at least one user level account to manage the websites. If all websites belong to you then you are free to create just one account and manage all websites through one account. However, it is better to create separate user level account for each website. If the websites are managed by different users then create extra account for each user.
root - is the default admin. It has the highest level of access and can manage all aspects of the system (install/uninstall system software, change system settings, et, create resellers/regular users). root has access to each account on the server. However, there is no option to add/remove domains to root account for security reason.
reseller - this type of users can create/remove extra user accounts, has access to the accounts created by the reseller. It can't manage system settings, install/uninstall server side software or change system settings.
regular users - regular users have lowest level of access. They can manage their own account only (add/remove email accounts, domains, etc).
So you need to create at least one user level account to manage the websites. If all websites belong to you then you are free to create just one account and manage all websites through one account. However, it is better to create separate user level account for each website. If the websites are managed by different users then create extra account for each user.
221
Suggestions / Re: :):):) Comodo WAF rules update required :):):)
« on: November 16, 2024, 07:18:58 PM »
When does it happen ? After the CWP update or some other action ?
As a test update the rules, then run cwp update:
As a test update the rules, then run cwp update:
Code: [Select]
/scripts/update_cwp
and then check if the rules version stay intact.
222
Suggestions / Re: :):):) Comodo WAF rules update required :):):)
« on: November 16, 2024, 04:36:31 PM »
Try to disable the mod_security rule 218500 by adding the following lines into .htaccess located in the document root of the website(s):
OR
If you want to disable the rule globally (for all websites) then put the line:
/usr/local/apache/modsecurity-owasp-old/global_disabled_rules.conf
and then restart Apache/HTTPD.
Code: [Select]
<IfModule mod_security2.c>
SecRuleRemoveById 218500
</IfModule>
OR
If you want to disable the rule globally (for all websites) then put the line:
Code: [Select]
SecRuleRemoveById 218500
into the file:/usr/local/apache/modsecurity-owasp-old/global_disabled_rules.conf
and then restart Apache/HTTPD.
223
CentOS 7 Problems / Re: Problems with webmail
« on: November 16, 2024, 11:56:06 AM »I'm having a problem on my server where webmail is becoming inaccessible from time to time.
What error message does your browser show when the problem appears ?
224
Information / Re: Centos Pro
« on: November 12, 2024, 08:50:59 AM »
Log into the billing area:
https://support.centos-webpanel.com/index.php?rp=/login
You will be able to update the IP address there or open a ticket in billing and ask to change the IP for you.
https://support.centos-webpanel.com/index.php?rp=/login
You will be able to update the IP address there or open a ticket in billing and ask to change the IP for you.
225
CentOS Configuration / Re: How to change IP address to domain
« on: November 12, 2024, 08:48:54 AM »
Just create an account on your VPS with the domain name you want to use, point the domain name to your VPS and then you will be able to access CWP over the URLs like:
https://yourdomain.com:2083/
https://yourdomain.com:2087/
https://yourdomain.com:2083/
https://yourdomain.com:2087/