LMV Snapshots

Paul Lussier p.lussier at comcast.net
Fri Nov 17 08:56:34 EST 2006


"Ben Scott" <dragonhawk at gmail.com> writes:

>   Recall that *nix lets you create a file in the filesystem, hold it
> open, unlink ("delete") the file from the directory, but then continue
> doing I/O on the file until you close the file handle.  Anonymous
> files are deleted  when they are closed.  This is commonly done with
> temporary files, so that if the program is interrupted somehow, there
> are no leftover temp files.

The UW-IMAP server was actually designed to use this "feature" as a
means of deleting messages from a mailbox folder.  Whenever someone
deleted files from their inbox, uw-imap would copy the entire folder
to /tmp, open the file, delete the file, then slowly begin copying all
the *non-deleted* messages back the the inbox folder.

Aside from being slow, this also caused lots of problems with users
who had messages which contained huge Office docs!  You really needed
a large /tmp space on your mail server :)

-- 
Seeya,
Paul
--
Key fingerprint = 1660 FECC 5D21 D286 F853  E808 BB07 9239 53F1 28EE

A: Yes.                                                               
> Q: Are you sure?                                                    
>> A: Because it reverses the logical flow of conversation.           
>>> Q: Why is top posting annoying in email?


More information about the gnhlug-discuss mailing list