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.
917
CentOS 6 Problems / Re: Refused Connection Google Cloud Please Help
« on: July 19, 2018, 05:58:43 PM »
google cloud probably has limitations and locked ports and it's also known to not allow outgoing emails so it's not recommended if you plan to send emails from your server
https://cloud.google.com/compute/docs/tutorials/sending-mail/
https://cloud.google.com/compute/docs/tutorials/sending-mail/
918
CentOS-WebPanel Bugs / Re: PHP Version Switcher Crashes With IONCUBE Across All Builds
« on: July 19, 2018, 05:55:45 PM »
you should report it here as then it would be resolved for sure
centos-webpanel.com/contact
centos-webpanel.com/contact
919
Postfix / Re: Emails on Hostname send but not receive ...
« on: July 19, 2018, 05:53:18 PM »
be sure that hostname isn't set to the domain name as it needs to be set as subdomain.
example
srv1.domain.com
example
srv1.domain.com
920
Nginx / Re: NGINX and SSL issue
« on: July 19, 2018, 07:17:01 AM »
looks like IP address is missing for your account/domain as you get "null:443" try to check if ip is correctly set for that account.
If you still face the issue the best would be to contact cwp support team to check it
http://centos-webpanel.com/contact
If you still face the issue the best would be to contact cwp support team to check it
http://centos-webpanel.com/contact
921
E-Mail / Re: Mail routing for main domain
« on: July 18, 2018, 10:46:22 PM »
then probably there is no any existing email account for that domains, you should try to check this with your system admin as you would need to check postfix logs to trace where and why emails go.
From shell start tail on the log file by using this command
tail -f /var/log/maillog
From shell start tail on the log file by using this command
tail -f /var/log/maillog
922
CentOS-WebPanel Bugs / Re: Php errros in CWP panel
« on: July 18, 2018, 10:40:46 PM »
try to check info about the error
service named status
if the is no error info then you can check for bind error in the /var/log/messages file
example
service named status
if the is no error info then you can check for bind error in the /var/log/messages file
example
Code: [Select]
service named restart
tail -n 200 /var/log/messages
923
CentOS-WebPanel Bugs / Re: Php errros in CWP panel
« on: July 18, 2018, 12:57:28 PM »
your serial is too long, it can be only 10 characters long
your is
20170922110026 ; serial
your is
20170922110026 ; serial
924
SSL / Re: Can I add Auto SSL on subdomain that is pointing to different IP?
« on: July 18, 2018, 12:55:03 PM »
you need to check that A record for your subdomain is valid and working and also that you don't have htaccess blocking txt files or forced https redirect
925
CentOS-WebPanel Bugs / Re: We can not use @#$%^&*()! signs in the password of CWP?
« on: July 18, 2018, 12:53:23 PM »
special characters for the password you can only set from the command line.
926
E-Mail / Re: Mail routing for main domain
« on: July 18, 2018, 12:51:42 PM »
mail routing in cwp.admin doesn't work for you ?
IP:2030/admin/index.php?module=mx_routing
IP:2030/admin/index.php?module=mx_routing
927
SSL / Re: Disable Insecure TLS
« on: July 18, 2018, 12:50:19 PM »
all depends on the webservers which you use, if you use nginx then you can edit nginx template and for apache apache conf.
928
Apache / Re: How to redirect www to non www https ?
« on: July 17, 2018, 01:52:38 PM »
probably the best is to do that in your cms or by using htaccess..but htaccess could cause issues with autossl.
929
Varnish / Re: How to install varnish cache on centos [CWP]
« on: July 17, 2018, 01:51:13 PM »
only ports 80 and 443 are needed others not for clients as they will only use those for http and https
930
Apache / Re: Mod_expires
« on: July 17, 2018, 01:49:24 PM »
no, you only need to have open ports 80 and 443, for testing you can open others and then close once you are done with the testing.
Try to change if you have issues and then return back.
Try to change if you have issues and then return back.
