Re: Exim spool structure and fsck

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Piete Brooks
日付:  
To: Chris Thompson
CC: exim-users
題目: Re: Exim spool structure and fsck
> Of course, exim's scheme of double /input files has a lot going for it
> in other respects. Is this sort of repair job just something one has to
> give up as a consequence? Has anyone had any interesting disk crashes while
> running exim, and what were they able to do?


The *-H and msglog/ files could easily have the ID included in them,
[[ not *really* needed, as the msglog/ file has the Message-ID ]]
but as the *-D cannot, one would have to make do with the the inode info
(inode number, date, size, ...) and a `sum' of the *-D in the *-H

But yes -- this sort of thing *should* not happen -- the file and dir should
written to disk before the message is accepted -- is smail insecure ?