On Tue, 2004-01-13 at 13:02, Sebastian Hagedorn wrote: > - can a single inode have 30,000+ links? We're using ext3 as this is the > only file system supported by Red Hat.
from /usr/include/linux/ext3_fs.h: /* * Maximal count of links to a file */ #define EXT3_LINK_MAX 32000 I don't know if Cyrus handles this case properly and makes another inode. > - can I invoke "deliver" with such a long argument list? If not, is there > an alternative? don't use deliver(8), use LMTP. it's much more reliable. -- Kjetil T.