summaryrefslogtreecommitdiff
path: root/amavis
diff options
context:
space:
mode:
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;