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.
721
Backup / Re: download backup
« on: January 07, 2024, 02:28:47 PM »
The benefit of FTP/SFTP over an HTTP/HTTPS download is that the other protocols allow the download to be resumed if it is interrupted.
722
E-Mail / Re: How to use only e-mail in CWP7?
« on: January 06, 2024, 11:48:46 PM »
And for good measure, make sure ports 80 and 443 are blocked on the CSF firewall.
And disable Apache:
And disable Apache:
Code: [Select]
sudo systemctl disable httpd
(This would mean you would have to access your webmail via the :2096 service port.)
724
E-Mail / Re: How to use only e-mail in CWP7?
« on: January 06, 2024, 07:43:56 PM »
This has been answered before. Please check the forum for similar threads; I'll try to dig up some links meanwhile.
725
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.

Maybe things will be more smoothed out when CWP offers EL9 suppot.
726
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.
So how about some error logs or SMTP error codes?
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?
727
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?
728
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.
729
E-Mail / Re: turn off php mail require smtp/login for all mail server wide
« on: January 04, 2024, 03:27:22 AM »730
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!"
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!"
731
Installation / Re: Redis Object Cache
« on: December 29, 2023, 09:09:13 PM »
Need some log files/error msg to properly diagnose...
732
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
733
CentOS 7 Problems / Re: Curl error: 7 Failed connect to www.tcmb.gov.tr:443; No route to host
« on: December 27, 2023, 07:46:04 PM »
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.
734
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.
735
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.
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.