1 |
--- config.sample/plugins.queue Fri Nov 18 10:45:35 2005 |
2 |
+++ config.sample/plugins Tue Nov 29 10:00:37 2005 |
3 |
@@ -43,8 +43,13 @@ |
4 |
# run the clamav virus checking plugin |
5 |
# virus/clamav |
6 |
|
7 |
-# queue the mail with qmail-queue |
8 |
-queue/qmail-queue |
9 |
+# Queuing plugins: |
10 |
+# uncomment one on them, depending on the mail system you have |
11 |
+# installed. |
12 |
+ |
13 |
+#queue/qmail-queue |
14 |
+#queue/postfix-queue |
15 |
+#queue/smtp-forward 127.0.0.1 |
16 |
|
17 |
|
18 |
# If you need to run the same plugin multiple times, you can do |