Using singleinstancestore on a large scale (thousands of
	recipients)
    Kjetil Torgrim Homme 
    kjetilho at ifi.uio.no
       
    Tue Jan 13 09:29:43 EST 2004
    
    
  
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.
    
    
More information about the Info-cyrus
mailing list