On 2021-07-26 12:11:16 -0400, Viktor Dukhovni wrote: [...] > At which point the only files in /etc/postfix that are updated with > each package release are: > > $config_directory/LICENSE:f:root:-:644:1 > $config_directory/TLS_LICENSE:f:root:-:644:1 > $config_directory/bounce.cf.default:f:root:-:644:1 > $config_directory/main.cf.default:f:root:-:644:1 > > What do you do about these?
I can see on my Debian/unstable machine that LICENSE and TLS_LICENSE are not installed anywhere, as per policy, AFAIK. So LICENSE is included in /usr/share/doc/postfix/copyright, but TLS_LICENSE isn't. I've just reported a serious bug about the missing TLS_LICENSE info. bounce.cf.default and main.cf.default are both installed in /usr/share/doc/postfix/examples by debian/rules: dh_installexamples -p ${docpkg} examples/{qmail-local,smtpd-policy} dh_installexamples -p ${docpkg} -Xmain.cf -Xmaster.cf -Xfiles conf/[a-z]* dh_installexamples -p ${docpkg} conf/main.cf.default debian/mailqfmt.pl BTW, conf/main.cf.default seems redundant with conf/[a-z]*. -- Vincent Lefèvre <vinc...@vinc17.net> - Web: <https://www.vinc17.net/> 100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/> Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)