In an effort to squeeze a little more write performance out of the drives on my Courier IMAP server I mounted the IMAP partition using the noatime flag.
This flag increases performance because the drive does not have to update the inode time of every file touched. Will this cause problems with courier's auto delete feature ? IMAP_EMPTYTRASH=Trash:2 tknab2@imap:~$ mount /dev/sda5 on /var/imap type ext3 (rw,noexec,nosuid,nodev,noatime,data=journal,usrquota,grpquota) /dev/sdb8 on /var/spool type ext3 (rw,noatime,data=journal) -- ********************************* *Theodore Knab * *Systems Engineer [Linux] * *Washington College * *Maryland, USA * * --------------------------- * *My Desk: x7419 * *Fax: 410-778-7830 * ********************************* ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
