Search found 4 matches
- Fri Jul 17, 2020 3:13 pm
- Forum: General Discussion
- Topic: Fail2ban problem Dovecot exim - RESOLVED - DEVS SEE THIS PLZ
- Replies: 14
- Views: 35380
Re: Fail2ban problem Dovecot exim - RESOLVED - DEVS SEE THIS PLZ
Thank you Felx, I have run fail2ban-regex result below [root@server1 ~]# fail2ban-regex /var/log/dovecot.log etc/fail2ban/filter.d/dovecot.conf Running tests ============= Use failregex line : etc/fail2ban/filter.d/dovecot.conf Traceback (most recent call last): File "/usr/bin/fail2ban-regex", line...
- Fri Jul 27, 2018 8:03 am
- Forum: General
- Topic: How I can uninstall Softaculous?
- Replies: 13
- Views: 26451
Re: How I can uninstall Softaculous?
Same problem here
What I did is go to /etc/cron.d/
Code: Select all
chmod 000 softaculous
chmod 000 softaculous2
- Thu Jul 26, 2018 9:29 am
- Forum: General
- Topic: How I can uninstall Softaculous?
- Replies: 13
- Views: 26451
Re: How I can uninstall Softaculous?
Yes, I need to edit this file
Code: Select all
nano /usr/local/vesta/web/templates/user/panel.html
Code: Select all
if ($_SESSION['SOFTACULOUS'])
Code: Select all
if ($_SESSION['SOFTACULOUS'] == 'yes')
- Wed Jul 25, 2018 1:27 pm
- Forum: 3rd Party Software
- Topic: How to Auto Change IP Address in VestaCP
- Replies: 39
- Views: 185860
Re: How to Auto Change IP Address in VestaCP
I don't know why you really need a script to do this actually? Just change your IPs in your /etc/network/interfaces, then /usr/local/vesta/bin/v-update-sys-ip or goto WebUI >> IP >> Re-Read IP then do /usr/local/vesta/bin/v-change-web-domain-ip for your domains one by one or batch them After that j...