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.
781
CentOS-WebPanel GUI / Re: Service Unavailable The server is temporarily unable to service your request
« on: January 12, 2024, 08:51:12 PM »
503 error code? Would need a log snippet to diagnose. Could be permissions, Mod_Security rules, CSF firewall rules... many things.
782
CentOS-WebPanel GUI / Re: GUI not loading properly... 4gb alma 8 os.
« on: January 11, 2024, 11:26:53 PM »
Looks to be missing CSS files for proper rendering; is it a browser-specific problem? Can you test with ad blocking turned off and a different rendering engine (Firefox / Chromium).
783
Other / Re: Vps ,what next!!!!!!!
« on: January 10, 2024, 03:05:15 PM »
Welcome!
Follow AWS Monster's notes & recommendations:
https://www.awsmonster.com/cwp-installation-and-configuration_12
Follow Sandeep's guide for updating Roundcube:
https://www.alphagnu.com/topic/33-update-cwp-roundcube-mail-version-156-%E2%80%93-control-web-panel/
Upgrade MariaDB (change instructions to 10.11 -- current LTS version):
https://wiki.centos-webpanel.com/mariadb-upgrade-to-new-version
Follow AWS Monster's notes & recommendations:
https://www.awsmonster.com/cwp-installation-and-configuration_12
Follow Sandeep's guide for updating Roundcube:
https://www.alphagnu.com/topic/33-update-cwp-roundcube-mail-version-156-%E2%80%93-control-web-panel/
Upgrade MariaDB (change instructions to 10.11 -- current LTS version):
https://wiki.centos-webpanel.com/mariadb-upgrade-to-new-version
784
Postfix / Re: Android mail Client not connecting to mail server but desktop email client does
« on: January 09, 2024, 10:31:40 PM »
Same needed info as above (port, SSL settings, authentication method).
785
Mod_Security / Re: mod_security with Comodo WAF locks out everbody
« on: January 09, 2024, 10:30:32 PM »
I am using the Comodo ruleset -- no lockouts here. Are you sure it's not overly aggressive LFD settings?
786
E-Mail / Re: How to use only e-mail in CWP7?
« on: January 07, 2024, 11:36:19 PM »
It's all sort of a pedestrian exercise -- I don't do this on any of my servers. But it is easily scriptable if you wanted to make your own LetsEncrypt renewal script.
On one server I do something like this -- typically Nginx 301 redirects http traffic to https, but in order to renew a LE cert, you have to allow http traffic temporarily. So it needs to be renewed, reverted, restarted, redirected.
On one server I do something like this -- typically Nginx 301 redirects http traffic to https, but in order to renew a LE cert, you have to allow http traffic temporarily. So it needs to be renewed, reverted, restarted, redirected.

787
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.
788
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.)
790
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.
791
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.
792
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?
793
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?
794
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.
795