Initial commit
This commit is contained in:
commit
397ddb0e2b
10 changed files with 275 additions and 0 deletions
27
data/conf/parsedmarc/config.ini
Normal file
27
data/conf/parsedmarc/config.ini
Normal file
|
@ -0,0 +1,27 @@
|
|||
# See docs at: domainaware.github.io/parsedmarc/#configuration-file
|
||||
### ADJUST YOUR SETTINGS
|
||||
[general]
|
||||
save_aggregate = True
|
||||
save_forensic = True
|
||||
|
||||
[imap]
|
||||
# IMAP login
|
||||
host = imap.example.com
|
||||
port = 993
|
||||
user = dmarcresports@example.com
|
||||
password = $uperSecure
|
||||
|
||||
# advanced
|
||||
watch = True
|
||||
ssl = True
|
||||
|
||||
archive_folder = Processed
|
||||
delete = False
|
||||
|
||||
# advanced advanced
|
||||
test = True
|
||||
|
||||
### NO EDIT REQURIED DOWN BELOW
|
||||
[elasticsearch]
|
||||
hosts = elasticsearch:9200
|
||||
ssl = False
|
Loading…
Add table
Add a link
Reference in a new issue