Big chunk-O changes
git-svn-id: https://svn.perl.org/qpsmtpd/trunk@184 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
parent
77881fe791
commit
fe550b6c91
15
Changes
15
Changes
@ -17,6 +17,21 @@
|
|||||||
|
|
||||||
Added a milter plugin to allow use of sendmail milters
|
Added a milter plugin to allow use of sendmail milters
|
||||||
|
|
||||||
|
Don't store the Qpsmtpd object in the Plugin object any more (this
|
||||||
|
caused a circular reference)
|
||||||
|
|
||||||
|
Added a new qpsmtpd-server - a select() based server for qpsmtpd
|
||||||
|
|
||||||
|
Allow a config/relayclients and config/morerelayclients files to
|
||||||
|
define who can relay (useful with the select() server)
|
||||||
|
|
||||||
|
Fixed qpsmtpd unfolding all header lines
|
||||||
|
|
||||||
|
Speed up persistent qpsmtpd's by checking for plugin functions after
|
||||||
|
munging the name (the main breakage was with queue/qmail-queue)
|
||||||
|
|
||||||
|
Use dup2() instead of perl open("<&") style. POSIX seems to work better.
|
||||||
|
|
||||||
[.. todo, fill in older changes ..] spf changes etc?
|
[.. todo, fill in older changes ..] spf changes etc?
|
||||||
|
|
||||||
0.26 - 2003/06/11
|
0.26 - 2003/06/11
|
||||||
|
Loading…
Reference in New Issue
Block a user