Skip to content
Snippets Groups Projects
Unverified Commit cd372682 authored by Bobberty's avatar Bobberty Committed by GitHub
Browse files

Update README.md

parent b212ad52
No related branches found
No related tags found
No related merge requests found
......@@ -36,16 +36,16 @@ This database was chosen due to the speed and concurrency. It is a Key-Value st
There are no named databases within the LMDB structure.
The data structue is as follows:
domainname.com:mx
Contains a colon seperated list of domain names listed in the MTA-STS HTML record. This may contain wildcards.
domainname.com:mode
Contains the mode the MTA-STS record is in. This may be one of the following "enforce","testing" or "none"
domainname.com:expire
This contains the Unix Time that this record expires in seconds.
domainname.com:id
This is the MTA-STS id located in the MTA-STS DNS TXT record.
domainname.com:report
This is the contact URL for the RFC 8460 TLSRPT. When it comes to the MTA-STS RFC 8461, this is only required if the mode/policy is set to "testing" and the sending server sends regular reports.
- domainname.com:mx
- Contains a colon seperated list of domain names listed in the MTA-STS HTML record. This may contain wildcards.
- domainname.com:mode
- Contains the mode the MTA-STS record is in. This may be one of the following "enforce","testing" or "none"
- domainname.com:expire
- This contains the Unix Time that this record expires in seconds.
- domainname.com:id
- This is the MTA-STS id located in the MTA-STS DNS TXT record.
- domainname.com:report
- This is the contact URL for the RFC 8460 TLSRPT. When it comes to the MTA-STS RFC 8461, this is only required if the mode/policy is set to "testing" and the sending server sends regular reports.
### A few notes:
Gmail.com works perfectly as "enforced".
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment