@@ -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.