Hi to all,
i have installed the qmailqueue scanner on a turbolinux system.
The test_installation -doit  run properly but the system seems to not
take care of the variable QMAILQUEUE vars inserted in my startup
scripts.
I tried to insert in this script the variables and after i seen that it
don't qork i tried to put it in the /etc/profile script.
I verified that the variable exist in env, but the result is the same,
the messages still delivered to normal qmail.queue system.
Any ideas?
Thanks,
MArcello



this is my qmail startup script:



#! /bin/sh
#
# /etc/rc.d/rc.sysinit - run once at boot time
#
# Taken in part from Miquel van Smoorenburg's bcheckrc.
#

####  avvio qmail
#csh -cf '/var/qmail/rc &'



#### POP3
    env - PATH="/var/qmail/bin:/usr/local/bin" \
    /usr/local/bin/tcpserver -v -H \
    -R -l$HOSTNAME -c200 0 110 \
    /var/qmail/bin/qmail-popup $HOSTNAME \
    /home/vpopmail/bin/vchkpw \
    /var/qmail/bin/qmail-pop3d Maildir 2>&1 | \
    /usr/local/bin/multilog t n100 s1000000 /var/log/qmail/pop3 &


#### SMTP
QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl" export QMAILQUEUE

    env - PATH="/var/qmail/bin:/usr/local/bin" \
    /usr/local/bin/tcpserver -v -H -R -l$HOSTNAME \
    -x /etc/tcp.smtp.cdb \
    -c200 -u631 -g630 0 25 /var/qmail/bin/qmail-smtpd 2>&1 | \
    /usr/local/bin/multilog t n100 s1000000 /var/log/qmail/smtp &

#### 
    env - PATH="/var/qmail/bin:/usr/local/bin" \
    qmail-start ./Maildir/ | \
    /usr/local/bin/multilog t n100 s1000000 /var/log/qmail &


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
No, I will not fix your computer.
http://thinkgeek.com/sf
_______________________________________________
Qmail-scanner-general mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to