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
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
For various reasons I'd like to run my async server with doing reverse dns.
I noticed that while forkserver has a --no-rdns option, async does not.
I tried to crudely hack this by just commenting the ParaDNS part in
start_conversation. That didn't work. Played with it some more but no luck.
T