On Thu, Oct 26, 2006 at 09:17:36AM +0200, Jose Javier Sianes Ruiz wrote: > I have tested ext3 and reiserfs, both of them give good performance. > > > El mié, 25-10-2006 a las 17:40 +0100, Eduardo Costa escribió: > > Hi everyone, > > what is the best filesystem in linux for a MTA with qmail-ldap? > > > > Best Regards. >
Not that I'm a expert about the hype-of-the-month FS in linux but there is one thing you need to know. qmail uses the inode number of the messages for it's mail queue so having /var/qmail/queue on a FS that has no clear concept of inodes will not work correctly. I heared that reiserfs has this issue and some additional patches are needed. Also make sure you have a file system that does not do async writes (like ext2). -- :wq Claudio
