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.
451
E-Mail / Re: Huge amount of emails under "new email accounts"
« on: May 22, 2020, 10:20:19 AM »
Chances are that the snuck in before postfix was hardened, and there is no account associated on the server with them. YOu can safely remove them. there should be a folder under /var/vmail or /var/mail for the "new acct"
452
E-Mail / Re: Huge amount of emails under "new email accounts"
« on: May 22, 2020, 09:23:25 AM »Hi there,
First of all - I'm not using CWP for email.
Thus, when I check this morning for large files on my server, I was shocked to see the following:Code: [Select]/var/log/messages: 892M
So I went to CWP's email panel and under Mail Explorer I've found hundreds if not thousands of email (see attached 1st screenshot). Clicking on each doesn't give much (see 2nd screenshot). Seems to me like empty emails with no details whatsoever.
A. Why is this happening?
B. What should I do with them?
C. Can I delete them and how?
TIA.
Ummm. Maybe you shouldn't be running a server if you don't know what /var/log/messages is. JS.
Mail is in /var/vmail...
as for taking care of the issue, if you're not running CWP as a mailserver, disable postfix and dovecot. Then you will have to use stmp mail for any php scripts to your actual mail server.
454
CentOS-WebPanel Bugs / [Bug] in SNI
« on: May 22, 2020, 08:30:43 AM »
When a domain/account is deleted from the server, CWP failed to remove the sni listing from dovecot, causing dovecot service to fail.
455
New Modules / Re: [Module] CWP_DNSREPORT
« on: May 21, 2020, 09:29:31 PM »
And this is why you should never code at 5am after being up 20 hours
. It's fixed.
cd cwp_dnsreport
git pull
./uninstall && ./install

cd cwp_dnsreport
git pull
./uninstall && ./install
456
Installation / Re: Setup default Web Servers --> Save and Rebuild Configuration
« on: May 21, 2020, 04:07:34 PM »
I would default 7.3.
Then if someone has an app that is only compatible up to 7.2, they can change it on their user panel.
Then if someone has an app that is only compatible up to 7.2, they can change it on their user panel.
457
PHP / Re: PHP not working while static pages do
« on: May 21, 2020, 02:26:28 PM »
check their website config file:
apache: /usr/local/apache/conf.d/vhosts/(domain).(?ssl).conf
nginx: /etc/nginx/conf.d/vhosts/(domain).(?ssl).conf
Look for .sock file in the config, and make sure it exists.
If your using php-fpm, make sure all version of php-fpm are running
systemctl status php-fpm(73,72,70)
apache: /usr/local/apache/conf.d/vhosts/(domain).(?ssl).conf
nginx: /etc/nginx/conf.d/vhosts/(domain).(?ssl).conf
Look for .sock file in the config, and make sure it exists.
If your using php-fpm, make sure all version of php-fpm are running
systemctl status php-fpm(73,72,70)
458
Installation / Re: Setup default Web Servers --> Save and Rebuild Configuration
« on: May 21, 2020, 01:59:05 PM »
It set's the version of PHP for each software. To change versions for a particular account, you would have to override it. Ex you have 5.6, 7.2 and 7.3 installed. Selecting that will default all clients to whichever one your choose for all clients who don't have a custom configuration.
459
Updates / Re: New update available?
« on: May 21, 2020, 12:39:15 PM »
Most likely a bug. I can confirm it's happening on my server as well.
460
CentOS 6 Problems / Re: how to disable freshclam?
« on: May 21, 2020, 07:26:11 AM »
must be centos 6.
try just system disable clamd
try just system disable clamd
461
CentOS 7 Problems / Re: vps error updates [New Version Available] putty.exe error ** (pkttyagent:20123)
« on: May 21, 2020, 07:25:28 AM »
The workaround is as follows:
groupadd -g 23 nohidproc
usermod -a -G nohidproc polkitd
mount -o remount,rw,hidepid=2,gid=nohidproc /proc
systemctl restart polkit
Add the following in /etc/fstab as well
echo "proc /proc proc defaults,hidepid=2,gid=nohidproc 0 0" >> /etc/fstab
After mount the new mountpoint
mount -a
systemctl restart polkit
groupadd -g 23 nohidproc
usermod -a -G nohidproc polkitd
mount -o remount,rw,hidepid=2,gid=nohidproc /proc
systemctl restart polkit
Add the following in /etc/fstab as well
echo "proc /proc proc defaults,hidepid=2,gid=nohidproc 0 0" >> /etc/fstab
After mount the new mountpoint
mount -a
systemctl restart polkit
462
CentOS 6 Problems / Re: how to disable freshclam?
« on: May 21, 2020, 03:29:06 AM »
systemctl disable clamd
463
SSL / Re: SSL limit problem
« on: May 21, 2020, 03:26:18 AM »you need to wait until they lift the limitation probably a week.
we have another solution ? for fast ?
The only solution is to wait, or contact LetsEncrypt. You shouldn't get rate limited unless you keep trying to generate a certificate and don't resolve the problems as to why it can't be issued.
As for installing Comodo, all certficates are stored in /etc/pki/tls
Keys go in private folder
Certs and bundles go in certs folder.
464
PHP / Re: PHP Switcher problem on AWS
« on: May 20, 2020, 01:33:00 AM »
Please provide the output of "uname -a"
465
Installation / Re: Abnormal Disk IO and usage
« on: May 20, 2020, 01:18:07 AM »
Try turned project quota on for /home. Being as we can't see the code, they very well could be using project quota instead of user quota.