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