[34214] in North American Network Operators' Group
Re: Scalable Mail solution with NAS
daemon@ATHENA.MIT.EDU (Valdis.Kletnieks@vt.edu)
Wed Jan 31 10:36:19 2001
Message-Id: <200101311533.f0VFXZP2068114@black-ice.cc.vt.edu>
To: chrisb@kippona.com
Cc: nanog@merit.edu
In-Reply-To: Your message of "Wed, 31 Jan 2001 10:13:40 EST."
<20010131101340M.chrisb@kippona.com>
From: Valdis.Kletnieks@vt.edu
Mime-Version: 1.0
Content-Type: multipart/signed; boundary="==_Exmh_-1096830788P";
micalg=pgp-sha1; protocol="application/pgp-signature"
Content-Transfer-Encoding: 7bit
Date: Wed, 31 Jan 2001 10:33:35 -0500
Errors-To: owner-nanog-outgoing@merit.edu
--==_Exmh_-1096830788P
Content-Type: text/plain; charset=us-ascii
On Wed, 31 Jan 2001 10:13:40 EST, chrisb@kippona.com said:
> Is the number of mailboxes the key metric? What breaks sendmail + "a
> very big disk"? Isn't it the traffic?
The two biggest problems with very-high-volume servers and sendmail are:
1) You *really* need to use multiple queues and some sort of aging scheme,
so mail backlogged for dead hosts gets out of your main queue. If a queue
gets too full, Sendmail exhibits bad O(N**2) behavior in sorting/running
the queue.
2) If you are serving mailboxes (as opposed to a Listserv-type machine where
the mail *leaves*), what can kill you isn't the sendmail, but the local
delivery program and POP/IMAP checks. You get enough bozo users who have
set Eudora to check for new mail every 2 minutes, you'll get bogged down
no matter HOW fast Sendmail itself is.
--
Valdis Kletnieks
Operating Systems Analyst
Virginia Tech
--==_Exmh_-1096830788P
Content-Type: application/pgp-signature
-----BEGIN PGP SIGNATURE-----
Version: PGP 6.5.8
Comment: Exmh version 2.2 06/16/2000
iQA/AwUBOngwTnAt5Vm009ewEQIC8gCggIwPOdcawiXUQYlvkms871BHJNQAoJa2
y5BgSIr0Mbr/7LT/v9VdVzzS
=2qyT
-----END PGP SIGNATURE-----
--==_Exmh_-1096830788P--