|
...
|
...
|
@@ -30,7 +30,7 @@ Example
|
|
30
|
30
|
# Default: unset (don't drop privileges)
|
|
31
|
31
|
#User clamav
|
|
32
|
32
|
|
|
33
|
|
-# Initialize supplementary group access (clamd must be started by root).
|
|
|
33
|
+# Initialize supplementary group access (clamav-milter must be started by root).
|
|
34
|
34
|
#
|
|
35
|
35
|
# Default: no
|
|
36
|
36
|
#AllowSupplementaryGroups no
|
|
...
|
...
|
@@ -68,7 +68,6 @@ Example
|
|
68
|
68
|
##
|
|
69
|
69
|
|
|
70
|
70
|
# Define the clamd socket to connect to for scanning.
|
|
71
|
|
-# If not set (the default), clamav-milter uses internal mode.
|
|
72
|
71
|
# This option is mandatory! Syntax:
|
|
73
|
72
|
# ClamdSocket unix:path
|
|
74
|
73
|
# ClamdSocket tcp:host:port
|
|
...
|
...
|
@@ -128,7 +127,7 @@ Example
|
|
128
|
128
|
# - Blackhole (not available for OnFail)
|
|
129
|
129
|
# Like accept but the message is sent to oblivion
|
|
130
|
130
|
# - Quarantine (not available for OnFail)
|
|
131
|
|
-# Like accept but message is quarantined instead of being deilievered
|
|
|
131
|
+# Like accept but message is quarantined instead of being delivered
|
|
132
|
132
|
# In sendmail the quarantine queue can be examined via mailq -qQ
|
|
133
|
133
|
# For Postfix this causes the message to be accepted but placed on hold
|
|
134
|
134
|
#
|