I am running qmail-scanner 1.03 with clamav 20030829 and spamassassin 
2.60 on Solaris 8.   I have been getting several errors in 
/var/log/qmail/smtpd/current, to the effect of:

getservbyname failed at /dev/fd/3 line 469.

Every time this failed, qmail-scanner would see it as a failure, leave 
the directory behind, and qmail would come back with a deferral.   My 
earlier mail about cleaning up /working/new was caused by all these 
directories left behind and filling up my disk.

I finally tracked it down to a problem with Perl Sys::Syslog and Solaris 
8.  The best explanation I saw is 
http://archive.develooper.com/[EMAIL PROTECTED]/msg89347.html
and he has some patches to fix it, but I don't need qmail-scanner 
talking to syslog at all, so I commented out these lines.

use Sys::Syslog qw(:DEFAULT setlogsock);
setlogsock('unix');
setlogsock('inet');
syslog('mail|err',"$V_HEADER-$VERSION:[$file_id] $string");
closelog;

And so far it looks to be working great.  I am going to monitor it for a
few days, and make certain. Just thought I'd share if anyone has had the
same problem. 

--
Jason


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Qmail-scanner-general mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to