I don't know. I chose Sophos because I required a Solaris 8 (x86) version and Sophos is one of the few who offers this. Alot of folks use McAffee so it is probably pretty good.
Turn on debugging in qmail-scanner-queue.pl then look at the output in the qmailscan/qmail-queue.log file to see what is happening. This will tell you alot. Hang in there - you are making progress! Ed. > -----Original Message----- > From: Luciana dos Santos Regina Lemos [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 30, 2002 5:08 PM > To: CertaintyTech > Subject: RE: [Qmail-scanner-general]Qmail-scanner-general - > path-qmail-solaris > > > > > Oi > > Do you think so the Sophos is better than macafee? > Where do I find it ? > Because I think the macafee is not working. > > The apper another error. > > > [root]qmailctl stat > X-Qmail-Scanner-1.14:[ciclone103341847142310472] Unable to close pipe to > /var/qm > ail/bin/qmail-queue (#4.3.0) - > X-Qmail-Scanner-1.14:[ciclone103341847142310472] Unable to queue message > (111). > (#4.3.0) - Illegal seek > > > I am tired. If this software is better,maybe I could intall it > > I perveived that the file qmail-scanner-queue.pl have every virus > scanner, Will have I set path to uvscan into the file > qmail-scanner-queue.pl ? Did you do this? the default is /usr/local/bin > > Did you applay patch for queue-smtpd too? > > Luciana > > > On Mon, 30 Sep 2002, CertaintyTech wrote: > > > Probably you need to increase the softlimit setting in the > script you use to > > start qmail-smtpd. My virus scanner is Sophos and it requires > 9MB of RAM so > > I set the softlimit to 10MB to be safe. Here is my qmail-smtpd/run file: > > > > #!/bin/sh > > PATH=/var/qmail/bin:/usr/local/sbin:/usr/local/bin:${PATH} > > export PATH > > echo "Start qmail-smtpd" > > QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl"; export QMAILQUEUE > > #Modify for your site > > exec softlimit -m 10000000 \ > > tcpserver -v -p -r -c 20 -t 10 -l mail.certainty.net \ > > -x /etc/tcp.smtp.cdb -u 111 -g 110 \ > > 65.164.70.6 smtp /var/qmail/bin/qmail-smtpd 2>&1 > > > > > > > > > -----Original Message----- > > > From: Luciana dos Santos Regina Lemos > [mailto:[EMAIL PROTECTED]] > > > Sent: Monday, September 30, 2002 1:44 PM > > > To: CertaintyTech > > > Subject: RE: [Qmail-scanner-general]Qmail-scanner-general - > > > path-qmail-solaris > > > > > > > > > > > > The patch was work. > > > Thanks very much. > > > But I have another question. Do you use macafee whith qmail-scanner ? > > > the uvscan ? > > > Because now I discovered the another error: > > > > > > X-Qmail-Scanner-1.14:[ciclone10334127444239723] corrupt or > unknown MacAfee > > > scanner/resource problems - exit status 16777215 > > > > > > > > > I think that I will have to modify the file > > > qmail-scanner-queue.pl Did you do this ? > > > > > > > > > Thanks > > > Luciana > > > > > > > > > On Mon, 30 Sep 2002, CertaintyTech wrote: > > > > > > > I just applied the patch using the commands: > > > > > > > > cp qmailqueue-patch qmail-1.03/ > > > > cd qmail-1.03 > > > > /usr/local/bin/patch -p1 < qmailqueue-patch > > > > > > > > this produced the output: > > > > patching file Makefile > > > > patching file qmail.c > > > > > > > > > > > > Attached is the qmailqueue-patch that I use. Hope this helps. > > > > > > > > > -----Original Message----- > > > > > From: Luciana dos Santos Regina Lemos > > > [mailto:[EMAIL PROTECTED]] > > > > > Sent: Monday, September 30, 2002 9:58 AM > > > > > To: CertaintyTech > > > > > Cc: [EMAIL PROTECTED] > > > > > Subject: RE: [Qmail-scanner-general]Qmail-scanner-general - > > > > > path-qmail-solaris > > > > > > > > > > > > > > > > > > > > Hello > > > > > Sorry for bother you again. > > > > > > > > > > But I do not kow anyone who works with scanner-qmail for solaris. > > > > > > > > > > I compiled qmail and everything else again. > > > > > Now I have a couple of questions: > > > > > > > > > > could it be happening because I am using mbox instead of maildir? > > > > > When I installed it on a Linux, with the mbox format > > > everything worked > > > > > fine > > > > > Could it be happening because the qmailqueue patch? Is > it the correct > > > > > one? It > > > > > is not getting virus fot the directory > > > > > /var/spool/qmailscan/quareantine/news. > > > > > > > > > > Would you be so kind in sending me the qmailqueue patch > > > attached that you > > > > > installed onyour solaris? > > > > > > > > > > Whem I applied the patch it occured nothing, did not have > > > retorn message. > > > > > > > > > > [root]/usr/local/bin/patch -p1 < qmailqueue-patch > > > > > [root] > > > > > > > > > > > > > > > Thank you so much in advance. > > > > > > > > > > Looking forward to hearing from you. > > > > > > > > > > Luciana > > > > > > > > > > > > > > > On Wed, 25 Sep 2002, CertaintyTech wrote: > > > > > > > > > > > > I did: > > > > > > > pkgadd -d patch-2.5.4-sol8-sparc-local.gz > > > > > > > /usr/local/bin/patch -p1 -d qmail-1.03 < qmailqueue-patch > > > > > > > > > > > > > > patching file Makefile > > > > > > > Reversed (or previously applied) patch detected! > Assume -R? [n] > > > > > > > Apply anyway? [n] > > > > > > > Skipping patch. > > > > > > > 1 out of 1 hunk ignored -- saving rejects to file Makefile.rej > > > > > > > patching file qmail.c > > > > > > > > > > > > > > > > > > > > > them I did > > > > > > > > > > > > > > > > > > > > > [root]/usr/local/bin/patch -p1 -d qmail-1.03 < > /qmailqueue-patch > > > > > > > patching file Makefile > > > > > > > Reversed (or previously applied) patch detected! > Assume -R? [n] y > > > > > > > patching file qmail.c > > > > > > > Reversed (or previously applied) patch detected! > Assume -R? [n] y > > > > > > > [root] > > > > > > > > > > > > > > > > > > > > > I do not know if it was work, but I insisted and compiled > > > > > again qmail1.03 > > > > > > > (make setup check) and before I cofigurated again > scanner-qmail. > > > > > > > > > > > > > > When I did: > > > > > > > > > > > > > > test_installation.sh -doit > > > > > > > > > > > > > > I received the three mensages in my email, however into > > > the directory > > > > > > > /var/spool/qmailscan did not appear the virus. > > > > > > > > > > > > > > ls -l /var/spool/qmailscan > > > > > > > > > > > > > > drwx------ 2 qmailq qmail 512 Sep 18 09:43 > > > > > > > ciclone10323602074234920 > > > > > > > drwx------ 2 qmailq qmail 512 Sep 18 09:52 > > > > > > > ciclone10323607384234935 > > > > > > > drwx------ 2 qmailq qmail 512 Sep 25 09:08 > > > > > > > ciclone10329629054231845 > > > > > > > -rw------- 1 qmailq qmail 23 Sep 25 17:59 > > > > > > > qmail-scanner-queue-version.txt > > > > > > > drwxrwx--- 5 qmailq qmail 512 Sep 18 09:41 > quarantine > > > > > > > -rw-r----- 1 qmailq other 24576 Sep 25 17:59 > > > > > > > quarantine-attachments.db > > > > > > > -rw-rw---- 1 qmailq qmail 4189 Sep 18 09:41 > > > > > > > quarantine-attachments.txt > > > > > > > -rw-rw---- 1 qmailq qmail 0 Sep 25 17:59 > > > quarantine.log > > > > > > > lrwxrwxrwx 1 root other 31 Sep 25 17:59 > viruses -> > > > > > > > /var/spool/qmailscan/quarantine > > > > > > > lrwxrwxrwx 1 root other 35 Sep 25 17:59 > > > viruses.log -> > > > > > > > /var/spool/qmailscan/quarantine.log > > > > > > > drwxrwx--- 5 qmailq qmail 512 Sep 18 09:41 working > > > > > > > > > > > > > > > > > > > > > I did not known what to do ??? > > > > > > > > > > > > > > Thanks > > > > > > > > > > > > > > Luciana > > > > > > > > > > > > > > > > > > > > > > > > > > I suggest that you start over with qmail-1.03 dir since I'm not > > > > > sure what > > > > > > was patched or not patched. Then apply the patch and > rebuild qmail. > > > > > > > > > > > > -- > > > > > > Ed. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- 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
