-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdmarchiver.conf
38 lines (34 loc) · 973 Bytes
/
dmarchiver.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
imap:
# quoted string, e.g. "mail.example.com"
imap_host: ""
# quoted string, e.g. "user"
imap_user: ""
# quoted string, e.g. "p4ssw0rd"
imap_pass: ""
# IMAP Port
imap_port: 143
# e.g. "INBOX/DMARC"
imap_folder: ""
# e.g. "INBOX/DMARC/processed"
done_folder: ""
connection:
# Boolean (True/False)
use_starttls: True
# Boolean (True/False)
use_tls: False
content:
# List of allowed Content-Types (attachments)
allowed: '[ "application/x-zip-compressed", "application/gzip", "application/zip", "application/octet-stream", "text/plain" ]'
process:
# Run in daemon mode?
daemon: False
# Time interval in seconds to fetch reports (daemon mode only)
delay: 600
# Location of the log file
logfile: "/var/log/dmarchiver.log"
# Where to store reports (temporary)
tmpdir: "/tmp/dmarchiver"
# Boolean
debug: False
# Location of the sqlite file
sqlitefile: ""