gitextract_h1n5mfwv/ ├── .dir-locals.el ├── .gitignore ├── .pylintrc ├── .travis.yml ├── LICENSE.TXT ├── README.md ├── RULES.md ├── USAGE.md ├── VALIDATION.md ├── code_legacy/ │ ├── PostfixConfigGenerator.py │ ├── PostfixLogSummary.py │ └── TestPostfixConfigGenerator.py ├── policy.json ├── policy.json.asc ├── schema/ │ └── policy-0.1.schema.json ├── scripts/ │ ├── starttls-policy.cron.d │ ├── update_and_verify.sh │ └── verify.sh ├── share/ │ ├── golden-domains.txt │ └── google-starttls-domains.csv ├── test_rules/ │ ├── bigger_test_config.json │ └── config.json ├── tests/ │ ├── policy_test.py │ ├── test-requirements.txt │ └── validate_signature.sh └── tools/ ├── CheckSTARTTLS.py └── ProcessGoogleSTARTTLSDomains.py