File system is also very important!
The default EXT3 format is no good.
You should tweak EXT3 to use dir_index
dir_index is a hashed b-tree implementation for ext3,
to update an existing partitions as root:
unmount your file system.
1) tune2fs -O dir_index /dev/sdXY
2) e2fsck -D /dev/hdXY
mount it back on
Or I do tune2fs -O dir_index /dev/sdXY at partition creation.
My personal preference though is JFS for really big partitions.
Because JFS performs fast and at fsck is super fast.
Go go go.
Best wishes,
Edwin
On Tuesday, 11 June, 2013 08:45 PM, Bharath Chari wrote:
On Tuesday 11 June 2013 02:29 PM, Edwin Casimero wrote:
Convert your qmailtoaster from Courier IMAP to Dovecot IMAP.
Dovecot is fast!
And the speed difference will become more apparent as mailbox sizes
grow. What is the minimum and maximum Maildir size for your users?
Having said this, it's probably a good idea to also check if the
bottleneck is somewhere outside of QMT. Eg: Your network or disk(s).
Best wishes,
Edwin
On Tuesday, 11 June, 2013 03:56 PM, ChandranManikandan wrote:
Hi All,
Am facing below issue.
We have 70 Email accounts using qmailtoaster with courier imap.
Probably will access always 60 IMAP accounts everyday. All user get
very slow access some time. We are using outlook 2007 and outlook
2010 mail client as well send and receive it's run very slow. We are
facing this issue oftenly hanged outlook and unable to access fast
in imap server. We have two office and each office have 20 employee
access imap and mobile users also.
Can you please give me the solution to fix this issue.
My courier conf below.
ADDRESS=127.0.0.1
PORT=143
MAXDAEMONS=200
MAXPERIP=100
IMAP_IDLE_TIMEOUT=1800
--
*/Thanks & Best Regards,
Manikandan.C
/*