How to disable Cron Notification Mails

laxarus

Member
Aug 4, 2023
14
1
8
Hi,
I just setup my AD/LDAP realm in PBS and noticed there were no auto sync options.

Created this cron file to run sync automatically

/etc/cron.d/ad-sync

Code:
# Run LDAP/AD Realm Sync with the defined "Realm ID" every 30 minutes
*/30 * * * * root /usr/sbin/proxmox-backup-manager ad sync domain.com

It works, however, it annoyingly sends mail notifications every 30 mins too.

1783682486787.png

I have a slightly modified Notification Matcher which in addition to default prune (info) also disabled sync (info) notifications.

1783682384355.png

1783682413997.png

How can I disable this cron AD/LDAP sync notification? I could not find anything in the documentation.