For example I would like to block all emails that contain links to for example onedrive.live.com (https://onedrive.live.com/ and http://onedrive.live.com/). This means that any emails that contain this domain/link/text would be blocked.
What would be the easiest way to do this in proxmox. Someone suggested to do this in clamav but it does not work for me.
Thanks.
For exemple, to drop onedrive links :
echo "OneDriveLink:0:*:3c75726c737472696e673e68747470733a2f2f6f6e6564726976652e6c6976652e636f6d2f646f776e6c6f6164" >/var/lib/clamav/onedrivelink.ndb
/etc/init.d/clamav-daemon restart
What would be the easiest way to do this in proxmox. Someone suggested to do this in clamav but it does not work for me.
Thanks.
For exemple, to drop onedrive links :
echo "OneDriveLink:0:*:3c75726c737472696e673e68747470733a2f2f6f6e6564726976652e6c6976652e636f6d2f646f776e6c6f6164" >/var/lib/clamav/onedrivelink.ndb
/etc/init.d/clamav-daemon restart