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
CentOS Configuration / Re: Limit maximum processes - whats a good value
« on: September 20, 2021, 08:39:43 AM »
you can see the default recommended by cwp when creating a new account
212
Other / Re: Ports?
« on: September 20, 2021, 08:38:08 AM »
check csf firewall all should be there
http://wiki.centos-webpanel.com/centos-mostly-used-ports
also don't forget that you still need to run csf/lfd even if you have any other protection as csf/lfd do Bruteforce,modsec and login protection.
http://wiki.centos-webpanel.com/centos-mostly-used-ports
also don't forget that you still need to run csf/lfd even if you have any other protection as csf/lfd do Bruteforce,modsec and login protection.
214
CentOS 7 Problems / Re: Port 2083 Keeps showing Admin login only
« on: September 15, 2021, 07:53:37 AM »
you should check with cwp support.
DNS /bind is only important if you use it for DNS.
DNS /bind is only important if you use it for DNS.
215
Installation / Re: Domain Installation Error
« on: September 14, 2021, 05:41:44 AM »
try checking cwp logs
/usr/local/cwpsrv/logs/error_log
/usr/local/cwp/php71/var/log/php-fpm.log
/usr/local/cwpsrv/logs/error_log
/usr/local/cwp/php71/var/log/php-fpm.log
216
CentOS-WebPanel GUI / Re: Issues with CWPCONTROL
« on: September 14, 2021, 05:36:44 AM »
dns setup is simple like anywhere else, you should test your dns before..for that you can use site like
http://leafdns.com/
http://leafdns.com/
217
SSL / Re: Disable TLSv1.0 and v1.1 in openssl
« on: September 14, 2021, 05:34:57 AM »
each service (apache, nginx, postfix, dovecot...) you use can be configured to use multiple TLS versions so you simply need to modify services and not openssl.
218
E-Mail / Re: Cannot send emails but can receive emails AWS Lightsail server
« on: September 14, 2021, 05:33:16 AM »
try testing your server connection to several different mail servers, example
telnet domain.com 25
in this example it you can't connect 173.194.202.27
connect to alt1.gmail-smtp-in.l.google.com[173.194.202.27]:25: Connection timed out
it could be that your outgoing emails are blocked by your provider.
telnet domain.com 25
in this example it you can't connect 173.194.202.27
connect to alt1.gmail-smtp-in.l.google.com[173.194.202.27]:25: Connection timed out
it could be that your outgoing emails are blocked by your provider.
219
Installation / Re: Initial CWP Integration Setup
« on: September 01, 2021, 06:54:59 AM »
if you have read the cwp installation instructions they clearly say it needs to be a clean system without anything else installed!
220
Installation / Re: AlmaLinux
« on: September 01, 2021, 06:41:34 AM »
you have the info on cwp site and wiki!
http://wiki.centos-webpanel.com/the-future-of-centos-stream-with-cwp
http://wiki.centos-webpanel.com/the-future-of-centos-stream-with-cwp
221
CSF Firewall / Re: Firewall does not get enabled in CentOS8 install of CWP
« on: August 27, 2021, 08:30:02 AM »
you can try to check this or google more if that will not help
https://www.knot35.com/how-to-fix-error-the-path-to-iptables-is-either-not-set-or-incorrect-for-iptables-sbin-ip6tables/
https://www.knot35.com/how-to-fix-error-the-path-to-iptables-is-either-not-set-or-incorrect-for-iptables-sbin-ip6tables/
222
CentOS-WebPanel Bugs / Re: Mailbox usage bug?
« on: August 25, 2021, 08:50:29 PM »
if user account has 5GB and for example website has 3GB and mail has 2GB this account will NOT be able anymore to:
- upload files on the website / user account
- receive new emails (all emails will be denied by the mail server)
this is managed by linux quota, so you can check if you have quota working properly on your server.
example command:
Most issues are custom partition for /var which then has no working quota or if quota is set for / partition and you have additional also /home ....all depends on the server setup.
to have all working /home folder and /var/vmail should be on the same partition and that partition should have quota set.
- upload files on the website / user account
- receive new emails (all emails will be denied by the mail server)
this is managed by linux quota, so you can check if you have quota working properly on your server.
example command:
Code: [Select]
repquota -a -s
Most issues are custom partition for /var which then has no working quota or if quota is set for / partition and you have additional also /home ....all depends on the server setup.
to have all working /home folder and /var/vmail should be on the same partition and that partition should have quota set.
223
CentOS-WebPanel Bugs / Re: Mailbox usage bug?
« on: August 25, 2021, 07:07:29 AM »
You have this info on the cwp wiki
http://wiki.centos-webpanel.com/move-varvmail-to-another-partition
http://wiki.centos-webpanel.com/move-varvmail-to-another-partition
224
CentOS-WebPanel Bugs / Re: Mailbox usage bug?
« on: August 24, 2021, 07:55:22 PM »
you probably have some old mail server setup, you should consider rebuilding it from cwp.
225
DNS Manager / Re: Add Zone - missing ftp, www and mail IP
« on: August 23, 2021, 08:59:56 PM »
you need to set the same public ip of your server.
Note that google cloud doesn't allow outgoing emails so you will need to buy some additional mail service for email sending and configure postifx with the remote mail as specified on the cwp wiki.
Note that google cloud doesn't allow outgoing emails so you will need to buy some additional mail service for email sending and configure postifx with the remote mail as specified on the cwp wiki.