mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2026-05-19 13:55:12 -04:00
etc/clamav-milter.conf: fix typos
git-svn: trunk@4686
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
Fri Feb 6 15:38:21 CET 2009 (tk)
|
||||
---------------------------------
|
||||
* etc/clamav-milter.conf: fix typos
|
||||
|
||||
Tue Feb 3 20:11:07 CET 2009 (tk)
|
||||
---------------------------------
|
||||
* libclamav, shared: minor cleanups; fix handling of long file names (bb#1349)
|
||||
|
||||
@@ -30,7 +30,7 @@ Example
|
||||
# Default: unset (don't drop privileges)
|
||||
#User clamav
|
||||
|
||||
# Initialize supplementary group access (clamd must be started by root).
|
||||
# Initialize supplementary group access (clamav-milter must be started by root).
|
||||
#
|
||||
# Default: no
|
||||
#AllowSupplementaryGroups no
|
||||
@@ -68,7 +68,6 @@ Example
|
||||
##
|
||||
|
||||
# Define the clamd socket to connect to for scanning.
|
||||
# If not set (the default), clamav-milter uses internal mode.
|
||||
# This option is mandatory! Syntax:
|
||||
# ClamdSocket unix:path
|
||||
# ClamdSocket tcp:host:port
|
||||
@@ -128,7 +127,7 @@ Example
|
||||
# - Blackhole (not available for OnFail)
|
||||
# Like accept but the message is sent to oblivion
|
||||
# - Quarantine (not available for OnFail)
|
||||
# Like accept but message is quarantined instead of being deilievered
|
||||
# Like accept but message is quarantined instead of being delivered
|
||||
# In sendmail the quarantine queue can be examined via mailq -qQ
|
||||
# For Postfix this causes the message to be accepted but placed on hold
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user