Hi all,

I am trying to install qmail-scanner-1.10 on a hardened solaris 8 box. Qmail
by itself seems to be working fine, but qmail scanner is not being invoked
at all. I did apply the patch and recompile qmail. 

Is there a way to check if qmail-scanner is being invoked or not.

There is no X-QMAIL-SCANNER header in the mails. The test_installation
script emails also simply pass through.

I am unable to understand why qmail-scanner is not being invoked at all.

Any help apprecisted.
Thank you.
-anshuman.




The installation of qmail scanner :

 bash ./configure --admin anshuman --domain expertcity.com --install

goes without any errors. I can do this without errors :
 /var/qmail/bin/qmail-scanner-queue.pl -g  (or a -v)

I am using daemontools, as per LWQ and so I have defined 

 # cat /service/qmail-smtpd/env/QMAILQUEUE 
 /var/qmail/bin/qmail-scanner-queue.pl


My qmail-smtpd/run file looks like:


#!/bin/sh
QMAILDUID=`/usr/xpg4/bin/id -u qmaild`
NOFILESGID=`/usr/xpg4/bin/id -g qmaild`

echo -n "qmail-smtpd, " 
QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl"  export QMAILQUEUE

MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
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/qmail/bin/qmail-smtpd
2>&1

------------------------

[root@dike]:[/var/qmail/bin]:513#./qmail-scanner-queue.pl  -v


3

Version: 1.10

Perl:    Summary of my perl5 (revision 5.0 version 6 subversion 0)
configuration:
    /usr/local/lib/perl5/5.6.0/sun4-solaris
    /usr/local/lib/perl5/5.6.0
    /usr/local/lib/perl5/site_perl/5.6.0/sun4-solaris
    /usr/local/lib/perl5/site_perl/5.6.0
    /usr/local/lib/perl5/site_perl

Scanners: perlscanner

Scanner versioning: 

Operating System: SunOS, 5.8
Hardware:         sun4u

_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Qmail-scanner-general mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to