qmail + spamassassin + clamav quick reference

Last modified January 16, 2008 8:44:28 AM EST. 18324. Questions, comments? Email mark at rauros. Like this guide? Link to it!

Author: Mark (mark at rauros dot net)
Special Thanks: Carlos (rockwithme.org)
Special Thanks: Mike (atomos13.com)


This document is meant to help people get qmail up and running with spamassassin set to tag messages and clam antivirus to kill viruses. Hopefully, it will address the little quirks of setup that occur but are for some reason left out of guides.


** I got feedback that changing the mode to 6755 on qmail-scanner-queue does not successfully set the sticky bit on Cent OS (and possibly on other operating systems). Check to make sure that the permissions on the file are correct:
[/var/qmail/bin]$ ls -al qmail-scanner-queue
-rwsr-sr-x qscand qscand qmail-scanner-queue
Note the octal permissions highlighted above - yours should look the same. If changing the mode to 6755 did not work, the alternative is to instead use:
# chmod +s qmail-scanner-queue


Creative Commons License
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.