File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -64,9 +64,6 @@ For the Docker use case, environment variables are recommended.
64
64
Do not forget to forward the port for the HTTP server!
65
65
By default the HTTP server will use port 8080.
66
66
67
- Currently only one combined IMAP inbox for both report types, DMARC and SMTP TLS, is supported.
68
- You might have to setup some additional forwarding if you are receiving them separate.
69
-
70
67
Here is an example:
71
68
72
69
sudo docker run --rm \
@@ -78,6 +75,13 @@ Here is an example:
78
75
-p 8080:8080 \
79
76
ghcr.io/cry-inc/dmarc-report-viewer
80
77
78
+ ### IMAP Folders
79
+ You can define separate IMAP folders for fetching DMARC and TLS reports.
80
+ By default one single ` INBOX ` is used to look for both kind of reports.
81
+ If you specify at least one of the dedicated folders, the default folder will be disabled.
82
+ Please note that fetching reports from different IMAP accounts is currently not supported.
83
+ You might have to setup some forwarding if you are receiving them on separate accounts.
84
+
81
85
### IMAP with STARTTLS
82
86
By default the IMAP client will attempt to use a TLS encrypted connection using port 993.
83
87
For STARTTLS set the ENV variables ` IMAP_STARTTLS=TRUE ` and ` IMAP_PORT=143 ` .
You can’t perform that action at this time.
0 commit comments