From fe550b6c91846ddfc39eea770cf1d1891484394a Mon Sep 17 00:00:00 2001 From: Matt Sergeant Date: Sun, 2 Nov 2003 11:22:59 +0000 Subject: [PATCH] Big chunk-O changes git-svn-id: https://svn.perl.org/qpsmtpd/trunk@184 958fd67b-6ff1-0310-b445-bb7760255be9 --- Changes | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Changes b/Changes index a5b3383..af71000 100644 --- a/Changes +++ b/Changes @@ -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