Manuel
dd4bbc4b22
* Update ElasticSearch and Kibana version * Remove nginx config and cert generation for use of reverse proxy on host * Replace geoip updater with crazymax image * Update formatting to have unix line endings * Rename docker-compose.yml to compose.yml * Add explicit network to compose.yml for use with ipv6 (optional)
27 lines
487 B
INI
27 lines
487 B
INI
# 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 = False
|
|
|
|
### NO EDIT REQURIED DOWN BELOW
|
|
[elasticsearch]
|
|
hosts = elasticsearch:9200
|
|
ssl = False
|