summaryrefslogtreecommitdiff
path: root/doc/clamsmtpd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'doc/clamsmtpd.conf')
-rw-r--r--doc/clamsmtpd.conf9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/clamsmtpd.conf b/doc/clamsmtpd.conf
index 18ff33a..b450091 100644
--- a/doc/clamsmtpd.conf
+++ b/doc/clamsmtpd.conf
@@ -6,12 +6,14 @@
# - All the options are found below with their defaults commented out
-# The address to send scanned mail to. Required
+# The address to send scanned mail to.
+# This option is required unless TransparentProxy is enabled
OutAddress: 10026
-# The maximum number of connection allowed at once
+# The maximum number of connection allowed at once.
+# Be sure that clamd can also handle this many connections
#MaxConnections: 64
# Amount of time (in seconds) to wait on network IO
@@ -35,4 +37,5 @@ OutAddress: 10026
# Whether or not to keep virus files
#Quarantine: off
-
+# Enable transparent proxy support
+#TransparentProxy: off