[Cu-wireless] Information System

Ralph Johnson johnson at cs.uiuc.edu
Wed Mar 17 08:47:00 CST 2004


qmail also comes as a set of programs, and is a lot smaller
than sendmail even if you include everything.  The SMTP client
is just a few hundred lines of C code.  However, if you are
making a specialized client, it can be even smaller.  SMTP is
just ASCII text over a socket.  You just open a socket to the
SMTP server and push a message over it.  It should be easy to
dump a log to a SMTP server with your favorite scripting language.

-Ralph



More information about the CU-Wireless mailing list