randon Mercer wrote:
Scott wrote:Have tried - chown -Rf qscand.qscand /var/spool/qmailscan this returns :
/var/qmail/bin/qmail-scanner-queue.pl -g
try doing a: chown -Rf qscand.qscand /var/spool/qmailscan
then you can run the test that is described in the instructions: setuidgid qscand /var/qmail/bin/qmail-scanner-queue.pl -g
I have tried -If those above mentioned don't work you'll need to use the C wrapper that is supplied in the contrib/ directory with qmail-scanner. The instructions are in the contrib folder. Hope this helps
chmod 4711 /usr/bin/suidperl
as described in the install instruction, as well as -
Brandon
chown: `qscand.qscand': invalid user
What is this attempting to do ?
If you read the readme in the new 1.20 version of the qmail-scanner, the "install" script doesn't create this user anymore. You will need to manually create the user by doing:
adduser qscand
addgroup qscand
The above command changes the folders to be owned by the user qscand and the group qscand. Since everything in qmail-scanner runs as that user these perms are manditory. Brandon
------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Qmail-scanner-general mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general