I notice postfix check complains about differences between system files and their counterparts in postfix chroot:
warning: /var/spool/postfix/etc/localtime and /etc/localtime differ
warning: /var/spool/postfix/lib/x86_64-linux-gnu/libnss_systemd.so.2 and /lib/x86_64-linux-gnu/libnss_systemd.so.2 differ
The first warning seems to be because my system TZ was changed post-install and the postfix one is a copy of UTC.
With the second warning, presumably because a system shared library has been updated, should we copy the new lib to the postfix chroot?
warning: /var/spool/postfix/etc/localtime and /etc/localtime differ
warning: /var/spool/postfix/lib/x86_64-linux-gnu/libnss_systemd.so.2 and /lib/x86_64-linux-gnu/libnss_systemd.so.2 differ
The first warning seems to be because my system TZ was changed post-install and the postfix one is a copy of UTC.
With the second warning, presumably because a system shared library has been updated, should we copy the new lib to the postfix chroot?