How about Server::SMTP::Receive? It could very easily
evolve into a real mail MTA, but it's not there yet.
-Dave
* On Wed, Aug 23, 2000 at 05:08:20PM -0700, David Muir Sharnoff wrote:
* >
* > I've just gone an written a module which I've called...
* >
* > Net::SMTP::Receive
* >
* > All it does is listen on port 25 and receive emails. You must
* > subclass it and provide a deliver() method to get it to do anything.
* >
* > I'm not ready to release it yet... Needs documentation, testing, etc.
* >
* > I'm writing to reserve the name. It's not a full mail daemon, so
* > don't think it should be Server::Mail or Server::SMTP. It could
* > be Mail::Receive I suppose, but it can't actually deliver mail.
*
* I still would call it a server, even if it's not a full-featured
* daemon. How about Server::SMTP::Lite or Server::SMTP::OneShot or somesuch?