This repository has been archived by the owner on Apr 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integrated output format into inputs. Added POP3 support.
- Loading branch information
1 parent
c47a486
commit e20b42f
Showing
34 changed files
with
1,065 additions
and
694 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,23 @@ | ||
[dmarc_directory://<name>] | ||
dmarc_directory = Directory containing DMARC aggregate reports | ||
quiet_time = Ignore files that have a modification time of less than n seconds ago. | ||
resolve_ip = Resolve the source_ip field in the DMARC XML aggregate report | ||
validate_xml = Validate the aggregate report XML against the DMARC XSD. Results are included in the field vendor_rua_xsd_validation. | ||
|
||
[dmarc_imap://<name>] | ||
global_account = Select the IMAP account to use | ||
imap_server = Connect to the specified IMAP server with TLS (port 993) | ||
resolve_ip = Resolve the source_ip field in the DMARC XML aggregate report | ||
validate_xml = Validate the aggregate reports against the DMARC XSD. Results are included in the field vendor_rua_xsd_validation. | ||
|
||
[dmarc_imap_json://<name>] | ||
global_account = Use the account configured in the setup tab | ||
imap_server = Connect to the specified IMAP server with TLS (port 993) | ||
resolve_ip = Resolve the source_ip field in the DMARC aggregate reports. | ||
validate_xml = Validate the aggregate reports against the DMARC XSD. Results are included in the field vendor_rua_xsd_validation. | ||
validate_dkim = (Beta) Validate the DKIM signatures in the mail headers. Results are currently only available in DEBUG log. | ||
imap_mailbox = Select the IMAP mailbox to poll. Default: INBOX | ||
output_format = | ||
|
||
[dmarc_directory_json://<name>] | ||
[dmarc_pop3://<name>] | ||
global_account = | ||
pop3_server = Connect to the specified POP3 server with TLS (port 995) | ||
resolve_ip = Resolve the source_ip field in the DMARC aggregate reports. | ||
validate_xml = Validate the aggregate reports against the DMARC XSD. Results are included in the field vendor_rua_xsd_validation. | ||
validate_dkim = (Beta) Validate the DKIM signatures in the mail headers. Results are currently only available in DEBUG log. | ||
output_format = | ||
|
||
[dmarc_directory://<name>] | ||
dmarc_directory = Directory containing DMARC aggregate reports | ||
quiet_time = Ignore files that have a modification time of less than n seconds ago. | ||
resolve_ip = Resolve the source_ip field in the DMARC XML aggregate report | ||
validate_xml = Validate the aggregate report XML against the DMARC XSD. Results are included in the field vendor_rua_xsd_validation. | ||
validate_xml = Validate the aggregate report XML against the DMARC XSD. Results are included in the field vendor_rua_xsd_validation. | ||
output_format = |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.