On Tue, Apr 06, 2004 at 07:58:40AM +0100, Rob wrote: > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On > > Behalf Of Guido > > > > Doing so I finally figured out that the files were created > > with the 0640 > > permissions, but that the Work directory was created with > > 0700, which causes > > clamd to be unable to scan this directory. > > Aha - I'm not alone :) > > I see the same problem with 2.41 (haven't tried 2.42 yet - it's not in > the FreeBSD ports tree) on my FreeBSD 5.2-CURRENT box. See the thread > at > http://lists.roaringpenguin.com/pipermail/mimedefang/2004-March/021391.h > tml > > I put in an explicit chmod 750 of the Work directory and 640 of the
The FreeBSD port has been updated to version 2.42 : http://www.freshports.org/mail/mimedefang/ However I don't think it will solve your problems. I guess you will have to add some extra code in mimedefang.pl to debug it : calls to syslog to list the ownership of files... Someone mentioned MIME::Parser problems : there is a mkdir call in Parser/Filer.pm : # grep mkdir /usr/lib/perl5/vendor_perl/5.8.0/MIME/Parser/Filer.pm mkdir $self->output_dir, 0700 or die "mkdir ".$self->output_dir.": $!\n"; SL/ --- Stephane Lentz Alcanet International, Internet Services _______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [EMAIL PROTECTED] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

