opt/postfix
Thomas Penteker 6cedb7490e [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 ...
2014-04-15 00:53:29 +02:00
..
.footprint [notify] postfix: 2.7.15 -> 2.8.17 2014-04-15 00:53:29 +02:00
.md5sum [notify] postfix: 2.7.15 -> 2.8.17 2014-04-15 00:53:29 +02:00
aliases
Pkgfile [notify] postfix: 2.7.15 -> 2.8.17 2014-04-15 00:53:29 +02:00
post-install postfix: 2.5.17 -> 2.6.15 2012-04-29 23:28:01 +02:00
postfix.patch postfix: fixed alias_maps/alias_database options in main.cf 2007-08-11 14:58:49 +02:00
postfix.rc
pre-install postfix: adjust documentation for the new (default) MTA exim 2010-05-04 20:40:32 +02:00
README postfix: adjust documentation for the new (default) MTA exim 2010-05-04 20:40:32 +02:00

REQUIREMENTS

   1. Remove exim.  Postfix and exim can NOT coexist.     

   2. Group "postdrop" MUST exist and MUST be empty.

PRE-INSTALL

   pkgrm exim
   groupadd postdrop

   NOTICE: If upgrading from 1.x.x / 2.0 / 2.1 series: STOP postfix
     before update. 

     AFTER upgrading from an older release DO NOT copy the old
     master.cf/main.cf files over the new files. Instead, you MUST
     let the Postfix installation procedure update the existing
     configuration files with new service entries.

     Please consult postfix release notes on Postfix website for
     further update details.

POST-INSTALL

   cd /etc/postfix

   sh post-install \
       manpage_directory=/usr/man \
       command_directory=/usr/sbin \
       config_directory=/etc/postfix \
       setgid_group=postdrop \
       mail_owner=mail \
       upgrade-package

   sh post-install \
       command_directory=/usr/sbin \
       config_directory=/etc/postfix \
       setgid_group=postdrop \
       mail_owner=mail \
       create-missing

   Rebuild hash maps:

       /usr/sbin/postalias /etc/postfix/aliases
       /usr/sbin/postmap hash:/etc/postfix/{virtual,relocated,access,transport}

MISCELLANEOUS

  The packager of this port (Victor) also supplied an example
  configuration and some notes. I've separated them from this port. You
  can get them here:

    http://hometux.de/crux/postfix_victor.tar.gz