Ano-Tech Computers
Enter keyword:

qmail-scanner won't intercept virus messages
Problem:
After installing qmail and qmail-scanner, everything appears to be OK but no email messages are scanned or blocked.
 
Solution:
The configure script that comes with qmail-scanner seems to incorrectly detect a properly patched qmailqueue when in fact the patch has not been applied.

Don't worry though, qmail is VERY easy to patch and re-compile. Just follow these steps:

1. Go to your qmail source directory
2. Fetch "http://www.qmail.org/qmailqueue-patch"
3. Delete everything ABOVE the line "diff -u qmail-1.03-orig/Makefile qmail-1.03/Makefile" (cut away the email message, leaving only the patch)
4. Apply the patch with "patch < qmailqueue-patch"
5. Stop qmail with "service qmail stop"
6. Re-compile and re-install qmail with "make setup check"
7. Re-start qmail with "service qmail start"

qmail-scanner should now work properly.
I told you it was easy :-)

(Thanks to Ulva for this solution)

 
Discuss this solution
Did this article solve your problem? Yes No Did not apply

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