Branch: refs/heads/master
Home:   http://github.com/smtpd/qpsmtpd

Commit: 96aa5ba171be75dbd25c44de813e74eb4e3d08b5
    
http://github.com/smtpd/qpsmtpd/commit/96aa5ba171be75dbd25c44de813e74eb4e3d08b5
Author: Jared Johnson <jar...@jdjlaptop.(none)>
Date:   2010-09-14 (Tue, 14 Sep 2010)

Changed paths:
  M lib/Qpsmtpd/Connection.pm
  M lib/Qpsmtpd/Transaction.pm

Log Message:
-----------
Shorten/clarify Connection and Transaction notes()

Update Qpsmtpd::Connection::notes() and Qpsmtpd::Transaction::notes()
with clearer, more brief syntax.  A previous patch used seemingly better
syntax, but did not evaluate the size of @_ in order to distinguish
between a call to notes('arg1',undef) and notes('arg1').  This corrects
this issue, and adds a comment to that effect.


Commit: 5c3bd220aaccd49ebbcbfb4324ac4c789d116273
    
http://github.com/smtpd/qpsmtpd/commit/5c3bd220aaccd49ebbcbfb4324ac4c789d116273
Author: jaredj <[email protected]>
Date:   2010-09-14 (Tue, 14 Sep 2010)

Changed paths:
  M lib/Qpsmtpd/SMTP.pm
  M lib/Qpsmtpd/TcpServer.pm
  M lib/Qpsmtpd/TcpServer/Prefork.pm

Log Message:
-----------
Run hook_reset_transaction after all connections

This makes hook_reset_transaction a bit more useful by running it on
disconnections.  It also ensures that hook_disconnect runs when the
client disconnects without QUITing.


Commit: 295474503f4fde32012b43a00d6813088cd47747
    
http://github.com/smtpd/qpsmtpd/commit/295474503f4fde32012b43a00d6813088cd47747
Author: jaredj <[email protected]>
Date:   2010-09-14 (Tue, 14 Sep 2010)

Changed paths:
  M lib/Qpsmtpd/Postfix.pm
  M plugins/queue/postfix-queue

Log Message:
-----------
Add support for multiple postfix cleanup sockets

The current postfix-queue plugin allows the administrator to set a
single path to a local postfix cleanup socket file from the plugin
'command line'.  This adds a 'cleanup_sockets' configuration directive
that can contain a list of paths as well as host/port combinations
pointing to postfix cleanup services, which will be tried in the order
that they appear.  Not yet tested.


Commit: 2979c52b475533ce1fdff235800fb7d550806a29
    
http://github.com/smtpd/qpsmtpd/commit/2979c52b475533ce1fdff235800fb7d550806a29
Author: Peter A Eisch <[email protected]>
Date:   2010-09-14 (Tue, 14 Sep 2010)

Changed paths:
  M lib/Apache/Qpsmtpd.pm

Log Message:
-----------
Adds the ability to have multiple instances (each with different
configs) running under Apache.


Commit: e403a56d74b571f6aeebe3f5cf5435c729a34b78
    
http://github.com/smtpd/qpsmtpd/commit/e403a56d74b571f6aeebe3f5cf5435c729a34b78
Author: Peter A Eisch <[email protected]>
Date:   2010-09-14 (Tue, 14 Sep 2010)

Changed paths:
  M lib/Apache/Qpsmtpd.pm

Log Message:
-----------
I forgot to sync the code that calls the original config correctly.


Reply via email to