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

Pages: [1]
1
E-Mail / Re: catch unrouted emails only?
« on: February 14, 2018, 01:19:24 PM »
Worth mentioning that this rule will get lost if you rebuild postfix.

A better solution is (perhaps) to create aliases/forwarders for the accounts you don't want to be caught.

I.e. we have a catch-all for *@example.com, and accounts for john@example.com and sarah@example.com.

If you create a forwarder for each of john and sarah as follows, then these will take precedence over the catch-all rule and their mails will be delivered to their inbox instead of the catch-all.

john@example.com > john@example.com
sarah@example.com > sarah@example.com

HTH

2
SSL / Re: AutoSsl installation failed!
« on: February 09, 2018, 01:11:04 PM »
check your domain is access. If it is access
try to rebuild the apache and then try to install the SSL certs.

Hi, thanks, how do I rebuild the current version of Apache? CWP only lets me rebuild to another version.

3
PHP / Re: PHP version vs. PHP-FPm version
« on: February 09, 2018, 01:01:45 PM »
I think you're seeing different versions because php-fpm is reading from a different php config file? try "php-fpm -i" and see what php.ini it is using.

I am having loads of issues trying to get php-fpm running on my server, and have noticed the above on my travels...

I am running PHP7.2 under a virtual host which reads from `/opt/alt/php72/usr/php/php.ini`.

However, the php-fpm service (which i think is running under `cwp-phpfpm`) reads from `/usr/local/cwp/php71/etc/php-fpm.conf` - note the different version of PHP. If you have any ideas then please let me know ;)

4
SSL / Re: AutoSsl installation failed!
« on: February 08, 2018, 02:29:22 PM »
Hi all, I'm having this same problem, except I have no redirects in place, and if I create the very same file in the same location I can access it no problem.

Here is the log:

Code: [Select]
AutoSSL Issue Failed![Thu Feb  8 14:05:26 GMT 2018] Single domain='p2online.co.uk'
[Thu Feb  8 14:05:26 GMT 2018] Getting domain auth token for each domain
[Thu Feb  8 14:05:26 GMT 2018] Getting webroot for domain='p2online.co.uk'
[Thu Feb  8 14:05:26 GMT 2018] Getting new-authz for domain='p2online.co.uk'
[Thu Feb  8 14:05:28 GMT 2018] The new-authz request is ok.
[Thu Feb  8 14:05:28 GMT 2018] Verifying:p2online.co.uk
[Thu Feb  8 14:05:31 GMT 2018] p2online.co.uk:Verify error:Invalid response from http://p2online.co.uk/.well-known/acme-challenge/zPK35sXPTQ8f9kArarVihgMT6BXrW-O3I8Q1Dz95F3Y:
[Thu Feb  8 14:05:31 GMT 2018] Please check log file for more details: /root/.acme.sh/acme.sh.log
AutoSSL Issue Failed![Thu Feb  8 14:05:34 GMT 2018] Single domain='p2online.co.uk'
[Thu Feb  8 14:05:34 GMT 2018] Getting domain auth token for each domain
[Thu Feb  8 14:05:34 GMT 2018] Getting webroot for domain='p2online.co.uk'
[Thu Feb  8 14:05:34 GMT 2018] Getting new-authz for domain='p2online.co.uk'
[Thu Feb  8 14:05:35 GMT 2018] The new-authz request is ok.
[Thu Feb  8 14:05:35 GMT 2018] Verifying:p2online.co.uk
[Thu Feb  8 14:05:39 GMT 2018] p2online.co.uk:Verify error:Invalid response from http://p2online.co.uk/.well-known/acme-challenge/unHo2bTpxz2pAQ1R1WBbM6sQDYiKoCt7SWiCG80oPKA:
[Thu Feb  8 14:05:39 GMT 2018] Please check log file for more details: /root/.acme.sh/acme.sh.log

Any ideas please? This is happening for all domains on the server. Thanks.

Pages: [1]