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 - rcschaff

Pages: 1 ... 30 31 [32] 33 34 ... 57
466
This is a common issue since last few updates and I have to contact CWP team every time to fix it.

Hopefully, they will permanently fix the issue.

If this is something that they can fix, they really should post on here steps to correct the issue...  My 2 cents.

467
Addons / Re: Problem with the backup
« on: May 19, 2020, 04:40:56 PM »
Web Files -> /home/(user)/public_html
Email -> /var/vmail/(domain)
mysql -> mysql << (database).sql

ssl certs -> /etc/pki/tls/(private|certs)/domain.(private->.key)(certs->bundle|crt)

Anything else, you'll have to post so I can look it up.

468
Addons / Re: Problem with the backup
« on: May 19, 2020, 11:10:20 AM »
if you have them compressed, you will have to untar/unzip the file.  Then manually cp -Rf the folders to their appropriate places.

469
Updates / Re: Default Apache Page on All Domains
« on: May 19, 2020, 11:05:00 AM »
I don't disagree that CWP has it's problems.  I don't disagree that some of them are made worse by lack of testing.  But I have 2 issues with trying to help SOME of these people.

1)  There is a Search function on this forum.  I guarantee I have answered the same questions 20 times with some of these errors.  I've also searched google for some of the NON-CWP errors people are receiving (Ex: postfix), and found the solution in the #1 result.

I'm sorry, but if your hand has to be held through the entire process, maybe, just maybe you shouldn't be running a server.

2)  When there is a serious problem, 90% of these post are "I get x error", and that is there post.  When we respond to try to get more information, they either A) Ignore use, or B) come back with some smart response as to why we aren't helping them.

So please, tell me how I'm part of the problem some more.  Don't forget that I DO NOT work for CWP. I'm here to help people just as much as your are.  Difference is, I don't berate people because the "ADVICE" they gave me didn't work.  A simple "Sorry, that's not working for me, do you have another option" would probably get you a lot farther...

470
Installation / Re: Abnormal Disk IO and usage
« on: May 18, 2020, 01:41:20 PM »
Enable quotas.  There are more people guides on the forum.

471
SSL / Re: ssl not matching
« on: May 17, 2020, 07:32:38 PM »
Take the -- force out

472
E-Mail / Re: emails to hostmail and outlook always goes to spam
« on: May 17, 2020, 09:04:13 AM »
Register your domain with https://postmaster.google.com/

After a few days, you'll gain reputation so long as your don't throw spam.

473
E-Mail / Re: postfix dovecot limits
« on: May 17, 2020, 08:06:27 AM »
Hostname needs to be somesubdomain.domain.com.  server. srv.  basically anything as long as there are two dots.

with that much ram, you do no need swap.

Upon installation, CWP should get a valid certificate from letsencrypt.  If you want to buy a cert, you can install that via the CWP admin interface.

474
E-Mail / Re: postfix dovecot limits
« on: May 17, 2020, 07:45:18 AM »
Stability is based on system specs.  4GB ram is the minimum to run all of the spam/antivirus programs.  That many emails, I would suggest 8GB ram w/ 4GB swap.  Aside from that, postfix/dovecot should run just fine.  If you don't need the websites, you can disable apache.

475
need to look at the php.ini in /usr/local/cwp/php71/php.ini

also try;
yum update cwp-phpfpm
systemctl restart cwp-phpfpm

476
SSL / Re: ssl not matching
« on: May 16, 2020, 10:37:53 PM »
do it manually

via ssh as root:

/root/.acme.sh/acme.sh --issue --force --config-home /root/.acme.sh/cwp_certs -d domain.com -d www.domain.com -d cpanel.domain.com -d mail.domain.com -d webmail.domain.com -d ftp.domain.com [ --nginx or --apache  depending on your setup]

477
DNS / Re: checked dns got these !!!
« on: May 16, 2020, 01:04:47 PM »
If you don't understand DNS, your in trouble.  named.ca is the file for the root server lookups.  Why it even tries to resolv is beyond me, bu the actual domain "named.ca" is hosted on a parked website.  You can block it, but there is nothing sneaky about it.

478
E-Mail / Re: Roundcube login redirects to blank page
« on: May 16, 2020, 06:52:14 AM »
what happens when you use port 2095?

479
Updates / Re: Can't update cwp version
« on: May 16, 2020, 03:55:38 AM »
I gave you the answer:

Code: [Select]
nano /etc/yum.repos.d/cwp.repo
add the text from the code block for it's contents.

Code: [Select]
[cwp]
name=CentOS Web Panel repo for Linux 7 - $basearch
baseurl=http://repo.centos-webpanel.com/repo/7/$basearch
enabled=1
gpgcheck=0
priority=1

then run
Quote
yum update

480
Updates / Re: Can't update cwp version
« on: May 16, 2020, 03:01:47 AM »
This is for CentOS 7.  If your using 6, should be the same, but change all 7's to 6's

nano /etc/yum.repos.d/cwp.repo

Code: [Select]
[cwp]
name=CentOS Web Panel repo for Linux 7 - $basearch
baseurl=http://repo.centos-webpanel.com/repo/7/$basearch
enabled=1
gpgcheck=0
priority=1

Pages: 1 ... 30 31 [32] 33 34 ... 57