Here's my entire configure line.
./configure --prefix=/usr --enable-vpopmaildir=/var/vpopmail
--enable-htmldir=/www/qmailadmin --enable-cgibindir=/www/qmailadmin
--enable-imagedir=/www/qmailadmin/images --enable-qmaildir=/var/qmail
--enable-vpopgroup=vpopmail --disable-ezmlm-mysql --enable-modify-spam=y
--enable-spam-command='/var/qmail/bin/preline -d -f -r /usr/bin/killspam'
--enable-autoresponder-path=/usr/bin
I tested with the following, which should be close enough to your options:
./configure --disable-ezmlm-mysql --enable-modify-spam=y \
--enable-spam-command='/var/qmail/bin/preline -d -f -r /usr/bin/killspam' \
--enable-autoresponder-path=/usr/bin
And it worked fine. When I went to modify a user, I had a Spam Detection? checkbox at the bottom of the screen, right above the "Modify User" button.
Are you using the English language files? Some of the other languages don't have that phrase translated yet (the CVS repository has updated files).
Does your /usr/local/share/qmailadmin/add_user.html (and mod_user.html) contain text like the following?
##ts
<tr>
<td align=right><b>##X304</b></td>
<td>
<input type="checkbox" name="spamcheck">
</td>
</tr>
##ttDoes the Spam Detection checkbox appear on the Add User page?
Perhaps the --prefix=usr option is messing up the install in some way (e.g., we have an error in the Makefile)? Check to see if you've got any copies of add_user.html in places besides /usr/local/share/qmailadmin and the qmailadmin source directory.
-- Tom Collins [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http://sniffter.com/
