> On Jan 2, 2018, at 12:24 PM, Wietse Venema <wie...@porcupine.org> wrote: > > I frequently install Postfix on a development machine, and I would > certainly have noticed messages about an obsolete 'access' file > (the access file on my development machine dates from 2005).
Indeed there have been very few additional "obsoleted" files in config_directory: postfix-2.6-20080207 +$config_directory/postfix-files:f:root:-:644:o +$config_directory/postfix-script:f:root:-:755:o +$config_directory/post-install:f:root:-:755:o postfix-2.3-20051112 +$config_directory/generics:f:root:-:644:o postfix-2.2-20050211 +$config_directory/generics:f:root:-:644:o postfix-2.0.17-20040120 +$config_directory/cidr_table:f:root:-:644:o +$config_directory/pcre_table:f:root:-:644:o +$config_directory/regexp_table:f:root:-:644:o +$config_directory/tcp_table:f:root:-:644:o postfix-2.0.16-20031202 +$config_directory/install.cf:f:root:-:644:o +$config_directory/postfix-script-sgid:f:root:-:755:o +$config_directory/postfix-script-nosgid:f:root:-:755:o The only remotely related change (which would not cause the reported messages absent changes by the downstream package maintainer) is a change to support multiple instances in postfix-2.6-20090114: -$config_directory/LICENSE:f:root:-:644 -$config_directory/TLS_LICENSE:f:root:-:644 -$config_directory/access:f:root:-:644:p -$config_directory/aliases:f:root:-:644:p -$config_directory/bounce.cf.default:f:root:-:644 -$config_directory/canonical:f:root:-:644:p -$config_directory/generic:f:root:-:644:p -$config_directory/header_checks:f:root:-:644:p -$config_directory/main.cf.default:f:root:-:644 -$config_directory/makedefs.out:f:root:-:644 -$config_directory/relocated:f:root:-:644:p -$config_directory/transport:f:root:-:644:p -$config_directory/virtual:f:root:-:644:p +$config_directory/LICENSE:f:root:-:644:1 +$config_directory/TLS_LICENSE:f:root:-:644:1 +$config_directory/access:f:root:-:644:p1 +$config_directory/aliases:f:root:-:644:p1 +$config_directory/bounce.cf.default:f:root:-:644:1 +$config_directory/canonical:f:root:-:644:p1 +$config_directory/generic:f:root:-:644:p1 +$config_directory/header_checks:f:root:-:644:p1 +$config_directory/main.cf.default:f:root:-:644:1 +$config_directory/makedefs.out:f:root:-:644:1 +$config_directory/relocated:f:root:-:644:p1 +$config_directory/transport:f:root:-:644:p1 +$config_directory/virtual:f:root:-:644:p1 The files in question are required only in the primary Postfix instance. -- -- Viktor.