> 
> Am 25.10.2003 um 18:15 schrieb [EMAIL PROTECTED]:
> 
> >>
> >> Am 25.10.2003 um 09:38 schrieb Salvatore Toribio:
> >> -- /var/qmail/bin/qmail-scanner-queue.pl.new, line 308 --
> >>
> >> chdir($scandir);
> >> umask(0077);
> >>
> >> if (! -d "$scandir/tmp") {
> >>    mkdir("$scandir/tmp") || &error_condition("cannot create 
> >> $scandir/tmp
> >> - $!");
> >> }
> >>
> >> my $quarantine_event=0;
> >>
> >> -- END --
> >>
> >
> > I didn't modify that part of qmail-scanner, but as you have interrupted
> > the installation maybe there is a bug there. Try to create by hand the
> > directory /var/spool/qmailscan/tmp and change the owner to qscand.
> >
> > mkdir /var/spool/qmailscan/tmp
> > chown qscand.qscand /var/spool/qmailscan/tmp
> >
> > I will check tomorrow...
> >
> 
> 
> For your information:
> 
> if (! -d "$scandir/tmp") {
>    mkdir("$scandir/tmp",0700) || &error_condition("cannot create 
> $scandir/tmp - $!");
> }
> 
> I changed "mkdir("$scandir/tmp")" to "mkdir("$scandir/tmp",0700)" and 
> now it seems to work..
> 
> 
> -Kai.
> 
Great, we must tell this to Jason.

So if someone tries to do manualy install and does not create the 
directory "tmp" by hand then qmail-scanner fails when it tries to create 
the directory, I will correct it tomorrow in my distribution, but the 
problem will persist in the not patched version.

Thanks

Salvatore
mail1.usc.urbe.it



-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
_______________________________________________
Qmail-scanner-general mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to