pperl update; update STATUS
git-svn-id: https://svn.perl.org/qpsmtpd/trunk@115 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
parent
1b31fcde44
commit
7b67c74746
13
README
13
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
|
If there is anything missing, then please send a patch (or just
|
||||||
information about what's missing) to the mailinglist or to
|
information about what's missing) to the mailinglist or to
|
||||||
ask@develooper.com.
|
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
|
Problems
|
||||||
--------
|
--------
|
||||||
|
8
STATUS
8
STATUS
@ -29,12 +29,14 @@ protocols to use the qpsmtpd framework.
|
|||||||
Future Ideas
|
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
|
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.
|
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"
|
David Carraway has some thoughts for "user filters"
|
||||||
http://nntp.perl.org/group/perl.qpsmtpd/2
|
http://nntp.perl.org/group/perl.qpsmtpd/2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user