-
Hi,
I've done my own troubleshooting and Googling and I can't work out what I've missed.
This is installed on Splunk 8.2.1, however it's not working.
The main clue I've got is messaged about …
-
Hi,
After seeing this app in the .conf slides - https://conf.splunk.com/files/2019/slides/SEC1106.pdf, I am keen to get it working!
I have installed the app and I can get to the setup page and ent…
-
In dmarc-convertor.sh "files" variable is coded to only *.zip.
Change
`files=( "${ATTACH}/${ydate}"/*.zip )`
to
`files=( "${ATTACH}/${ydate}"/* )`
and it will work on both.
-
Hi I have been trying to get this to work, by running dmarc-convertor, but running into errors saying:
Step 1: Fetch dmarc reports from mailbox
----------------------------------------
usage: imap-…