Skip to content

Commit

Permalink
Updated sample config
Browse files Browse the repository at this point in the history
  • Loading branch information
patschi committed Feb 23, 2024
1 parent 25b2d0d commit eb00207
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions data/conf/parsedmarc/config.sample.ini
Original file line number Diff line number Diff line change
@@ -1,27 +1,43 @@
# See docs at: domainaware.github.io/parsedmarc/#configuration-file
########################################################
# Please read the docs to fit your needs:
# https://domainaware.github.io/parsedmarc/usage.html
########################################################

### ADJUST YOUR SETTINGS
[general]
save_aggregate = True
save_forensic = True

# Which nameservers to use (default)
nameservers = 1.1.1.1,1.0.0.1

# If debug logging is needed (default)
debug = False

[imap]
# IMAP login
host = imap.example.com
port = 993
user = dmarcresports@example.com
# % character will need to be replaced with %%
password = $uperSecure
ssl = True

# advanced
[mailbox]
# if using IDLE command to process when email arrives
watch = True
# if deleting email once processed
delete = False

# Folder where to look for reports and where to move processed ones
reports_folder = INBOX
archive_folder = Processed
delete = False

# advanced advanced
# When TRUE, it will NOT move or delete messages
test = False

### NO EDIT REQURIED DOWN BELOW
# Docker stack internal
[elasticsearch]
hosts = elasticsearch:9200
ssl = False

0 comments on commit eb00207

Please sign in to comment.