HI Bart, We run a mailserver for a 297,000 odd mailboxes. We normally during peak see a load average of about 15, this is sustained and doesn't flucate that much. The box is a dual 3.06ghz xeon with 3gb of DDR and 525GB of Ultra320 raid5 which is used for spool. On the server we have qpopper auth'ing via mysql and exim as the local smtp server. Our mail is stored in a double hash array like /var/spool/mail/e/b/ebadine and we just use flatfile, instead of Maildir. The riad should be raid10 but it's not always realistic, we use raid5 for example, its a bit of slow down compared to raid10 but meets our needs
Maildir would be a potential slow down, especially over NFS. What speed Mb/sec do you get over the NFS connection? I'm assuming its 100mbit full duplex When we originally had everyone in /var/spool/mail/$username our system bogged down to an insane level, once we double hashed it, it was fantasic. Do run any form of performance monitoring on the server? We use mrtg and graph cpu, network, memory etc so we can easily spot bottlenecks. ----- Original Message ----- From: "Bart Dumon" <[EMAIL PROTECTED]> To: "Paul" <[EMAIL PROTECTED]> Cc: "Subscribers of Qpopper" <[EMAIL PROTECTED]> Sent: Thursday, January 22, 2004 8:41 AM Subject: Re: qpopper high load average > > On Wed, Jan 21, 2004 at 11:24:12AM +1100, Paul wrote: > > How many connections/sec for the server during peak? What does the load avg > > get to? What storage is it (the mail spool)? What filesystem? > > during peaks we get about 15 connections/sec per server, the load > gets up to 800 if we do not interfere. once the popper gets > restarted the load will decrease. the mail spool is kept on a NAS > and is accessed using nfs. > > > bart > -- >