Author: ask Date: Mon Sep 24 13:59:27 2007 New Revision: 796 Modified: trunk/config.sample/plugins
Log: make the queue/ plugin lines more verbose Modified: trunk/config.sample/plugins ============================================================================== --- trunk/config.sample/plugins (original) +++ trunk/config.sample/plugins Mon Sep 24 13:59:27 2007 @@ -59,8 +59,13 @@ # run the clamav virus checking plugin # virus/clamav +# You must enable a queue plugin - see the options in plugins/queue/ - for example: + +# queue to a maildir +# queue/maildir /home/spamtrap/mail + # queue the mail with qmail-queue -queue/qmail-queue +# queue/qmail-queue # If you need to run the same plugin multiple times, you can do
