Qmail-Scanner ./configure options

The following shows what options the Qmail-Scanner installation supports:

./configure --help

valid options:
  --qmaildir <top of qmail>    defaults to /var/qmail/
  --spooldir <spooldir>        defaults to /var/spool/qmailscan/
  --bindir <installdir>        where to install qmail-scanner-queue.pl
                                     Defaults to /var/qmail/bin/
  --admin <username>           user to Email alerts to
  --domain <domain name>       "user"@"domain" makes up Email address
                                     to Email alerts to.
  --notify "none|sender|recips|admin|all" Defaults to
                                     "sender,admin".
                                     Comma-separated list (no spaces!)
                                     of addresses to which alerts should be sent to.
  --archive <archivedir >      MUST RESIDE UNDER /var/spool/qmailscan.
                                     Defaults to maildir "archives"
  --redundant [yes|no]               Defaults to "no". Whether or not to let the
                                     scanners also scan any zip files and the original
                                     "raw" Email file.
  --add-dscr-hdrs [yes|no]           Defaults to "no". This adds the now old-fashion
                                     X-Qmail-Scanner headers to the message.
  --debug [yes|no]                   Whether or not debugging is turned on. On (yes)
                                     by default.
  --install                          Create directory paths, install perl script,
                                     and change ownerships to match. This script must
                                     be run as root.