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.
481
Information / Re: Email hosting only
« on: May 16, 2020, 12:55:12 AM »
manually, you could chown public_html root:root
482
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.

483
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
systemctl restart postfix
484
CentOS 7 Problems / Re: query (cache) '[domainname].com/MX/IN' denied
« on: May 15, 2020, 08:33:42 PM »
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.
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.
485
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.
486
CentOS 7 Problems / Re: query (cache) '[domainname].com/MX/IN' denied
« on: May 15, 2020, 12:06:48 PM »
You have a nameservers hell going on
Pick one nameserver set, set all your domains to it, and add glue records. Too many lookups are cause DNS to fail
Code: [Select]
NS1.SITEURLHOSTING.COM. IN NS
;ANSWER
;AUTHORITY
SITEURLHOSTING.COM. 1799 IN SOA ns3.siteurl.in. support.siteurl.in. 2020051320 3600 7200 1209600 86400
;ADDITIONAL
Pick one nameserver set, set all your domains to it, and add glue records. Too many lookups are cause DNS to fail
487
CentOS 7 Problems / Re: query (cache) '[domainname].com/MX/IN' denied
« on: May 15, 2020, 11:54:52 AM »
Make sure your nameservers have glue records at the registrar. Also make sure the domains don't have ns1.centos-webpanel as their ns
488
E-Mail / Re: Roundcube login redirects to blank page
« on: May 15, 2020, 11:41:43 AM »
tail -n 50 /usr/local/cwpsrv/logs/error_log
489
CentOS 7 Problems / Re: query (cache) '[domainname].com/MX/IN' denied
« on: May 15, 2020, 11:23:27 AM »
If your hosting tristarsudan.com then there may be an issue.
If you are not hosting the domain, it could be that you got an IP that someones old namservers point to. It shouldn't be too much of an issue if it's the latter, unless you start taking thousands of queries per minute.
If you are not hosting the domain, it could be that you got an IP that someones old namservers point to. It shouldn't be too much of an issue if it's the latter, unless you start taking thousands of queries per minute.
490
E-Mail / Re: SMTP TLS or SSL not working
« on: May 15, 2020, 11:04:17 AM »
Now that you have a valid cert, Gmail should work.
491
E-Mail / Re: SMTP TLS or SSL not working
« on: May 15, 2020, 10:42:48 AM »
/scripts/install_acme
Then try saving hostname again
Then try saving hostname again
492
E-Mail / Re: SMTP TLS or SSL not working
« on: May 15, 2020, 10:24:35 AM »
grep "Error" /root/.acme.sh/cwp_certs/acme.sh.log
grep "panel.uxiology.com" /root/.acme.sh/cwp_certs/acme.sh.log
acme.sh --config-home /root/.acme.sh/cwp_certs/ --list
grep "panel.uxiology.com" /root/.acme.sh/cwp_certs/acme.sh.log
acme.sh --config-home /root/.acme.sh/cwp_certs/ --list
493
CentOS 7 Problems / Re: Default Web page showing instead of html pages
« on: May 15, 2020, 09:51:56 AM »
Rebuild vhosts
494
E-Mail / Re: SMTP TLS or SSL not working
« on: May 15, 2020, 08:44:01 AM »
Verify return code: 18 (self signed certificate)
Can't be self signed with Crapgle.
Goto "Change Hostname" and make sure autossl is selected to get a cert from LetsEncrypt
Can't be self signed with Crapgle.
Goto "Change Hostname" and make sure autossl is selected to get a cert from LetsEncrypt
495
E-Mail / Re: SMTP TLS or SSL not working
« on: May 15, 2020, 08:19:46 AM »
openssl s_client -showcerts -connect panel.uxiology.com:995
openssl s_client -showcerts -connect panel.uxiology.com:465
check the output of the above 2 commands. Specifically look at the Cert Name info
openssl s_client -showcerts -connect panel.uxiology.com:465
check the output of the above 2 commands. Specifically look at the Cert Name info