[notify] postfix: 2.7.15 -> 2.8.17

Note that this is an upgrade for the major release of postifx. Follow the
instructions for upgrading as stated in
http://de.postfix.org/ftpmirror/official/postfix-2.8.17.RELEASE_NOTES

Especially note the release notes stating:

If you upgrade from Postfix 2.7, or from Postfix 2.8 before July
25, 2010, you must execute "postfix reload" (or "postfix stop"
followed by "postfix start"). This is needed because the queue
manager to delivery agent protocol has changed. Failure to do this
results in repeated logging of warnings with:

    warning: unexpected attribute rewrite_context ...
This commit is contained in:
Thomas Penteker 2014-04-15 00:53:29 +02:00
parent b704d87663
commit 6cedb7490e
3 changed files with 9 additions and 2 deletions

View File

@ -34,6 +34,7 @@ drwxr-xr-x root/root usr/lib/postfix/
-rwxr-xr-x root/root usr/lib/postfix/bounce
-rwxr-xr-x root/root usr/lib/postfix/cleanup
-rwxr-xr-x root/root usr/lib/postfix/discard
-rwxr-xr-x root/root usr/lib/postfix/dnsblog
-rwxr-xr-x root/root usr/lib/postfix/error
-rwxr-xr-x root/root usr/lib/postfix/flush
-rwxr-xr-x root/root usr/lib/postfix/lmtp
@ -50,6 +51,7 @@ drwxr-xr-x root/root usr/lib/postfix/
-rwxr-xr-x root/root usr/lib/postfix/postfix-script
-rwxr-xr-x root/root usr/lib/postfix/postfix-wrapper
-rwxr-xr-x root/root usr/lib/postfix/postmulti-script
-rwxr-xr-x root/root usr/lib/postfix/postscreen
-rwxr-xr-x root/root usr/lib/postfix/proxymap
-rwxr-xr-x root/root usr/lib/postfix/qmgr
-rwxr-xr-x root/root usr/lib/postfix/qmqpd
@ -59,6 +61,7 @@ drwxr-xr-x root/root usr/lib/postfix/
-rwxr-xr-x root/root usr/lib/postfix/smtpd
-rwxr-xr-x root/root usr/lib/postfix/spawn
-rwxr-xr-x root/root usr/lib/postfix/tlsmgr
-rwxr-xr-x root/root usr/lib/postfix/tlsproxy
-rwxr-xr-x root/root usr/lib/postfix/trivial-rewrite
-rwxr-xr-x root/root usr/lib/postfix/verify
-rwxr-xr-x root/root usr/lib/postfix/virtual
@ -98,6 +101,7 @@ drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/postfix-wrapper.5.gz
-rw-r--r-- root/root usr/man/man5/regexp_table.5.gz
-rw-r--r-- root/root usr/man/man5/relocated.5.gz
-rw-r--r-- root/root usr/man/man5/sqlite_table.5.gz
-rw-r--r-- root/root usr/man/man5/tcp_table.5.gz
-rw-r--r-- root/root usr/man/man5/transport.5.gz
-rw-r--r-- root/root usr/man/man5/virtual.5.gz
@ -107,6 +111,7 @@ drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/cleanup.8.gz
-rw-r--r-- root/root usr/man/man8/defer.8.gz
-rw-r--r-- root/root usr/man/man8/discard.8.gz
-rw-r--r-- root/root usr/man/man8/dnsblog.8.gz
-rw-r--r-- root/root usr/man/man8/error.8.gz
-rw-r--r-- root/root usr/man/man8/flush.8.gz
-rw-r--r-- root/root usr/man/man8/lmtp.8.gz
@ -115,6 +120,7 @@ drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/oqmgr.8.gz
-rw-r--r-- root/root usr/man/man8/pickup.8.gz
-rw-r--r-- root/root usr/man/man8/pipe.8.gz
-rw-r--r-- root/root usr/man/man8/postscreen.8.gz
-rw-r--r-- root/root usr/man/man8/proxymap.8.gz
-rw-r--r-- root/root usr/man/man8/qmgr.8.gz
-rw-r--r-- root/root usr/man/man8/qmqpd.8.gz
@ -124,6 +130,7 @@ drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/smtpd.8.gz
-rw-r--r-- root/root usr/man/man8/spawn.8.gz
-rw-r--r-- root/root usr/man/man8/tlsmgr.8.gz
-rw-r--r-- root/root usr/man/man8/tlsproxy.8.gz
-rw-r--r-- root/root usr/man/man8/trace.8.gz
-rw-r--r-- root/root usr/man/man8/trivial-rewrite.8.gz
-rw-r--r-- root/root usr/man/man8/verify.8.gz

View File

@ -1,4 +1,4 @@
be543b65525f544386a2d8395ea19cdf aliases
a9b34452908992d755fbde7d1d4a9e69 postfix-2.7.15.tar.gz
57ac0381ae70754d6aea5e8fb379ab8a postfix-2.8.17.tar.gz
8bee559587e2ccbaf0aadd88b6ca339a postfix.patch
d18be5c17604f9c712a28339ff0f61cb postfix.rc

View File

@ -5,7 +5,7 @@
# Depends on: cyrus-sasl
name=postfix
version=2.7.15
version=2.8.17
release=1
source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/$name-$version.tar.gz \
aliases postfix.rc postfix.patch)