mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-02-20 00:06:25 +00:00
43 lines
942 B
INI
43 lines
942 B
INI
# This is an example comment
|
|
|
|
[general]
|
|
save_aggregate = True
|
|
save_forensic = True
|
|
|
|
[imap]
|
|
host = imap.example.com
|
|
user = dmarcresports@example.com
|
|
password = $uperSecure
|
|
watch = True
|
|
|
|
[elasticsearch]
|
|
hosts = 127.0.0.1:9200
|
|
ssl = False
|
|
|
|
[splunk_hec]
|
|
url = https://splunkhec.example.com
|
|
token = HECTokenGoesHere
|
|
index = email
|
|
|
|
[s3]
|
|
bucket = my-bucket
|
|
path = parsedmarc
|
|
|
|
[gmail_api]
|
|
credentials_file = /etc/example/credentials.json
|
|
token_file = /etc/example/token.json
|
|
include_spam_trash = True
|
|
paginate_messages = True
|
|
scopes = https://www.googleapis.com/auth/gmail.modify
|
|
|
|
[msgraph]
|
|
auth_method = ClientSecret
|
|
client_id = 12345678-90ab-cdef-1234-567890abcdef
|
|
client_secret = your-client-secret-here
|
|
tenant_id = 12345678-90ab-cdef-1234-567890abcdef
|
|
mailbox = dmarc-reports@example.com
|
|
# Use standard folder names - they work across all locales
|
|
# and avoid "Default folder Root not found" errors
|
|
reports_folder = Inbox
|
|
archive_folder = Archive
|