On Sun, 2011-08-07 at 15:15:14 +0200, Bernard T. Higonnet wrote: > In connection with various other problems I shall probably need help > with later, I thought I might re-install Postfix 2.8.3 from ports in > FreeBSD 8.2. As part of the install I get the following messages:
FYI: 2.8.4 is the latest version in ports. > Note: the following files or directories still exist but are > no longer part of Postfix: > > /etc/postfix/access /etc/postfix/aliases /etc/postfix/canonical > /etc/postfix/generic /etc/postfix/header_checks > /etc/postfix/postfix-files /etc/postfix/relocated > /etc/postfix/transport /etc/postfix/virtual > /etc/postfix/postfix-script /etc/postfix/post-install These files are indeed obsolete, as indicated by their flags in conf/postfix-files. You will notice that postfix-script, postfix-files and post-install are still placed in the $daemon_directory; their redundant placement in $config_directory is obsolete. Similarly, the other files noted above were replicas of man pages which are still installed. -- Sahil Tandon <sa...@freebsd.org>