On Thu, Dec 18, 2003 at 09:17:14AM -0700, Stephen Bosch wrote: > Stephen Bosch wrote: > >Why is /var/log/qmail/smtpd showing me this: > > > >2003-12-17 18:14:36.443243500 X-Qmail-Scanner-1.20:[] cannot create > >/var/spool/qmailscan/tmp - Permission denied > > > if (! -d "$scandir/tmp") { > mkdir("$scandir/tmp",0700) || &error_condition("cannot create > $scandir/tmp - $!"); > } > Here's what I don't grok -- the directory exists, and I have tried every > owner under the sun. Why does it still think it doesn't exist?
Because you don't have a working suid install... The "if (! -d $scandir/tmp)" is failing as the unprivileged account cannot even read $scandir, and then it tries to make a "tmp" dir within a dir it cannot even read... -- Cheers Jason Haar Information Security Manager, Trimble Navigation Ltd. Phone: +64 3 9635 377 Fax: +64 3 9635 417 PGP Fingerprint: 7A2E 0407 C9A6 CAF6 2B9F 8422 C063 5EBB FE1D 66D1 ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ Qmail-scanner-general mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general