cvs commit: qpsmtpd Changes
[email protected] (Matt Sergeant)
| Newsgroups | perl.cvs.qpsmtpd |
|---|---|
| Message-ID | <[email protected]> |
cvsuser 03/11/02 03:22:59
Modified: . Changes
Log:
Big chunk-O changes
Revision Changes Path
1.52 +15 -0 qpsmtpd/Changes
Index: Changes
===================================================================
RCS file: /cvs/public/qpsmtpd/Changes,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -w -r1.51 -r1.52
--- Changes 1 Oct 2003 20:57:10 -0000 1.51
+++ Changes 2 Nov 2003 11:22:59 -0000 1.52
@@ -17,6 +17,21 @@
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?
0.26 - 2003/06/11