Re: Exim spool structure and fsck

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Piete Brooks
Ημερομηνία:  
Προς: Chris Thompson
Υ/ο: 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 ?