Author: radu
Date: Wed Apr 30 23:11:22 2008
New Revision: 877

Modified:
   trunk/lib/Qpsmtpd/Plugin.pm

Log:
Allow plugins to use the post-fork hook.

Modified: trunk/lib/Qpsmtpd/Plugin.pm
==============================================================================
--- trunk/lib/Qpsmtpd/Plugin.pm (original)
+++ trunk/lib/Qpsmtpd/Plugin.pm Wed Apr 30 23:11:22 2008
@@ -4,7 +4,7 @@
 
 # more or less in the order they will fire
 our @hooks = qw(
-    logging config pre-connection connect ehlo_parse ehlo
+    logging config post-fork pre-connection connect ehlo_parse ehlo
     helo_parse helo auth_parse auth auth-plain auth-login auth-cram-md5
     rcpt_parse rcpt_pre rcpt mail_parse mail mail_pre 
     data data_post queue_pre queue queue_post vrfy noop

Reply via email to