new upstream release
This commit is contained in:
parent
8adbccfd04
commit
2874894fca
4
debian/README.Debian
vendored
4
debian/README.Debian
vendored
|
@ -9,6 +9,10 @@ located in /usr/share/doc/postfwd/examples/.
|
||||||
An other can be found at http://hege.li/howto/spam/etc/postfwd/postfwd.conf
|
An other can be found at http://hege.li/howto/spam/etc/postfwd/postfwd.conf
|
||||||
and is provided as example-cfg2.txt.
|
and is provided as example-cfg2.txt.
|
||||||
|
|
||||||
|
A quickstart guide is available at http://www.postfwd.org/quick.html and the
|
||||||
|
online documentation at http://www.postfwd.org/doc.html, the offline version
|
||||||
|
can be viewed with 'postfix -m'.
|
||||||
|
|
||||||
2. AUTOMATIC STARTUP
|
2. AUTOMATIC STARTUP
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
|
19
debian/changelog
vendored
19
debian/changelog
vendored
|
@ -1,8 +1,21 @@
|
||||||
postfwd (1.10pre8b-2) UNRELEASED; urgency=low
|
postfwd (1.13-1) unstable; urgency=low
|
||||||
|
|
||||||
* NOT RELEASED YET
|
* new upstream release
|
||||||
|
- enabled dns cache for sender(ns|mx) and helo address
|
||||||
|
- new options --dns_max_ns_lookups and --dns_max_mx_lookups
|
||||||
|
- new items sender_ns_names and sender_ns_addrs
|
||||||
|
- new items sender_mx_names and sender_mx_addrs
|
||||||
|
- new item helo_address, please see docs for more
|
||||||
|
- added --proto switch, to enable the use of unix domain sockets
|
||||||
|
- added command-line options --kill and --reload
|
||||||
|
- dnsbl txt lookups only for dnsbls with at least one a record
|
||||||
|
- small performance improvement
|
||||||
|
- ask() action allows to use another policy service
|
||||||
|
- new options --noidlestats and --norulelog
|
||||||
|
* install postfwd.cf.sample, was renamed upstream
|
||||||
|
* leave hint about documentation in README.Debian
|
||||||
|
|
||||||
-- Jan Wagner <waja@cyconet.org> Thu, 19 Feb 2009 22:57:47 +0100
|
-- Jan Wagner <waja@cyconet.org> Sun, 28 Jun 2009 13:27:18 +0200
|
||||||
|
|
||||||
postfwd (1.10pre8b-1) unstable; urgency=low
|
postfwd (1.10pre8b-1) unstable; urgency=low
|
||||||
|
|
||||||
|
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -24,7 +24,7 @@ binary-indep: build install
|
||||||
dh_testroot
|
dh_testroot
|
||||||
dh_installchangelogs doc/CHANGELOG
|
dh_installchangelogs doc/CHANGELOG
|
||||||
dh_installdocs tools
|
dh_installdocs tools
|
||||||
dh_installexamples etc/postfwd.cf debian/example-cfg*
|
dh_installexamples etc/postfwd.cf.sample debian/example-cfg*
|
||||||
dh_installinit -- defaults 19 21
|
dh_installinit -- defaults 19 21
|
||||||
dh_installman man/man8/postfwd.8
|
dh_installman man/man8/postfwd.8
|
||||||
dh_link
|
dh_link
|
||||||
|
|
Loading…
Reference in a new issue