My guess is you are using the wrapper, but: - Maybe you haven't changed the first line in qmail-scanner-queue.pl: from "suidperl -T" to just "perl", or
- You left the suid bit on the qmail-scanner-queue.pl script. # ls -l /var/qmail/bin/qmail-scanner-queue.pl -rwsr-xr-x 1 qmailq qmail 4368 Dec 22 06:05 qmail-scanner-queue.pl Note the incorrect "rws" instead of "rwx" if you are using the wrapper. If you have the suid bit still set, you need to remove it. # chmod 0755 /var/qmail/bin/qmail-scanner-queue.pl Hope it helps.. -J Quoting Linux <[EMAIL PROTECTED]>: � I used the wrapper in the contrib directory. [snip] � > I thought I had checked all logs, but the /var/log/qmail/smtpd/current � > reveals this error: � > � > @400000003e35a72e33290db4 YOU HAVEN'T DISABLED SET-ID SCRIPTS IN THE � > KERNEL YET! � > @400000003e35a72e33292524 FIX YOUR KERNEL, PUT A C WRAPPER AROUND THIS � > SCRIPT, OR USE -u AND UNDUMP! � > � > Anyone have any ideas on how to correct this? -- $ /usr/games/fortune Anything that can go wrong will go Segmentation fault (core dumped) $ ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ Qmail-scanner-general mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general
