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 - Felix

Pages: [1]
1
CWPpro version: 0.9.8.699

The default setup of dovecot SSL is incomplete and will cause issues with some devices/software when verifying the SSL connection/certificate.

To reproduce:
  • Set the correct hostname of the server and get a free SSL (/admin/index.php?module=change_hostname)
  • Rebuild the mail server with the correct certificate (/admin/index.php?module=postfix_manager)
  • Check your config at https://www.sslshopper.com/ssl-checker.html. Insert hostname:995 and have a look
It will show you a broken certificate chain.

To correct this, open dovecot config file at /etc/dovecot/dovecot.conf and go to the line
Code: [Select]
ssl_cert = </etc/pki/tls/certs/hostname.crtand correct it:
Code: [Select]
ssl_cert = </etc/pki/tls/certs/hostname.bundleThen restart dovecot running the command
Code: [Select]
systemctl restart dovecot

2
DNS / Different DNS Templates
« on: July 30, 2018, 03:53:25 PM »
Hello!

Is it possible to have various DNS Templates and be able to apply them on different domains?

For example, for some domains I'd like to have a template that points to Google MX Records and for other domains I'd like to have a template that points to Zoho MX Records. This way, the web site will be on CWP but the mail will be on different server(s).

This is easy to implement in VESTA but I'd like to know if I could do that with CWP. VESTA has some other issues and I'm checking CWP's features to see if I can use it as an alternative to VESTA. DNS Templates is one of the features I need.

3
PHP / Re: How to add modules to CWP PHP Selector?
« on: June 19, 2018, 09:55:36 AM »
Via the [Edit Flags] in PHP Selector someone can pass option/flags to the PHP compiler. But apart from the PHP compilation itself, there is need to also compile memcached (or/and redis), edit the relevant configuration files, load the compiled moduels and of course add the memcached service to the system.

The only "solution" I found about memcached, is by using the PHP Switcher and switch the main PHP version to 7.0 and checking the box below (options) to include memcached (only in nginx+apache configuration - not with varnish). But it's no real solution, because the rest of the PHP Versions will not have memcached.

4
PHP / How to add modules to CWP PHP Selector?
« on: June 17, 2018, 07:36:26 PM »
Hello and thank you for this nice software.

I have a CentOS7 installation with CWPpro version: 0.9.8.669 installed.
The WebServer configuration is: Apache & Nginx Reverse Proxy
I used the PHP Version Switcher to switch to PHP version: 7.0.30 and apart from the defaults, I selected the following options: imagick, redis, uploadprogress, ioncube. When the compilation was finished, I checked and redis (my main concern) was working fine.

Now I need to add the same options (imagick, redis, uploadprogress, ioncube) to all the different PHP Versions that will be compiled and installed with CWP PHP Selector, but I don't know how to do that. Could someone please point me to the right direction?

Pages: [1]