summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-antivirus/antivir-savapi/files/3.0.5.17/antivir-savapi.conf')
-rw-r--r--app-antivirus/antivir-savapi/files/3.0.5.17/antivir-savapi.conf149
1 files changed, 149 insertions, 0 deletions
diff --git a/app-antivirus/antivir-savapi/files/3.0.5.17/antivir-savapi.conf b/app-antivirus/antivir-savapi/files/3.0.5.17/antivir-savapi.conf
new file mode 100644
index 0000000..7edf089
--- /dev/null
+++ b/app-antivirus/antivir-savapi/files/3.0.5.17/antivir-savapi.conf
@@ -0,0 +1,149 @@
+# This is the SAVAPI scanner backend configuration file.
+# It is used to set values for scanner specific
+# options.
+
+# ---------------------------------------------------------------------
+# SocketPermissions [mode]
+#
+# The permissions of the scanner backend's socket.
+
+SocketPermissions 0660
+
+
+# ---------------------------------------------------------------------
+# ListenAddress [address]
+#
+# The socket on which the scanner will listen for scan requests.
+#
+# IMPORTANT:
+#
+# When changing this option, you also have to change the option
+# "ScannerListenAddress" in MailGate's configuration file
+# (default /etc/avmailgate.conf).
+
+ListenAddress unix:%AVSAVAPISOCKET%
+
+
+# --------------------------------------------------------------------
+# User [user]
+#
+# The user the scanner runs as.
+#
+# IMPORTANT:
+#
+# When changing this option, you also have to change the option
+# "User" in MailGate's configuration file
+# (default /etc/avmailgate.conf). Changing this option has several
+# side effects with MailGate. You have to make sure that all
+# directories and files are still accessible to this user.
+# Please see the file "MANUAL" in the package for details.
+
+User %AVUSER%
+
+
+# --------------------------------------------------------------------
+# Group [group]
+#
+# The group the scanner runs as.
+#
+# IMPORTANT:
+#
+# When changing this option, you also have to change the option
+# "Group" in MailGate's configuration file
+# (default /etc/avmailgate.conf). Changing this option has several
+# side effects with MailGate. You have to make sure that all
+# directories and files are still accessible to this user.
+# Please see the file "MANUAL" in the package for details.
+
+Group %AVGROUP%
+
+
+# --------------------------------------------------------------------
+# UseSavapiProxy [0|1]
+#
+# The proxy feature in SAVAPI performs scans more efficiently
+# by using and reusing a prepared pool of scanners. While this
+# pool increases throughput this feature requires the pool size
+# to be wisely chosen -- too many scanners will put load on the
+# machine without gaining more performance, too few scanners may
+# have the SAVAPI using applications wait unnecessarily.
+#
+# Default: UseSavapiProxy 0
+
+UseSavapiProxy 1
+
+# --------------------------------------------------------------------
+# PoolScanners [integer]
+#
+# The number of prepared AntiVir scanners in the pool.
+# See option "UseSavapiProxy".
+#
+# Default: PoolScanners 24
+
+PoolScanners 24
+
+# --------------------------------------------------------------------
+# PoolConnections [integer]
+#
+# The maximum number of simultaneous allowed connections
+# from Avira MailGate to the scanner pool.
+#
+# Default: PoolConnections 8
+
+PoolConnections 8
+
+# --------------------------------------------------------------------
+# SyslogFacility [facility]
+#
+# The facility that is used to when logging to syslog.
+
+SyslogFacility daemon
+
+
+# --------------------------------------------------------------------
+# ReportLevel [integer]
+#
+# The report level sets the log verbosity of the scanner backend.
+# Available values:
+#
+# 0 Log errors
+# 1 Log errors and alerts
+# 2 Log errors, alerts and warnings
+# 3 Log errors, alerts, warnings and debug messages
+#
+# ("alerts" is information about potential malicious code).
+#
+# Default: 0
+
+ReportLevel 2
+
+
+# --------------------------------------------------------------------
+# ScanTemp [path]
+#
+# The directory used by the scanner to store temporary files like
+# extracted files from archives.
+# It's also used for other temporary files like lock files.
+#
+# NOTE:
+#
+# The scanner backend does not recognize the environment variable
+# "TMPDIR".
+#
+# IMPORTANT:
+#
+# You should also change the option "TemporaryDir" in MailGate's
+# configuration file (default /etc/avmailgate.conf) when changing the
+# option "ScanTemp".
+# You're then sure that both components use the same temporary
+# directory.
+
+ScanTemp %AVTMPDIR%
+
+
+# --------------------------------------------------------------------
+# LogFileName [path]
+#
+# Path to a specific log file.
+
+# Default: LogFileName /path/to/logfile