mirror of
https://github.com/certbot/certbot.git
synced 2026-04-13 13:10:22 -04:00
* Removed `ConfigParser.py` (ACK by Daniel). * Removed MTAConfigGenerator-stub and renamed to `PostfixConfigGenerator.py` * Moved all text/csv processing scripts to `tools/`. * Moved all configuration files into dedicated `examples/` directory. * unified all shebangs to `#!/usr/bin/env python` (default system python). * Moved domain CSV and text-files to `share/`.
187 lines
3.4 KiB
JSON
187 lines
3.4 KiB
JSON
{
|
|
"acceptable-mxs": {
|
|
"163.com": {
|
|
"accept-mx-domains": [
|
|
".163.com"
|
|
]
|
|
},
|
|
"aol.com": {
|
|
"accept-mx-domains": [
|
|
".aol.com"
|
|
]
|
|
},
|
|
"craigslist.org": {
|
|
"accept-mx-domains": [
|
|
".craigslist.org"
|
|
]
|
|
},
|
|
"gmail.com": {
|
|
"accept-mx-domains": [
|
|
".google.com"
|
|
]
|
|
},
|
|
"hotmail.com": {
|
|
"accept-mx-domains": [
|
|
".outlook.com"
|
|
]
|
|
},
|
|
"icloud.com": {
|
|
"accept-mx-domains": [
|
|
".icloud.com"
|
|
]
|
|
},
|
|
"live.com": {
|
|
"accept-mx-domains": [
|
|
".outlook.com"
|
|
]
|
|
},
|
|
"mac.com": {
|
|
"accept-mx-domains": [
|
|
".icloud.com"
|
|
]
|
|
},
|
|
"me.com": {
|
|
"accept-mx-domains": [
|
|
".icloud.com"
|
|
]
|
|
},
|
|
"msn.com": {
|
|
"accept-mx-domains": [
|
|
".outlook.com"
|
|
]
|
|
},
|
|
"naver.com": {
|
|
"accept-mx-domains": [
|
|
".naver.com"
|
|
]
|
|
},
|
|
"outlook.com": {
|
|
"accept-mx-domains": [
|
|
".outlook.com"
|
|
]
|
|
},
|
|
"qq.com": {
|
|
"accept-mx-domains": [
|
|
".qq.com"
|
|
]
|
|
},
|
|
"rocketmail.com": {
|
|
"accept-mx-domains": [
|
|
".yahoo.com"
|
|
]
|
|
},
|
|
"rogers.com": {
|
|
"accept-mx-domains": [
|
|
".yahoo.com"
|
|
]
|
|
},
|
|
"salesforce.com": {
|
|
"accept-mx-domains": [
|
|
".psmtp.com"
|
|
]
|
|
},
|
|
"sbcglobal.net": {
|
|
"accept-mx-domains": [
|
|
".yahoo.com"
|
|
]
|
|
},
|
|
"shaw.ca": {
|
|
"accept-mx-domains": [
|
|
".shaw.ca"
|
|
]
|
|
},
|
|
"sympatico.ca": {
|
|
"accept-mx-domains": [
|
|
".outlook.com"
|
|
]
|
|
},
|
|
"t-online.de": {
|
|
"accept-mx-domains": [
|
|
".t-online.de"
|
|
]
|
|
},
|
|
"wp.pl": {
|
|
"accept-mx-domains": [
|
|
".wp.pl"
|
|
]
|
|
},
|
|
"yahoo.com": {
|
|
"accept-mx-domains": [
|
|
".yahoo.com"
|
|
]
|
|
},
|
|
"yahoogroups.com": {
|
|
"accept-mx-domains": [
|
|
".yahoo.com"
|
|
]
|
|
},
|
|
"yandex.ru": {
|
|
"accept-mx-domains": [
|
|
".yandex.ru"
|
|
]
|
|
},
|
|
"ymail.com": {
|
|
"accept-mx-domains": [
|
|
".yahoo.com"
|
|
]
|
|
}
|
|
},
|
|
"tls-policies": {
|
|
".163.com": {
|
|
"min-tls-version": "TLSv1.1",
|
|
"require-tls": true
|
|
},
|
|
".aol.com": {
|
|
"min-tls-version": "TLSv1",
|
|
"require-tls": true
|
|
},
|
|
".craigslist.org": {
|
|
"min-tls-version": "TLSv1.1",
|
|
"require-tls": true
|
|
},
|
|
".google.com": {
|
|
"min-tls-version": "TLSv1.1",
|
|
"require-tls": true
|
|
},
|
|
".icloud.com": {
|
|
"min-tls-version": "TLSv1",
|
|
"require-tls": true
|
|
},
|
|
".naver.com": {
|
|
"min-tls-version": "TLSv1.1",
|
|
"require-tls": true
|
|
},
|
|
".outlook.com": {
|
|
"min-tls-version": "TLSv1.1",
|
|
"require-tls": true
|
|
},
|
|
".psmtp.com": {
|
|
"min-tls-version": "TLSv1",
|
|
"require-tls": true
|
|
},
|
|
".qq.com": {
|
|
"min-tls-version": "TLSv1",
|
|
"require-tls": true
|
|
},
|
|
".shaw.ca": {
|
|
"min-tls-version": "TLSv1",
|
|
"require-tls": true
|
|
},
|
|
".t-online.de": {
|
|
"min-tls-version": "TLSv1.1",
|
|
"require-tls": true
|
|
},
|
|
".wp.pl": {
|
|
"min-tls-version": "TLSv1.1",
|
|
"require-tls": true
|
|
},
|
|
".yahoo.com": {
|
|
"min-tls-version": "TLSv1.1",
|
|
"require-tls": true
|
|
},
|
|
".yandex.ru": {
|
|
"min-tls-version": "TLSv1.1",
|
|
"require-tls": true
|
|
}
|
|
}
|
|
}
|