> Hi,
>
> I know many people have asked this in the past, but is there a simple
> way of testing a mail server's concurency and hdd writes, etc - I was
> thinking of doing running a small program that will check for mail, d/l
> mail and pipe it to /dev/null - but how does a email cleint get mail and
> can that be done via a command line - not using telnet!!???
Write a script or program that opens a socket to port 110, sends the user
and pass commands, and whatever else you want to send.
Use Perl, Php, C, or any other language that has a socket function
jason