Show Posts

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.


Messages - overseer

Pages: 1 ... 22 23 [24] 25 26 ... 71
346
CentOS 9 Problems / Re: in alma PHP SELECTOR no active pgsql,
« on: January 05, 2024, 09:00:08 PM »
The fix is AlmaLinux 8.9, currently. ;)
Maybe things will be more smoothed out when CWP offers EL9 suppot.

347
DKIM / Re: smtp not send emails
« on: January 05, 2024, 02:53:55 AM »
I looked at your basic DNS records, seems workable for mail routing (A, MX, PTR), Your open ports look fine, too.
Code: [Select]
PORT     STATE SERVICE
25/tcp   open  smtp
80/tcp   open  http
110/tcp  open  pop3
143/tcp  open  imap
443/tcp  open  https
465/tcp  open  smtps
993/tcp  open  imaps
995/tcp  open  pop3s
1723/tcp open  pptp
.
So how about some error logs or SMTP error codes?

348
CentOS-WebPanel Bugs / Re: PHP 8.3.0 on CWP 0.9.8.1172
« on: January 04, 2024, 03:15:55 PM »
Not here -- only one 8.2. Did you try to build it outside of CWP?

349
DKIM / Re: smtp not send emails
« on: January 04, 2024, 03:13:37 PM »
Need more info to help -- config, setup. What's working, what's not? If you give your domain, could at least look at your dns setup.

351
SSL / Re: Subdomain has been deleted but SSL keep trying to renew
« on: January 01, 2024, 11:16:15 PM »
Especially a bug-free management solution!

The way I look at it, I could use just the CLI on a headless install and manage just fine (but possibly with a boost from Copilot or Webmin) -- but the main driver for having a control panel is for the sake of the end user customers, unless you're only selling managed hosting packages where you do all the leg work. You can't give out a shell account and say "Good luck, have fun!"

352
Installation / Re: Redis Object Cache
« on: December 29, 2023, 09:09:13 PM »
Need some log files/error msg to properly diagnose...

353
Postfix / Re: Has anyone encountered this situation?
« on: December 28, 2023, 03:40:47 PM »
I wouldn't even mind seeing 100 lines:
Code: [Select]
tail -100 /usr/local/cwpsrv/var/services/roundcube/logs/imap.log

354
What was the frequency of your curl attempts? You likely could've trigged a firewall on the other web server. I can connect to it from here as a one-off connection in a web browser and via curl in the CLI.

355
Postfix / Re: Has anyone encountered this situation?
« on: December 27, 2023, 05:32:51 PM »
Truncating to zero bytes leaves the file in place with its correct permissions, then the IMAP daemon (dovecot) will continue to log to the file. It will make it more manageable for you to start over from zero.

356
PHP / Re: Need to upgrade CWPPHP from 7.2.30 to at least 7.2.31
« on: December 27, 2023, 05:31:20 PM »
Yes, really true. Supported versions are paid in license fee per version.

You could look at snuffalupagus for PHP v 7.2 if it really concerns you. Other security measures include change CWP admin ports. Tune your firewall, block country codes, etc.

357
Postfix / Re: Has anyone encountered this situation?
« on: December 26, 2023, 10:37:59 PM »
Start over if you are encountering errors; it will make them easier to parse and diagnose. Truncate the log file to zero bytes:
Code: [Select]
truncate -s0 /usr/local/cwpsrv/var/services/roundcube/logs/imap.log

358
DNS / Re: Problem with subdomaine
« on: December 25, 2023, 04:00:34 PM »
It sounds as if you need to add the A or CNAME records for your subdomain with your DNS provider. I use Cloudflare for that, used to be NameCheap but too many DDoS attacks on their infrastructure kept knocking out my sites.

359
PHP / Re: php switcher can't switch to 8.x because of memory
« on: December 21, 2023, 06:26:54 PM »
2GB is bare, bare minimum to function but leaves no room to move. I regard 4GB as more of a realistic minimum. But that said, none of my servers have less than 6GB of RAM allocated to the CWP VMs.

360
Installation / Re: Basic knowledge of Protecting ports
« on: December 21, 2023, 06:21:21 PM »
Also consider moving the administration ports from the default 2087 and 2031, as those are commonly scanned and brute force attacks made against them. https://azdigi.com/blog/en/webserver-panel-en/centos-web-panel-en/how-to-change-the-port-on-centos-web-panel-cwp/

Pages: 1 ... 22 23 [24] 25 26 ... 71