On 2006-04-25 16:20:16 -0700, Max Clark wrote: > So I have a strange log entry in my maillog: > > Apr 25 18:24:22 mx02 postfix/qmgr[57155]: warning: > incoming/07F016D4D8: uid 502: file has 2 links
Has postfix (or your computer) crashed while processing this message?
> I am using postfix/queue to deliver email from qpsmtpd to postfix, and
> it's postfix 2.2.10.
>
> What is causing this, should I be concerned, how do I fix?
I don't know what's causing it, it certainly shouldn't happen. The most
probable cause I can think of is that postfix crashed or was killed in
the middle of moving a mail from one queue to another.
Stopping postfix and running postsuper -s might help.
You should find out where the second link is. Do something like
# df /var/spool/postfix/incoming/07F016D4D8
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/mapper/vgroot-lv_var
4128448 1362736 2556000 35% /var
^^^^
Note the mountpoint.
# ls -i /var/spool/postfix/incoming/07F016D4D8
295312 /var/spool/postfix/incoming/07F016D4D8
^^^^^^
Note the inode number
find /var -xdev -inum 295312
will then print all the links to that file. Depending on where the
extra link is it may be save to delete.
hp
--
_ | Peter J. Holzer | Ich sehe nun ein, dass Computer wenig
|_|_) | Sysadmin WSR | geeignet sind, um sich was zu merken.
| | | [EMAIL PROTECTED] |
__/ | http://www.hjp.at/ | -- Holger Lembke in dan-am
pgpLaWmLBZbc2.pgp
Description: PGP signature
