; /etc/amavis-ng/amavis.conf: Configuration file for amavis-ng. [global] ; The local MTA. mail-transfer-agent = Exim ; The local virus scanner. virus-scanner = FSAV ; Unpack and scan the contents of these archive formats. (Mail is required.) extractors = Mail, ARC, COMPRESS, LHA, TNEF, ZOO ; Note that FSAV has built-in support for many common archive formats. The ; ARC, LHA, TNEF, and ZOO formats are not supported, however, so AMaViS will ; use external programs to unpack such files before calling FSAV. ; When a virus is found, send notification to these users. notifiers = Recipients, Admin ; Add these headers to scanned messages. x-header = true x-header-tag = X-Scanned-By x-header-line = AMaViS-ng ; Run with this umask when unpacking files. umask = 002 [MIME] ; Do not ignore MIME extraction errors. ignore errors = no ; Freeze messages that cause problems. error action = freeze [paths] ; Unpack messages to this directory for scanning. unpack dir = /tmp ; Save infected messages here. quarantine dir = /var/spool/amavis-ng/quarantine ; Save messages with other problems here. problem dir = /var/spool/amavis-ng/problems ;; Set this to 'no' for debugging. cleanup = yes [Logging] ; Log to the mail facility. syslog = mail|info ; Log with this level of verbosity. syslog loglevel = 6 [Notify] ; Addresses in this domain will get recipient notifications. local domain = bfree.on.ca ; The return address for notifications. mail from = postmaster@bfree.on.ca ; The system administrator. admin = postmaster@bfree.on.ca [Exim] ; The absolute path to the MTA. exim = /usr/sbin/exim ; The MTA will be invoked with these arguments. args = -oMr scanned-ok -i -f [external] ; External programs for unpacking archive files. arc = /usr/bin/nomarch gzip = /bin/gzip lha = /usr/bin/lha zoo = /usr/bin/zoo [security] ; The maximum number of nested archives that will be unpacked. maxlevels = 20 ; The maximum number of files to unpack. maxfiles = 1000 ; The maximum temp space used for unpacking archives. maxspace = 64M ; If amavis is run as UID root, then switch into this user. ;uid = amavis ;gid = amavis [FSAV] ; The absolute path to the virus scanner. (This must not be symlink.) fsav = /opt/f-secure/fsav/bin/fsav ; eof