I'm using vpomail+qmail-scanner-1.25+uvscan,etc. And every attachment to put emails come of a customer lotus you notice passes is not filtered by qmail-scanner.
#######qmail-smtpd####### #!/bin/sh QMAILDUID=`id -u vpopmail` NOFILESGID=`id -g vpopmail` MAXSMTPD=`cat /var/qmail/control/concurrencyincoming` LOCAL=`head -1 /var/qmail/control/me` QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl" export QMAILQUEUE if [ -z "$QMAILDUID" -o -z "$NOFILESGID" -o -z "$MAXSMTPD" -o -z "$LOCAL" ]; then echo QMAILDUID, NOFILESGID, MAXSMTPD, or LOCAL is unset in echo /var/qmail/supervise/qmail-smtpd/run exit 1 fi if [ ! -f /var/qmail/control/rcpthosts ]; then echo "No /var/qmail/control/rcpthosts!" echo "Refusing to start SMTP listener because it'll create an open relay" exit 1 fi exec /usr/local/bin/softlimit -m 40000000 \ /usr/local/bin/tcpserver -v -R -l "$LOCAL" -x /etc/tcp.smtp.cdb -c "$MAXSMTPD" \ -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp \ /var/qmail/bin/qmail-smtpd xxxxxxxxxxxx \ /home/vpopmail/bin/vchkpw /usr/bin/true 2>&1 #####tcp.smtp##### 127.:allow,RELAYCLIENT="",QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl" #####qmail-queue.log #### Sun, 13 Mar 2005 10:45:20 BRT:29529: ------ Process 29529 finished. Total of 6.393636 secs Sun, 13 Mar 2005 10:49:46 BRT:29560: +++ starting debugging for process 29560 (ppid=29559) by uid=507 Sun, 13 Mar 2005 10:49:47 BRT:29560: w_c: elapsed time from start 1.453125 secs Sun, 13 Mar 2005 10:49:47 BRT:29560: return-path='[EMAIL PROTECTED]', recips='[EMAIL PROTECTED]' Sun, 13 Mar 2005 10:49:47 BRT:29560: from='[EMAIL PROTECTED]', subj='tes anexo', via SMTP from 172.30.0.2 Sun, 13 Mar 2005 10:49:49 BRT:29560: uvscan: finished scan in 1.629831 secs Sun, 13 Mar 2005 10:49:49 BRT:29560: SA: message too big - skip it Sun, 13 Mar 2005 10:49:49 BRT:29560: p_s: finished scan in 0.056495 secs Sun, 13 Mar 2005 10:49:49 BRT:29560: ini_sc: finished scan of "/var/spool/qmailscan/tmp/xxxx.com.br111072178677529560"... #####maillog########## Mar 13 10:49:49 xxx qmail-scanner[19971]: Clear:RC:0(172.30.0.2):SA:0(?/?): 6.25632 413449 [EMAIL PROTECTED] [EMAIL PROTECTED] 32 <[EMAIL PROTECTED]> 1111407977.19973-0.xxx.xxxxxx.com.br:142 orig-xxx.xxxxxx.com.br111140797277519971:413449 __iso-8859-1_Q_IsUninst.exe__:305152 Any aid is welcome, man pages, RTFM it forgives me for my bad English -- Dirceu Afonso Siqueira Junior ICQ: 51144391 MSN: [EMAIL PROTECTED] dicroh.multiply.com Counter Linux: 247432 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Qmail-scanner-general mailing list Qmail-scanner-general@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general