Walt Mankowski <[EMAIL PROTECTED]> wrote:
>Doesn't it seem strange that every message is being written to
>the same inode? Is it perhaps writing to an mbox instead of a
>maildir?
No, it's not strange. These are queue file i-nodes, not mailbox
i-nodes. Reusing the same one just means that you ne
Walt Mankowski writes:
> Doesn't it seem strange that every message is being written to
> the same inode?
It depends on how your filesystem allocates inodes. If it keeps
adding an inode back to the head of the "available" list, then nearly
every message will have the same inode if you don't ha
On Mon, Jan 24, 2000 at 06:28:19PM +0300, Anand Buddhdev wrote:
> On Mon, Jan 24, 2000 at 03:16:59PM -0500, Chris Readle wrote:
>
> > I just noticed something strange in my qmail logit seems that all
> > the messages have the same message number. Basically, it seems that
> > starting this mo
On Mon, Jan 24, 2000 at 03:16:59PM -0500, Chris Readle wrote:
> I just noticed something strange in my qmail logit seems that all
> the messages have the same message number. Basically, it seems that
> starting this morning all message deliveries that I can see in
> /var/log/qmail are gettin
I just noticed something strange in my qmail logit seems that all
the messages have the same message number. Basically, it seems that
starting this morning all message deliveries that I can see in
/var/log/qmail are getting the message number 230522. They get
different *delivery* numbers, bu