Kimberly Vher <[EMAIL PROTECTED]> wrote:

>im almost finished thanks to all of you guys, but 
>i noticed that if im using ./Maildir/ qmail creat one file for all the
>incoming mail meaning one mail one file. if i have so many users then many
>incoming mail for every users meaning i have so many many files in my
>system in their home directory right? do i need to worry in filehandle error? 

Filehandles are only used on open files, so no, you don't have to
worry about them with Maildirs. Inodes, on the other hand, are used by 
all files on disk. If you run out of inodes, you can't create more
files--even if the disk has lots of free space. THe only was you can
add inodes is by backing up the filesystem, re-newfs/mkfs'ing it with
more space for inodes, and restoring from the backup.

-Dave

Reply via email to