On Thu, 21 Jun 2007 17:16:14 -0400
Jonathan Vanasco <[EMAIL PROTECTED]> wrote:

> >   Well I wasn't talking about another MP process, just a standard
> >   Perl daemon maybe using something like the Net::Server framework.
> >
> >   Or if the timing isn't terribly important, just have your
> >   mp code shove the message into a db table and have a cron
> >   pick them up and send them off in the background.
> why not just pipe to exim/postfix/qmail?

  Off the top of my head? So you can centralize your SMTP 
  onto on system if you have multiple servers in the mix. But
  that's what MIME::Lite and friends do if you don't specifically
  tell it to use a remote system. 

> you could also do a twisted daemon really quickly.  i know this is a  
> modperl list-- but the twisted framework works really well for this  
> stuff.  you could code a custom mailserver in an afternoon .

  Yeah I've seen some neat twisted stuff, POE might be a reasonable
  alternative in the Perl space. 

 -------------------------------------------------------
   Frank Wiles, Revolution Systems, LLC. 
     Personal : [EMAIL PROTECTED]  http://www.wiles.org
     Work     : [EMAIL PROTECTED] http://www.revsys.com 

Reply via email to