### The UDP port to listen on. Default: 2020 (but by default a domain
### socket is used)
#PORTNUM=2020

### The unix domain socket name to listen on. The directory needs to
### exist! Default: /var/lib/scannedonly/scan
#SOCKET=/var/lib/scannedonly/scan

### The total number of scanning threads. Maximum one thread (see option
### maxlargethreads) will be scanning large files. Maximum one thread
### might be updating the clam database. So use at least 3 threads if
### you want to guarantee that there is always a thread for small files
### available. Default: 4 threads
#MAXTHREADS=4

### The maximum number of scanning threads that may scan large files.
### Default: 1 thread
#MAXLARGETHREADS=1

### The log level from 0 (little logging) to 3 (verbose logging). Default: 1
#LOGLEVEL=1

### Which size files are treated as big. Default: 5 Mb (and higher)
#BIG=5

### The interval for status messages in the logs. Default: 10 minutes
#TIME=10

### The base directory for which requests for scanning are accepted.
### Requests to scan files outside this directory are ignored. Using thisxi
###  option is very much advised! Default: / (all files are accepted by default)
#SCANROOT=/

### Exclude scanning of files that match this (regular expression) pattern.
### For example '/home/[^/]+/Maildir/.*'. You might want to use the option
### veto files in your Samba configuration to exclude these files in samba
### as well, otherwise samba will keep telling that these files need
### scanning. Default: none
#EXCLUDE=

### By default a file is renamed into .virus:file. If you want all viruses
### in a central location specify a quarantainedir. If a virus is found it
### will be moved to this directory. Default: none
#QUARANTAINEDIR=

### The maximum request queue length. If the maximum number of requests are
### on the queue, new requests are ignored. Default: 5000 requests
#QUEUELEN=5000

### Additional options can be found in the documentation and can be provided
### here.
#OPTIONS=
