cvs commit: qpsmtpd/config plugins
[email protected] (Robert Spier)
| Newsgroups | perl.cvs.qpsmtpd |
|---|---|
| Message-ID | <[email protected]> |
cvsuser 04/09/06 22:36:41 Modified: config plugins Log: document multiple plugin calling Revision Changes Path 1.13 +6 -0 qpsmtpd/config/plugins Index: plugins =================================================================== RCS file: /cvs/public/qpsmtpd/config/plugins,v retrieving revision 1.12 retrieving revision 1.13 diff -u -w -r1.12 -r1.13 --- plugins 30 Jun 2004 09:26:18 -0000 1.12 +++ plugins 7 Sep 2004 05:36:41 -0000 1.13 @@ -45,3 +45,9 @@ # queue the mail with qmail-queue queue/qmail-queue + +# If you need to run the same plugin multiple times, you can do +# something like the following +# check_relay +# check_relay:0 somearg +# check_relay:1 someotherarg