We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d482fbf commit b1ef575Copy full SHA for b1ef575
setup.py
@@ -7,7 +7,7 @@
7
long_description = f.read() # pylint: disable=invalid-name
8
9
setup(name='postfix_mta_sts_resolver',
10
- version='1.1.3',
+ version='1.1.4',
11
description='Daemon which provides TLS client policy for Postfix '
12
'via socketmap, according to domain MTA-STS policy',
13
url='https://github.com/Snawoot/postfix-mta-sts-resolver',
snapcraft.yaml
@@ -1,5 +1,5 @@
1
name: postfix-mta-sts-resolver
2
-version: '1.1.3'
+version: '1.1.4'
3
summary: Policy-server for Postfix which handles MTA-STS resolving
4
description: |
5
Daemon which provides TLS client policy for Postfix via socketmap,
0 commit comments