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.
946
CentOS 7 Problems / Re: TMI mode
« on: August 07, 2023, 01:53:55 PM »
Indeed, just to put out a public notice: don't err on the side of too little info if you want help on the forum. We generally need the basic distro info, possibly your hardware config, to know if it's VPS or a full bare metal or dedicated VM, and for sure we need relevant log entries and error messages. So don't hold back, go full TMI mode (too much information). Because it actually isn't TMI -- it's what we need to help you solve your problem!
947
E-Mail / Re: There is a CWP server vulnerability. Please help me.
« on: August 04, 2023, 03:07:46 AM »
Have you hardened your Postfix installation, as I recommended before? Are you making use of postscreen?
https://www.awsmonster.com/how-to-secure-postfixdovecot-on-cwp
Are you making full use of CSF and LFD?
Add to Posfix main.cf:
https://www.awsmonster.com/how-to-secure-postfixdovecot-on-cwp
Are you making full use of CSF and LFD?
Add to Posfix main.cf:
Code: [Select]
##//delivery rate controls/restrictions
# Parrallel delivery force (local=2 and dest=20 are aggressive)
local_destination_concurrency_limit = 6
default_destination_concurrency_limit = 30
# Max flow rate (1 sec delay per 50 emails/sec over the number of emails delivered/sec)
in_flow_delay = 1s
# Tarpit those bots/clients/spammers who send errors or scan for accounts
smtpd_error_sleep_time = 10s
smtpd_soft_error_limit = 5
smtpd_hard_error_limit = 10
# limit max sends per minute
anvil_rate_time_unit = 60s
smtpd_client_event_limit_exceptions = $mynetworks
smtpd_client_recipient_rate_limit = 30
smtpd_client_message_rate_limit = 30
948
CentOS 7 Problems / Re: SSH connection Access Denied
« on: August 03, 2023, 01:55:05 PM »
I'm sorry, but your rant is not very helpful at all and doesn't contribute to solving the original poster's problem.
949
How to / Re: How to enable special character (eg.ñ)support when adding domains.
« on: August 03, 2023, 01:39:08 PM »
File a bug report and chime in on the issue. I'm not sure more than a couple of devs stop by the forum, so not the best place to alert them about bugs.
950
Information / Re: Unknown user in cwp user quota
« on: August 02, 2023, 08:02:53 PM »
That looks to be a list of UIDs. Did you migrate from cPanel or another control panel, or create and delete users from outside CWP?
951
CentOS 8 Problems / Re: CWP File Manager Can not move or copy folder to a sub folder
« on: August 02, 2023, 08:01:44 PM »
Can you do this operation in 2 steps -- 1) move it to /backups and then 2) move it to the sub-directory?
952
CentOS-WebPanel GUI / Re: How to enable Terminal for Users?
« on: August 02, 2023, 01:39:51 PM »
Since the CWPpro Terminal is so slow & buggy as to be worthless, I wouldn't want to foist it on my users anyway. And only a couple of my clients are trusted to have shell access anyway (esp. the 1:1 VM that I run like a VPS).
https://control-webpanel.com/free-your-mind-new-terminal
So yes, go with PuTTY on Windows or a terminal on Linux or Mac. Don't try to do everything within the web browser. Or you could point users to a Chrome extension: https://chrome.google.com/webstore/detail/secure-shell/iodihamcpbpeioajjeobimgagajmlibd
https://control-webpanel.com/free-your-mind-new-terminal
So yes, go with PuTTY on Windows or a terminal on Linux or Mac. Don't try to do everything within the web browser. Or you could point users to a Chrome extension: https://chrome.google.com/webstore/detail/secure-shell/iodihamcpbpeioajjeobimgagajmlibd
953
CentOS 7 Problems / Re: Can't start Mysql Server
« on: August 01, 2023, 02:29:34 AM »
If you have crashed InnoDB tables, you can add these lines to / etc / my .cnf and restart mariadb:
EDIT: The forum apparently REALLY doesn't want you to use the system path to MariaDB's config file...
Code: [Select]
# Recovery mode options
innodb_force_recovery = 1
innodb_purge_threads = 0
Quote
Warning
Only set innodb_force_recovery to a value greater than 0 in an emergency situation, so that you can start InnoDB and dump your tables. Before doing so, ensure that you have a backup copy of your database in case you need to recreate it. Values of 4 or greater can permanently corrupt data files. Only use an innodb_force_recovery setting of 4 or greater on a production server instance after you have successfully tested the setting on a separate physical copy of your database. When forcing InnoDB recovery, you should always start with innodb_force_recovery=1 and only increase the value incrementally, as necessary.
EDIT: The forum apparently REALLY doesn't want you to use the system path to MariaDB's config file...
954
CentOS 7 Problems / Re: DKIM invalid or fail, how to restore to ok ? ? ?
« on: August 01, 2023, 02:20:13 AM »
Which do you recommend:
Starflare?
Cloudburst?
I used to use NameCheap but pivoted away to Cloudflare for domain registration and DNS infrastructure several years ago. Aside from the financial aspects (NameCheap doesn't live up to its name as well as it used to, and Cloudflare is true wholesale pricing), I experienced a DDoS that took down NameCheap's DNS and therefore knocked all my domains offline for hours, affecting numerous clients. That was the last straw that pushed me to switch providers. Plus, Cloudflare's distributed architecture is great, the feature amenities are unmatched, and DNS updates propagate worldwide nearly instantaneously. Win, win, win.
Starflare?
Cloudburst?
I used to use NameCheap but pivoted away to Cloudflare for domain registration and DNS infrastructure several years ago. Aside from the financial aspects (NameCheap doesn't live up to its name as well as it used to, and Cloudflare is true wholesale pricing), I experienced a DDoS that took down NameCheap's DNS and therefore knocked all my domains offline for hours, affecting numerous clients. That was the last straw that pushed me to switch providers. Plus, Cloudflare's distributed architecture is great, the feature amenities are unmatched, and DNS updates propagate worldwide nearly instantaneously. Win, win, win.
955
CentOS 7 Problems / Re: Node installation
« on: July 29, 2023, 08:02:40 PM »
Time to ELevate to AlmaLinux 8.8...
957
CentOS-WebPanel Bugs / Re: LetsEncrypt not working for hostname
« on: July 29, 2023, 04:11:37 PM »And also, cloudflare offer free lifetime SSL so don't need to renew any SSLCloudflare's SSL is only good for HTTPS requests, port 443, It will not work for you if you are wanting to host mail & FTP. So for many, it's a non-starter if you are trying to run an all-in-one box (web server, mail server, etc.)
958
Installation / Re: unkown database root_cwp
« on: July 29, 2023, 01:49:14 AM »
An older copy is available here:
EDIT: Bing's cached copy indicates that the dl1 linked file is the same as the static.cdn version of the root_cwp.sql file. So my suggestion is a valid workaround until the devs get this sorted.
Code: [Select]
curl -O http://dl1.centos-webpanel.com/files/cwp/sql/root_cwp.sql
You could edit the install script so as to reference this SQL source instead so as to complete the installation.EDIT: Bing's cached copy indicates that the dl1 linked file is the same as the static.cdn version of the root_cwp.sql file. So my suggestion is a valid workaround until the devs get this sorted.
959
Installation / Re: it asks for mysql password on first install
« on: July 28, 2023, 11:02:08 PM »
You've supplied the MySQL root user password (not the system root user)?
And as a prerequisite, you've successful run mysql_secure_installation ?
And as a prerequisite, you've successful run mysql_secure_installation ?
960
Updates / Re: CWP fails update jumped 3 versions
« on: July 28, 2023, 10:54:07 PM »mod_rewrite module is no longer installed in latest cwpThat would be putting a (metaphorical) gun to your head and pulling the trigger. Or amputating a major limb (done using that arm now). mod_rewrite is a default, essential apache module, so they would not fail to include it.
Code: [Select]
[root@srv# locate mod_rewrite
/usr/local/apache/include/mod_rewrite.h
/usr/local/apache/manual/images/mod_rewrite_fig1.gif
/usr/local/apache/manual/images/mod_rewrite_fig1.png
/usr/local/apache/manual/images/mod_rewrite_fig2.gif
/usr/local/apache/manual/images/mod_rewrite_fig2.png
/usr/local/apache/manual/mod/mod_rewrite.html
/usr/local/apache/manual/mod/mod_rewrite.html.en
/usr/local/apache/manual/mod/mod_rewrite.html.fr.utf8
/usr/local/apache/modules/mod_rewrite.so