|
|
|
|
| Configuring qmail-scanner |
|
Problem: When examining "qmail-scanner-queue.pl", the command line that was used to configure it is shown, to help make it easier to reconfigure it later on.
Unfortunately, the command line is bollocks. A long list of flaws in the script can make you bang your head for hours without getting anywhere except perhaps to the emergency room.
|
|
Solution: Here's the config line we use at hermes.atc.no:
./configure \
--spooldir /var/spool/qmailscan \
--qmaildir /var/qmail \
--qmail-queue-binary /var/qmail/bin/qmail-queue \
--admin root \
--notify "sender,admin" \
--debug 0 \
--unzip 0 \
--add-dscr-hdrs yes \
--archive 0 \
--redundant 0 \
--log-details syslog \
--fix-mime 1 \
--scanners "fast_spamassassin=[SPAM]" \
--install 1 \
Notice the spamassassin line, leave this out if you don't have spamassassin installed. We recommend it though... look at www.spamassassin.org for more info.
|
|
|
|
|
|
This is free technical advice without any warranties.
Use at your own risk. Solutions offered may not apply to your particular problem at all.
Opinions and views expressed in the articles are the authors' personal
and may not necessarily reflect or coincide with those of Ano-Tech Computers.
We take no responsibility if anything bad happens from following any of
the intructions given. If you don't understand and accept this, please
contact us for personal assistance instead.
To read our full disclaimer, go
here.
We welcome anyone who is willing to contribute to this public knowledge base,
contact siteadmin@atc.no
if you have information you would like to share. The idea is not to replace
the commercial support sites, but to publish those hard-to-find
solutions you've found yourself looking for over and over again.
Show all articles