- Server operating system version
- Debian 10.13
- Plesk version and microupdate number
- 18.0.61_build1800240703.08
I want to set up notifications for any user login (including admin/root) to Plesk using this information: Question - Plesk email alert login
So I created an event "Plesk user logged in" with the command
. Priority lowest, user "root".
It works when I run this command with SSH, but no email arrives when I log out and log back in to Plesk. Do I have to enable events somewhere?
So I created an event "Plesk user logged in" with the command
Bash:
echo "username: ${NEW_CONTACT_NAME}" | mail -s "Plesk: User login" -r "[email protected]" [email protected]
It works when I run this command with SSH, but no email arrives when I log out and log back in to Plesk. Do I have to enable events somewhere?