OK. Lets look into this then...
On a system with qmail-scanner installed:
Code:
-r-xr-sr-x 1 mhandlers-user popuser 6375 Mar 21 18:04 qmail-queue
-r-s--x--x 1 qmailq qmail 19256 Nov 1 08:34 qmail-queue.moved
-rwsr-xr-x 1 qmailq qmail 49080 Nov 2 12:49 qmail-queue.orig
-r-x--s--x 1 mhandlers-user popuser 46240 Nov 2 12:49 qmail-remote
-r-xr-xr-x 1 root qmail 48576 Nov 1 08:34 qmail-remote.moved
-r-xr-xr-x 1 root qmail 16152 Nov 1 08:34 qmail-rspawn
-rwsr-xr-x 1 qscand qscand 154796 Mar 30 21:02 qmail-scanner-queue.pl
On a system with 4PSA's SpamGuardian/CleanServer (which does not break on microupdates as far as I'm aware):
Code:
-r-x--s--x 1 mhandlers-user popuser 49080 Nov 2 12:49 qmail-queue
-r-s--x--x 1 qmailq qmail 19256 Nov 1 08:34 qmail-queue.moved
-r-x--s--x 1 mhandlers-user popuser 46240 Nov 2 12:49 qmail-remote
-r-xr-xr-x 1 root qmail 48576 Nov 1 08:34 qmail-remote.moved
-r-xr-xr-x 1 root qmail 16152 Nov 1 08:34 qmail-rspawn
from /var/qmail/bin/qmail-scanner-queue.pl
Code:
# This file was auto-generated by:
#
# ./configure --qs-user qscand --qmail-queue-binary /var/qmail/bin/qmail-queue.orig --admin root --domain redacted.hostname.tld --admin-description "System Anti-Virus Administrator" [etc etc]
#
<SNIP>
## Required Packages
##
## Qmail-1.03
## Perl 5.005_03+
## Maildrop-0.73
## Bruce Guenter's QMAILQUEUE patch <URL:http://www.qmail.org/qmailqueue-patch>
From
http://www.qmail.org/qmailqueue-patchCode:
Greetings.
Appended is a patch to qmail-1.03 that causes any program that would run
qmail-queue to look for an environment variable QMAILQUEUE. If it is
present, it is used in place of the string "bin/qmail-queue" when
running qmail-queue. This could be used, for example, to add a program
into the qmail-smtpd->qmail-queue pipeline that could do filtering,
rewrite broken headers, etc. (this is my planned usage for it).