Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
@learning_curve : Yes, thanks this is what i was looking for.
Plesk Onyx 17.8.11 Update #50
Make fail2ban detect smtp login failures :
Edit /etc/postfix/master.cf
Comment the last line
plesk_saslauthd unix y y y - 1 plesk_saslauthd status=5 listen=6 dbpath=/var/spool/postfix/plesk/passwd.db...
Hi all
My maillog shows several failed mail authentication attempts.
Fail2ban is configured from Pesk Onyx webui
Defaults jails have simply lowered maxretry values and increased ban periods.
Regarding to the config files and the logs, i cant figure out why Fail2ban does not ban an attacker...
@Ales: i did try ssmtp. Quite same issue with guid
[root@host~] yum install ssmtp
...
Done !
[root@host~] ./update_chroot.sh --add ssmtp
'/usr/sbin/ssmtp' -> '/var/www/vhosts/chroot/usr/sbin/ssmtp'
Done! Do not forget to run './update_chroot.sh --apply domains...' to apply changes in chroot...
It succeed to add mail but not sendmail and can not send email:
[root@host~]# ./update_chroot.sh --add mail
Done! Do not forget to run 'Work/update_chroot.sh --apply domains...' to apply changes in chroot template to domains.
[root@host ~]# ./update_chroot.sh --add sendmail
Done! Do not forget...
Hello
I have a system user with a scheduled task, a "Run a command" task runs a bash script.
The .sh script is run in the chrooted environment as should and works well...
... but the part where it should send an email fails.
Here is the email send command (in script):
/bin/mail -s "The...