Re: qpsmtpd-async under AnyEvent

2009-02-03 Thread Matt Sergeant
On Tue, 3 Feb 2009, Pedro Melo wrote: Hi, I have a AnyEvent-based project that requires a SMTP server. I was considering either write a AnyEvent::Impl::Danga::Socket so that I can run qpsmtpd directly. Has anybody played with something like this here? I don't think so... Though I have a b

qpsmtpd-async under AnyEvent

2009-02-03 Thread Pedro Melo
Hi, I have a AnyEvent-based project that requires a SMTP server. I was considering either write a AnyEvent::Impl::Danga::Socket so that I can run qpsmtpd directly. Has anybody played with something like this here? The other possibility is to rewrite parts of qpsmtpd to use AnyEvent::Sock