[EMAIL PROTECTED] schrieb am Tue, Feb 05, 2002 at 10:36:37AM +0000: > Good Morning, > > Any one using Unix based load testing tools > for their mail servers? > > I can only find PC based ones currently. > > I may end up writing a perl script that just > sends mail to my test mailboxes, but if > there's something better out there?
For sending: Search for "postal" on freshmeat. postal also has a POP3 testing utility called "rabid". I built myself a small perl programm that tried to simulate lots of IMAP clients (neither postal nor rabid do IMAP). As it is perl and every sim- ulated client will be a perl process, the test does an expensive load on the client machine, not the server. If you're nervertheless interested, I could hand it over. Regards, - Birger
