mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 07:42:08 -04:00
Obtain acceptable_mxs the right way
This commit is contained in:
parent
074fef773b
commit
28bb0eb6ac
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ class PostfixConfigGenerator(MTAConfigGenerator):
|
|||
|
||||
def set_domainwise_tls_policies(self):
|
||||
self.policy_lines = []
|
||||
all_acceptable_mxs = self.policy_config.get_acceptable_mxs_dict()
|
||||
all_acceptable_mxs = self.policy_config.acceptable_mxs
|
||||
for address_domain, properties in all_acceptable_mxs.items():
|
||||
mx_list = properties.accept_mx_domains
|
||||
if len(mx_list) > 1:
|
||||
|
|
|
|||
Loading…
Reference in a new issue