diff --git a/debian/README.Debian b/debian/README.Debian index fc03b89..9003d76 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -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 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 -------------------- diff --git a/debian/changelog b/debian/changelog index e4e2240..49b4dd7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu, 19 Feb 2009 22:57:47 +0100 + -- Jan Wagner Sun, 28 Jun 2009 13:27:18 +0200 postfwd (1.10pre8b-1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 4a71dc6..0d77979 100755 --- a/debian/rules +++ b/debian/rules @@ -24,7 +24,7 @@ binary-indep: build install dh_testroot dh_installchangelogs doc/CHANGELOG 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_installman man/man8/postfwd.8 dh_link