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.
Pages: [1]
1
Suggestions / Re: Providing ImunifyAV Free and or Imunify360
« on: April 11, 2023, 03:26:20 PM »Imunify can now be installed as stand alone. I haven't tried it yet but looks good so far.
Some details i found on their siteCode: [Select]https://blog.imunify360.com/how-to-run-imunifyav-in-stand-alone-mode-on-a-linux-server
Code: [Select]https://blog.imunify360.com/imunify360-4.8-released
I will give it a shot soon
I tried what they called it "stand-alone-non-panel" it is not working, if anyone did it please share it with us.
I've success to install imunifyav on CWP server.
1) create a subdomain , for example : imav.xxx.com
2) create a config file /etc/sysconfig/imunify360/integration.conf
input those two line :
[paths]
ui_path = /home/[your user]/public_html/imav
3) Run those two command for installation
wget https://repo.imunify360.cloudlinux.com/defence360/imav-deploy.sh -O imav-deploy.sh
bash imav-deploy.sh
4) chown of imav directory to your user
5) then open your browser to https://imav.xxx.com , use root login.
2
SSL / Letencrypt Auto renew and dovecot problem
« on: April 13, 2021, 02:20:05 AM »
I've enable auto renew for Letencrypt SSL , it can renew SSL cert every 90 days .
But yesterday I find that , my iPhone non-stop pop up said that SSL cert expired.
Once I restart devecot service manually , problem solved.
Is that a solution for trigger auto restart devecot service once renew the letencrypt SSL cert ?
Thanks
Kevin Lo
But yesterday I find that , my iPhone non-stop pop up said that SSL cert expired.
Once I restart devecot service manually , problem solved.
Is that a solution for trigger auto restart devecot service once renew the letencrypt SSL cert ?
Thanks
Kevin Lo
Pages: [1]