From ebf2e1413316ded18e8b716937b76fb6524ae016 Mon Sep 17 00:00:00 2001 From: John Poland Date: Sat, 11 Oct 2025 17:07:42 -0400 Subject: [PATCH] fortigate/global/dlp.cfg Sat Oct 11 05:07:41 PM EDT 2025 --- configs/fortigate/global/dlp.cfg | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 configs/fortigate/global/dlp.cfg diff --git a/configs/fortigate/global/dlp.cfg b/configs/fortigate/global/dlp.cfg new file mode 100644 index 0000000..c775348 --- /dev/null +++ b/configs/fortigate/global/dlp.cfg @@ -0,0 +1,9 @@ +config dlp sensor + edit "g-default" + set comment "Default sensor." + next + edit "g-sniffer-profile" + set comment "Log a summary of email and web traffic." + set summary-proto smtp pop3 imap http-get http-post + next +end