parsedmarc-dockerized/data/conf/parsedmarc/config.sample.ini
2020-08-08 23:16:14 +01:00

27 lines
485 B
INI
Executable file

# 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
ssl = True
# advanced
watch = True
archive_folder = Processed
delete = False
# advanced advanced
test = True
### NO EDIT REQURIED DOWN BELOW
[elasticsearch]
hosts = elasticsearch:9200
ssl = False