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 - 6Sense

Pages: 1 2 [3] 4 5
31
DNS / Re: rDNS / PTR Record Question
« on: June 21, 2017, 10:08:36 AM »
Yep, this is how mine is set up. I use CloudFlare too  :)

32
E-Mail / Re: system mail not sending
« on: June 03, 2017, 01:11:15 AM »
I use CloudFlare as DNS too and email works fine. Some thoughts below for you.
  • Make sure MX entry in CloudFlare has grey cloud (DNS only)
  • Have you successfully set up rDNS
  • Have you  set up DKIM & SPF and added matching entries to CloudFlare (this is not essential but recommended to keep your emails out of spam filters)



33
CentOS 6 Problems / Re: Service Monitor
« on: June 02, 2017, 09:29:58 AM »
k, can you can reinstall Icinga, remove cron via UI then unistall?

34
CentOS 6 Problems / Re: Service Monitor
« on: June 01, 2017, 02:32:38 PM »
CWP > Services Config > ServicesMonitor (init)

Think this is what you want

 :)

35
SSL / Trying to force SSL renew but not working
« on: May 31, 2017, 02:35:11 PM »
Hi All,

I am trying to force a renew for a SSL that was installed via the SSL Cert Manager using the Auto button. It installed and functions fine however I can't seem to get it to renew. Have tried on 2 different servers one with CWP6 & another with CWP7 using different domains but same result.

 Using
Code: [Select]
acme.sh --renew -d 6sense.com.au --force



 I still have some time before 60 days is up but wanted to ensure that the renew was working. Any thoughts/ideas are welcome.

36
Just select your hostname.cert from the Certificate dropdown box and use AutoSSL.


37
CentOS 6 Problems / Re: Nginx won't work properly with CWP
« on: May 22, 2017, 02:06:20 PM »
The CWP Nginx option is Apache server with a Nginx Reverse Proxy in front of it. It isn't a stand alone Nginx server so you always gonna have apache running.

 :)

38
DNS / Re: Best way to configure DNS
« on: May 20, 2017, 03:08:37 PM »
Yup add the nameservers in CWP here -DNS Functions > Edit Nameservers IP

Use the sub domains and IP's of the nameservers you will be using.

39
DNS / Re: Best way to configure DNS
« on: May 20, 2017, 02:33:34 PM »
They all will do the job so I guess it comes down to what you're looking for and what best suits your needs. Research things like performance, location & features etc.

I use Cloudflare for my DNS and enjoy all the advanced options and services that come from them.

 

40
Postfix / Re: ERROR: You don't have a valid hostname set!
« on: May 20, 2017, 01:24:09 PM »
You can think of your hostname as the name you call your server. The format of a hostname looks like a sub domain derived from your main domain eg, srv1.yourdomain.com (you can replace srv1 with anything). It is however technically different to a sub domain as its a host name (clear as mud yet lol).

Anyhow you are able to find and change what your hostname is in CWP via Server Settings > Change Hostname. You also should insert your hostname into the http.conf file ( Apache Settings > Apache Configuration > locate #ServerName and change to

ServerName www.srv1.yourdomain.com:80 (or whatever you named your hostname).

Web servers can house many domain names so the mail server uses the hostname to identify itself when it communicates with other mail servers. Mail servers also require RDNS (reverse DNS) to be set up but this is done at your server provider not via CWP. As Sandeep has mentioned add an A record for the hostname too.

Hope this helps  your understanding :)

41
SSL / Re: Auto install Letsencrypt broke everything!!
« on: May 13, 2017, 02:53:10 AM »
Did you rebuild Apache + vHosts?

42
Addons / How to auto load cloudflare_mod?
« on: May 11, 2017, 01:59:06 PM »
Hi, I use cloudflare_mod with CWP7 to pass the real IP of visitors as I use them for DNS. Works great though I have to re run the script after most CWP updates to reinitialize the module (it's still installed).

Anyone have an idea how to configure CWP to auto load cloudflare_mod after an update?

43
Addons / Re: LETSENCRYPT CENTOS7
« on: May 08, 2017, 04:00:37 PM »
Ignore that link it's 3 years old!

Just use the SSL Cert Manager to install your SSL's. It will install a different SSL issued and signed by LetsEncrypt for every domain and/or sub domain that you ask it to.

No sharing and no self signed Certs  :)


44
CWP > Apache Settings > Apache Redirects


45
Addons / Re: LETSENCRYPT CENTOS7
« on: May 01, 2017, 02:17:38 PM »
This is the post I was referring to http://forum.centos-webpanel.com/ssl/missing-info/msg11604/#msg11604

Admin says the Lets Encrypt module was buggy (I have to agree as had to use page rules, http>https & https://www > 301 > https:// to get everything to work flawlessly).

I took the plunge & set up my SSLs today using the SSL Cert manager. It was super simple & works like a dream (they seem to use LetsEncrypt supplied SSLs BTW). I no longer need the pages too.

Give it a try  :)

Pages: 1 2 [3] 4 5