Allow plugins to use the post-fork hook.
git-svn-id: https://svn.perl.org/qpsmtpd/trunk@877 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
parent
ea3f2cd7b7
commit
90e60d3d4f
@ -4,7 +4,7 @@ use strict;
|
||||
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user