From 7b67c74746521a686dc7e6866e84f52056f321f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ask=20Bj=C3=B8rn=20Hansen?= Date: Thu, 6 Feb 2003 04:40:48 +0000 Subject: [PATCH] pperl update; update STATUS git-svn-id: https://svn.perl.org/qpsmtpd/trunk@115 958fd67b-6ff1-0310-b445-bb7760255be9 --- README | 13 ++++++++++++- STATUS | 8 +++++--- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/README b/README index 2f862d2..7f1a24d 100644 --- a/README +++ b/README @@ -72,7 +72,18 @@ be compatible with qmail-smtpd making qpsmtpd a drop-in replacement. If there is anything missing, then please send a patch (or just information about what's missing) to the mailinglist or to ask@develooper.com. - + + +Better Performance +------------------ + +As of version 0.21 qpsmtpd supports "PPerl" +http://search.cpan.org/search?dist=PPerl + +"PPerl turns ordinary perl scripts into long running daemons, making +subsequent executions extremely fast. It forks several processes for +each script, allowing many processes to call the script at once." + Problems -------- diff --git a/STATUS b/STATUS index d272e59..53408d7 100644 --- a/STATUS +++ b/STATUS @@ -29,12 +29,14 @@ protocols to use the qpsmtpd framework. Future Ideas ============ -Run under pperl. There is some perl internals problem with it. Matt -Sergeant is looking into it. - Methods to create a bounce message easily; partly so we can accept a mail for one user but bounce it right away for another RCPT'er. +The data_post hook should be able to put in the notes what addresses +should go through, bounce and get rejected respectively, and qpsmtpd +should just do the right thing. See also +http://nntp.perl.org/group/perl.qpsmtpd/170 + David Carraway has some thoughts for "user filters" http://nntp.perl.org/group/perl.qpsmtpd/2