Hello everybody,
 i search in archive of this mail list, i find cople similar problems
 but nothing same.

 I patched qmail with the qmailqueue patch, and rebuilt it.
 If i run qmail without qmail scanner, work fine. But when run with
 qmail scanner

cat /service/qmail-smtpd/run
#!/bin/sh
QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl"
export QMAILQUEUE

QMAILDUID=`id -u qmaild`
NOFILESGID=`id -g qmaild`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`

exec /usr/local/bin/softlimit -m 2000000 /usr/local/bin/tcpserver -v -R -l 0 -x 
/home/vpopmail/etc/
        -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp /usr/local/bin/rblsmtpd 
/var/qmail/bin/qmail-smtpd

first when I had permissons of file
ls -l /usr/bin/suidperl
-rwxr-xr-x  3 root  wheel  50720 Sep 15 21:13 /usr/bin/suidperl

I get this error:
Sep 27 22:15:38 eagle qmail: 1033157738.542696 new msg 337691
Sep 27 22:15:38 eagle qmail: 1033157738.545360 info msg 337691: bytes
603 from <[EMAIL PROTECTED]> qp 51581 uid 82
Sep 27 22:15:38 eagle qmail: 1033157738.601679 starting delivery 539: msg 337691 to 
remote
[EMAIL PROTECTED]
Sep 27 22:15:38 eagle qmail: 1033157738.603485 status: local 0/10 remote 1/20
Sep 27 22:15:39 eagle qmail: 1033157739.013583 delivery 539: deferral:
213.143.70.51_failed_after_I_sent_the_message./Remote_host_said:_451_qq_temporary_problem_(#4.3.0)/

but if I ccange permissions on file suodperl
chmod 4711 /usr/bin/suidperl

ls -l /usr/bin/suidperl
-rws--x--x  3 root  wheel  50720 Sep 15 21:13 /usr/bin/suidperl


when I send email from domena1.org i get return mail

From: Mail Delivery Subsystem <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Date: Saturday, October 5, 2002, 2:12:18 PM
Subject: Returned mail: see transcript for details

The original message was received at Sat, 5 Oct 2002 14:12:08 +0200
from bluebox.domena1.org [10.1.13.8]

   ----- The following addresses had permanent fatal errors -----
<[EMAIL PROTECTED]>
    (reason: 554 qq permanent problem (#5.3.0))

   ----- Transcript of session follows -----
... while talking to host.domena.net.:
>>> DATA
<<< 554 qq permanent problem (#5.3.0)
554 5.0.0 Service unavailable

if i start test script ./contrib/test_installation.sh -doit, works i
get three emails one without virus and two with fake virus.

Please help.

-- 
LP

 Simon




-------------------------------------------------------
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