At the last days I had an issue with job notifications not sent from the VBR Console after modifying the users and roles within the console.
One of my clients demanded that the access to the VBR console has to be restricted to some explicitly defined backup Admins and no one else.
So, I removed the local Administrators group from the list in the users and roles and added the personalized accounts of the backup admins.
Fine, the backup admins can start the console and work with it, and all other accounts have no access…
The next morning the admins told me that no job notifications were sent in the night.
My first thought was that the colleagues responsible for the mail server and/or the firewalls had done some changes and now the backup server cannot reach the mail server. But after checking with them no changes were done and there were no dropped mails at the mail server. So, it seems that the VEEAM server did not send anything at all…
I saw then that some mail from PowerShell scripts were sent in the night. Strange…
I tried to send the test mail from the VBR console, and this worked, too. Even stranger…
After some internet searching, I found that the local system account must have VEEAM Backup Admin rights for the notifications to work. OK… but how to add it to the users and roles? I don’t want to use the local Administrators group, so I have to add it explicitly to the list.
After trying quite some combinations and names – all resulting with “Invalid user name” – I finally got to an solution.
It is named “NT Authority\SYSTEM”
Windows or VEEAM translates it into your local language after adding, so the list looks something looks this at the end.
After this the notifications are sent again, and my access problem is solved.
I don’t know if this is a topic for you or if there is a simpler solution for it. But I found nothing in the documentation about this, there are some hints for the local system account only, but no example how to add it.
Please let me know if I missed something or if I am completely wrong with this.
Edit:
I see this applies up to V10 only.
In V11 no admin rights are necessary for the console and no local system account is needed in the VEEAM Backup Admin role.
Perhaps this helps some people still using V10 or older…