I upgraded both my distribution (to Slackware-13.1) and postfix (to 2.7.1)
and continue to see warnings that I fixed in the daily log summary. The
warnings are:
Warnings
--------
postfix-script (total: 4)
2 not owned by postfix: /var/lib/postfix/./master.lock
1 /var/spool/postfix/etc/passwd and /etc/passwd differ
1 not owned by root: /etc/postfix/postfix-script
What I see when I look at these suggests there are no discrepancies:
for the first warning:
[r...@salmo ~]# ll /var/lib/postfix/.
total 4
-rw------- 1 postfix root 17 2010-11-10 11:30 master.lock
for the second warning:
[r...@salmo ~]# diff /var/spool/postfix/etc/passwd /etc/passwd
[r...@salmo ~]#
for the third warning:
[r...@salmo ~]# ll /etc/postfix/postfix-script
-rwxr-xr-x 1 root root 6949 2010-11-08 10:02 /etc/postfix/postfix-script*
What do I need to do to convince postfix that the warnings are spurious?
Rich