summaryrefslogtreecommitdiff
path: root/amavis
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2007-06-12 12:06:25 +0000
committerJonas Smedegaard <dr@jones.dk>2007-06-12 12:06:25 +0000
commit8b71f771fb0c514fc364166849f98998bb28f762 (patch)
treea74a276eea74a1d8d645f6ec57589ed14a754680 /amavis
parent6ef0a381b3ada2361062dde05f79569b2706a4d4 (diff)
Add local AMaViS tweak.
Diffstat (limited to 'amavis')
-rw-r--r--amavis/amavisd.conf.addon6
1 files changed, 6 insertions, 0 deletions
diff --git a/amavis/amavisd.conf.addon b/amavis/amavisd.conf.addon
new file mode 100644
index 0000000..452b5a9
--- /dev/null
+++ b/amavis/amavisd.conf.addon
@@ -0,0 +1,6 @@
+#!/bin/perl
+
+# Default is 2 - let's increase it for (hopefully) better performance
+$max_servers = 5;
+
+1;