bump version to 5.0-15

This commit is contained in:
Dietmar Maurer 2018-06-21 10:21:00 +02:00
parent f7bc142000
commit 1ed9e77092
4 changed files with 15 additions and 1 deletions

View File

@ -5,7 +5,7 @@ GEN_PACKAGE=pmg-doc-generator
DOC_PACKAGE=pmg-docs
# also update debian/changelog
PKGREL=14
PKGREL=15
ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH)

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
pmg-docs (5.0-15) unstable; urgency=medium
* gen-pmg.conf.5-opts.pl: add dnsbl_threshold to known parameters
-- Proxmox Support Team <support@proxmox.com> Thu, 21 Jun 2018 10:20:22 +0200
pmg-docs (5.0-14) unstable; urgency=medium
* update generated docs

View File

@ -84,6 +84,10 @@ The maximal number of connection attempts any client is allowed to make to this
Optional list of DNS white/blacklist domains (see postscreen_dnsbl_sites parameter).
`dnsbl_threshold`: `<integer> (0 - N)` ('default =' `1`)::
The inclusive lower bound for blocking a remote SMTP client, based on its combined DNSBL score (see postscreen_dnsbl_threshold parameter).
`dwarning`: `<integer> (0 - N)` ('default =' `4`)::
SMTP delay warning time (in hours).

View File

@ -14,6 +14,10 @@ The maximal number of connection attempts any client is allowed to make to this
Optional list of DNS white/blacklist domains (see postscreen_dnsbl_sites parameter).
`dnsbl_threshold`: `<integer> (0 - N)` ('default =' `1`)::
The inclusive lower bound for blocking a remote SMTP client, based on its combined DNSBL score (see postscreen_dnsbl_threshold parameter).
`dwarning`: `<integer> (0 - N)` ('default =' `4`)::
SMTP delay warning time (in hours).