On 2-Feb-07, at 4:58 PM, Patrick Michael Kane wrote:
I'd also love to see a working qpsmtpd-async or instructions on how to roll my own.
Now I've added the missing files it's just a matter of changing the command line to call qpsmtpd-async instead.
A few plugins aren't async though [*], so you may need to be aware of that (and the fact that they can block the event loop). I'll work providing async versions over time. This doesn't mean you can't run the non-async versions, just that your server won't be as efficient as it could be with proper async stuff.
[*] e.g. dnsbl, check_earlytalker, spamassassin, milter - those are probably the important ones.
