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 ... 28 29 [30] 31 32 ... 55
436
SSL / Re: ssl not matching
« on: May 17, 2020, 07:32:38 PM »
Take the -- force out

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

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

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

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

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

441
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]

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

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

444
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

445
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

446
Information / Re: Email hosting only
« on: May 16, 2020, 12:55:12 AM »
manually, you could chown public_html root:root

447
E-Mail / Re: Maillog get error /etc/postfix/vmail_ssl.map
« on: May 15, 2020, 10:36:53 PM »
Yeah Sorry.  Doing 200 things at once.  Only type quick responses and often  missing things.  Glad you got it working. :)

448
E-Mail / Re: Maillog get error /etc/postfix/vmail_ssl.map
« on: May 15, 2020, 09:28:40 PM »
postmap /etc/postfix/vmail_ssl

systemctl restart postfix

449
Glad you got this resolved.

I see your point in that it should be "Notated" in the installation instructions, but something like this should not be done automatically.

98% of the installs should be on a VPS that sets a static IP for the system anyways, so this is a rare error.  However people setting up on a remote VM would run into trouble if they don't have a static IP assigned, and NetworkManager is turned off.  It would cause the system to brick, and have to have an onsite tech set the static IP. 

I guess it should be noted that on the install page, they do say set a static IP, which "SHOULD" mean NetworkManager is turned off.  But I digress.

450
E-Mail / Re: Roundcube login redirects to blank page
« on: May 15, 2020, 03:22:27 PM »
Nothing there.  use the -n 50, and hit the roundcube loging just before grabbing the log.

Pages: 1 ... 28 29 [30] 31 32 ... 55