Hello

 I have:

 Solaris 5.8
 perl 5.6.1 and respectives modules for installetion
 qmail 1.03 whith mbox $HOME/Mailbox 

______________

 Into the /var/qmail/rc appear:

#!/bin/sh
# Using splogger to send the log through syslog.
# Using dot-forward to support sendmail-style ~/.forward files.
# Using qmail-local to deliver messages to ~/Mailbox by default.
exec env - PATH="/var/qmail/bin:$PATH" \
qmail-start '|dot-forward .forward
./Mailbox' splogger qmail
________________

Into the /var/qmail/supervise/qmail-smtpd/run :

#!/bin/sh
echo "Start qmail-smtpd"
QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl"
export QMAILQUEUE
QMAILDUID=`/usr/xpg4/bin/id -u qmaild`
NOFILESGID=`/usr/xpg4/bin/id -g qmaild`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
LOCAL=`head -1 /var/qmail/control/me`
if [ -z "$QMAILDUID" -o -z "$NOFILESGID" -o -z "$MAXSMTPD" ]; then
    echo QMAILDUID, NOFILESGID, or MAXSMTPD is unset in
    echo /var/qmail/supervise/qmail-smtpd/run
    exit 1
fi
exec /usr/local/bin/softlimit -m 10000000 /usr/local/bin/tcpserver -v -R
-l 0 -x
 /etc/tcp.smtp.cdb -c "$MAXSMTPD" -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp
/var/q
mail/bin/qmail-smtpd 2>&1

________________

 In to the  /var/spool/qmailscan appear :
 drwx------   2 qmailq   other        512 Nov 29 14:38
ciclone10385987214233059

 >cd ciclone10385987214233059
 >ls -l ciclone10385987214233059
total 0
 

 In to the /var/log/syslog:


Nov 29 14:51:53 ciclone qmail: [ID 748625 mail.info] 1038599513.320427
starting delivery 1: msg
271928 to local [EMAIL PROTECTED]
Nov 29 14:51:53 ciclone qmail: [ID 748625 mail.info] 1038599513.321198
status: local 1/10 remote
 0/20
Nov 29 14:51:53 ciclone qmail: [ID 748625 mail.info] 1038599513.355594
delivery 1: success: did_
1+0+1/
Nov 29 14:51:53 ciclone qmail: [ID 748625 mail.info] 1038599513.359370
status: local 0/10 remote
 0/20
Nov 29 14:51:53 ciclone qmail: [ID 748625 mail.info] 1038599513.360199 end
msg 271928
Nov 29 14:52:08 ciclone qmail: [ID 748625 mail.info] 1038599528.707129 new
msg 271928
Nov 29 14:52:08 ciclone qmail: [ID 748625 mail.info] 1038599528.707465
info msg 271928: bytes 11
77 from <[EMAIL PROTECTED]> qp 3194 uid 64011
Nov 29 14:52:08 ciclone qmail: [ID 748625 mail.info] 1038599528.727199
starting delivery 2: msg
271928 to local [EMAIL PROTECTED]
Nov 29 14:52:08 ciclone qmail: [ID 748625 mail.info] 1038599528.727462
status: local 1/10 remote
 0/20
Nov 29 14:52:08 ciclone qmail: [ID 748625 mail.info] 1038599528.762568
delivery 2: success: did_
1+0+1/
Nov 29 14:52:08 ciclone qmail: [ID 748625 mail.info] 1038599528.764144
status: local 0/10 remote
 0/20
Nov 29 14:52:08 ciclone qmail: [ID 748625 mail.info] 1038599528.764364 end
msg 27

______-

 The file qmail-scanner-queue.pl I put:

#!/usr/local/bin/perl -T

I compiled perl 5.6.1 with the options:
d_dosuid='define'
d_suidsafe='undef'

  The scanner did not work and did not appear error messages.

Any sugestion?

 
 

 Thanks

 Luciana









-------------------------------------------------------
This SF.net email is sponsored by: Get the new Palm Tungsten T 
handheld. Power & Color in a compact size! 
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
_______________________________________________
Qmail-scanner-general mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to