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
CentOS 9 Problems / Re: The mail-SSL doesn't work
« on: September 15, 2024, 10:02:03 PM »I want to use SSL, with port 587.1. Port 587: Short answer - STARTTLS. Read this:
https://en.wikipedia.org/wiki/Opportunistic_TLS
2. If you want to initiate SSL/TLS session explicitly then you need to use port 465.
3. If you want to do it over the port 587 then you have to reconfigure the mail server but it won't be the correct way.
CWP configures mail server correctly and provides correct mail settings in the user level control panel (see "Email accounts --> Email accounts")
122
CentOS 9 Problems / Re: The mail-SSL doesn't work
« on: September 15, 2024, 07:21:08 PM »
According to the provided log records there are no errors. The log records say the message from "
Your previous screeshot indicates you sends emails from the email address like "
Send one more email using your application/script and then check logs again to be sure you check the correct mail records.
Code: [Select]
root@vmi1911643.contaboserver.net
" was accepted and delivered to "Code: [Select]
root@vmi1911643.contaboserver.net
".Your previous screeshot indicates you sends emails from the email address like "
Code: [Select]
noreply@....
"Send one more email using your application/script and then check logs again to be sure you check the correct mail records.
123
CentOS 9 Problems / Re: The mail-SSL doesn't work
« on: September 15, 2024, 06:29:25 PM »
You use port 587 (unsecure SMTP). So you need to disable "SSL" support in your mail application. The mail session will be secured automatically after the command "STARTTLS" (see logs).
In case you want to explicit TLS session. Then you need to use the port 465.
In case you want to explicit TLS session. Then you need to use the port 465.
124
CentOS 9 Problems / Re: mod_security not allow to upload files
« on: September 15, 2024, 11:36:41 AM »
Make sure the rule is disabled, make a new attempt to upload the file and then check the error log file of the website:
if the new attempt fails.
Code: [Select]
/usr/local/apache/domlogs/domlogs/DOMAIN.COM.error_log
if the new attempt fails.
125
CentOS 9 Problems / Re: How to allow domain in firewall?
« on: September 14, 2024, 07:12:00 PM »
Just add the domain name with www and without into the file csf.dyndns one by line:
this will allow all traffic (incoming/outgoing, tcp/udp, all ports) to/from the hosts www.configserver.com,configserver.com, extra.configserver.com.
If the hosts from the file change ip periodically then change the line:
Code: [Select]
www.configserver.com
configserver.com
extra.configserver.com
this will allow all traffic (incoming/outgoing, tcp/udp, all ports) to/from the hosts www.configserver.com,configserver.com, extra.configserver.com.
If the hosts from the file change ip periodically then change the line:
Code: [Select]
DYNDNS = "0"
to something like:Code: [Select]
DYNDNS = "300"
(set your own value) in the file csf.conf. It instructs csf to check and whitelist the actual IP addresses of the hosts listed in csf.dyndns every 300 seconds.126
CentOS 9 Problems / Re: How to allow domain in firewall?
« on: September 14, 2024, 05:42:52 PM »127
Mod_Security / Re: MOD SECURITY issue on new CWP PRO INSTALLATION
« on: September 13, 2024, 09:22:26 PM »
The simplest way is to disable mod_security
The correct way is to check mod_security logs, identify the blocking rule and disable it or modify according to the requirements of your site. Look here:
https://wiki.centos-webpanel.com/mod_security-for-cwp
to learn how to do this.
The correct way is to check mod_security logs, identify the blocking rule and disable it or modify according to the requirements of your site. Look here:
https://wiki.centos-webpanel.com/mod_security-for-cwp
to learn how to do this.
128
Suggestions / Re: Brazilian Portuguese x Portugal Portuguse
« on: September 13, 2024, 06:52:35 PM »
If you found a bug then you need to submit the bug report here:
https://bugs.control-webpanel.com/login_page.php
https://bugs.control-webpanel.com/login_page.php
129
CSF Firewall / Re: When I turn on CSF Firewall, WireGuard (by weejewel/wg-easy) stops working.
« on: September 13, 2024, 05:34:11 PM »
I haven't use WireGuard (by weejewel/wg-easy) personally. So I don't know how it works exactly but when I checked the page:
https://github.com/wg-easy/wg-easy/tree/master?tab=readme-ov-file
I found the script uses Docker to run VPN. Therefore I recommend you to chech the section "Docker Settings" of the file:
https://github.com/wg-easy/wg-easy/tree/master?tab=readme-ov-file
I found the script uses Docker to run VPN. Therefore I recommend you to chech the section "Docker Settings" of the file:
Code: [Select]
/etc/csf/csf.conf
and make sure it is configured accordingly.
130
CSF Firewall / Re: When I turn on CSF Firewall, WireGuard (by weejewel/wg-easy) stops working.
« on: September 12, 2024, 06:33:31 PM »
Check the log file:
Code: [Select]
/var/log/messages
for the messages marked as "Firewall" and your WAN IP address (IP address you try to establish connection from) to identify the problem.
131
Suggestions / Re: Brazilian Portuguese x Portugal Portuguse
« on: September 12, 2024, 09:35:16 AM »
I don't think make files immutable is good solution because it could cause problem during updates too. As a soultion it is better to duplicate the necessary language and update the image file in the duplicate language pack.
Here is another thread about localizations:
https://forum.centos-webpanel.com/addons/language-edit/msg16725/
Hope it will help to perform the necessary task.
Here is another thread about localizations:
https://forum.centos-webpanel.com/addons/language-edit/msg16725/
Hope it will help to perform the necessary task.
132
CentOS-WebPanel Bugs / Re: Cannot Add Nat IP
« on: September 12, 2024, 04:28:42 AM »
I used CWP in NATed mode once and was able to set/update shared/nat IPs without any problems. Currently the latest version of CWP free doesn't allow to set the NAT IP. Not sure if some extra option must be enable or there is a bug.
Therefore try to update the IPs in the file:
Therefore try to update the IPs in the file:
Code: [Select]
/usr/local/cwp/.conf/settings.conf
manually, restart CWP, CWPSRV services, rebuild vHosts and check if it solves the problem.
133
Suggestions / Re: Brazilian Portuguese x Portugal Portuguse
« on: September 11, 2024, 06:01:12 PM »
Hi,
For the admin interface the flags are located in the folder:
If you want to change the flag for the user level panel, then you need do it in the folder:
For the admin interface the flags are located in the folder:
Code: [Select]
/usr/local/cwpsrv/htdocs/admin/design/img/lang
Just replace the appropriate image file with your own PNG file:Code: [Select]
PNG 32x32 32x32+0+0 8-bit sRGB
If you want to change the flag for the user level panel, then you need do it in the folder:
Code: [Select]
/usr/local/cwpsrv/var/services/users/cwp_theme/original/img
134
CentOS-WebPanel Bugs / Re: Cannot Add Nat IP
« on: September 11, 2024, 05:49:53 PM »
I tried to open the URL:
https://pasteboard.co/gA9r0dPAtAuV.png
a few times and within but got error 502 always.
Could you upload the screenshot to another image hosting service (imgur https://imgur.com/upload) ?
https://pasteboard.co/gA9r0dPAtAuV.png
a few times and within but got error 502 always.
Could you upload the screenshot to another image hosting service (imgur https://imgur.com/upload) ?
135
Installation / Re: Cannot login to admin CWP
« on: September 11, 2024, 03:16:20 PM »
Clean cache (cookies, temporary files, sessions) of your browser and then try to access CWP admin panel again.
In case you decide to reinstall the panel, then make sure there are no errors during installation.
In case you decide to reinstall the panel, then make sure there are no errors during installation.