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

Pages: 1 ... 3 4 [5] 6 7 ... 21
61
Technical Help / Re: EHCP and Debian 10 with php7.4
« on: November 24, 2020, 05:14:38 pm »
It is not recommended to install EHCP with a pre-configured version of PHP installed not configured by the EHCP Force installer.

62
Technical Help / Re: *** SECURITY information for domain.ch ***
« on: November 24, 2020, 04:42:22 pm »
Hi Spicer,

The update made on November 14th should patch this vulnerability.  I too unfortunately suffered through it.  It was caused by vulnerabilities in the open configuration of php-fpm which has since been hardened.

Here is a script I put together that I used to remove the Miner:

Code: [Select]
sudo -i
killall -9 kdevtmpfsi
killall -9 kinsing
rm -rf /var/tmp/kinsing
rm -rf /var/tmp/.ICEd-unix
rm -rf /var/tmp/.ICE-unix
rm -rf /tmp/kdevtmpfsi
rm -rf /tmp/.ICEd-unix
rm -rf /tmp/.ICE-unix
rm -rf /tmp/kinsing
rm -rf /tmp/libsystem.so
rm -rf /var/spool/cron/crontabs/ftp
rm -rf /var/spool/cron/crontabs/vsftpd

I would update EHCP Force to the latest version, and then I would run the above commands at the root user.

63
General / Re: Update Log
« on: November 14, 2020, 05:36:49 pm »
An important security update has been released.

64
General / Re: Update Log
« on: November 04, 2020, 03:24:13 pm »
Minor update released

65
General / Re: Update Log
« on: October 26, 2020, 10:38:22 am »
Minor update released for problems in Ubuntu 16.04 caused by recently back-ported packages. 

66
Technical Help / Re: Change IP and Domain
« on: October 15, 2020, 08:47:52 am »
Should be fine.  Just update the DNS records for the domain and make sure to import your database and reconfigure the domain on the server you're transferring it to.

67
Technical Help / Re: FTP problems
« on: October 15, 2020, 08:46:53 am »
Yeah, this became a problem in Ubuntu 18.04 recently.  It should be fixed though. 

68
General / Re: Update Log
« on: September 26, 2020, 02:21:53 pm »
Minor update released for problems discovered in Ubuntu 18.04.

69
General / Re: Update Log
« on: August 26, 2020, 03:24:04 pm »
Minor update released.

70
Technical Help / Re: How to change the php version?
« on: July 22, 2020, 11:40:36 pm »
You can't.  Use PHP 7.4 or whatever version the installer installs for you (OS and Version Specific). 

71
Some ISPs block port 25.  Thus, you may not be able to receive email messages on a home ISP connection.  You can send messages, but you'll need to use the submission port (587) instead. 

If port 587 is blocked, you should use a relay for home ISP connections like https://reachmail.com/ ReachMail

72
Technical Help / Re: Problems Sending and Receiving mail
« on: July 09, 2020, 04:56:57 pm »
You can try running this script manually with sudo:

https://github.com/earnolmartin/EHCP-Force-Edition/blob/master/ehcp/scripts/install_dkim_postfix.sh

Code: [Select]
sudo bash install_dkim_postfix.sh {DOMAIN_TO_USE_EX=google.com} add

Post any problems from that script here.  I have tested the DKIM functionality of EHCP Force on many fresh installs, and I have yet to encounter any problems with it.

73
Ubuntu / Re: Upgrade from 18.04 to 20.04
« on: May 13, 2020, 02:55:04 pm »
Actually, in your case, I'm not sure.  It looks like everything is configured to use PHP 7.4.x by default on a fresh installation.  I would not change what was installed, but since you upgraded to 20.04 from 18.04, what happens if you remove PHP 7.2.x and install / reinstall / reconfigure PHP 7.4.x?  What webserver mode are you using?  Be sure to install php-fpm package for your version of php.  Maybe uninstall and purge all PHP 7.2 packages before installing all of the PHP 7.4 packages?

74
General / Re: Update Log
« on: May 13, 2020, 02:51:20 pm »
Update released.

75
Ubuntu / Re: Upgrade from 18.04 to 20.04
« on: May 13, 2020, 09:57:58 am »
No, you should use PHP 7.4

Pages: 1 ... 3 4 [5] 6 7 ... 21