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 ... 26 27 [28] 29 30 ... 55
406
CWP API / Re: integration with Wisecp (domain + webhosting)
« on: May 23, 2020, 08:26:59 PM »
CentOS cannot manage the domain names.  That's what WiseCP would do.  It looks like WiseCP uses the API to setup the accounts and do all of the maintenance automatically.  I'm sure they have a module for domain names in WiseCP itself.

408
CSF Firewall / Re: CSF block all country except 1
« on: May 23, 2020, 07:44:07 PM »
Cc_allow, or cc_allow_filter.  There is a difference.

409
SSL / Re: Wlidcard SSL really how to?
« on: May 23, 2020, 07:40:42 PM »
To get wildcard ssl from LetsEncrypt, you have to validate over DNS.  I posted a pretty good guide on here on how to do it, bit it's complicated to set up at first.

410
CentOS 7 Problems / Re: CWP updater errors
« on: May 23, 2020, 08:57:46 AM »
A forum search would have resulted in the following advice:
The workaround is as follows:

Code: [Select]
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

411
Scripts / Re: reboot if lamp is down
« on: May 23, 2020, 07:17:06 AM »

413
E-Mail / Re: through the domain
« on: May 22, 2020, 03:53:18 PM »
does your script use php_mail() or SMTP.  I'm not sure you can change the name of the server it sends though.  All domains are hosted on a "mail Server", yours being panel. .

414
E-Mail / Re: through the domain
« on: May 22, 2020, 03:16:23 PM »
Please expand.

You mean your server is server.example.com
Your Ecomerce is example.net

So you want your email to send through server.example.com????

415
This is built in now.  In cwp, search ssl on the left.  Find your domain.  Check all 4 boxes (mail, cpanel, webmail, ftp).  Request the cert

416
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"

417
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.

418
How to / Re: Disable User Functions
« on: May 22, 2020, 09:19:45 AM »
Feature Manager.?.?

419
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.

420
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

Pages: 1 ... 26 27 [28] 29 30 ... 55