Hi

Sorry my english, I'm from Argentine

I made a new installation, and I found many problems trying to make that
everything works
I have :
- qmail
- vpopmail
- qmailadmin
- sqwebmail
- qmail-scanner
- sophos
- sophie

Finally, I modified qmail-scanner-queue.c and Makefile, and now all works
Ok!

I'm sending the files attached, because I don't know where to send them
The modification make a setgid/setuid to run
/var/qmail/bin/qmail-scanner-queue.pl with the user/group asigned to the .PL
file

Also, I do the next things during the test :
----------------------------------------
chown -R qmailq.qmail /var/spool/qmailscan
chown -R qmailq.qmail /usr/local/sav

mkdir -p /service/qmail-smtpd/env
echo "/service/var/qmail/bin/qmail-scanner-queue" >
/service/qmail-smtpd/env/QMAILQUEUE

mkdir -p /var/qmail/supervise/qmail-smtpd/env
echo "/service/var/qmail/bin/qmail-scanner-queue" >
/var/qmail/supervise/qmail-smtpd/env/QMAILQUEUE
(I don't know if the last two (2) lines are necessary)

I added to : /var/qmail/supervise/qmail-smtpd/run

TOP
------------------------
QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue" export QMAILQUEUE

BOTTOM
------------------------
if (! test -e /var/spool/qmailscan/sophie); then
  /usr/local/bin/softlimit -a 7000000 setuidgid qmailq
/usr/local/bin/sophie -D
fi

Finally I found an "error" on configure on line 1366:
su qmaild -c "$BINDIR/qmail-scanner-queue.pl -g"

Don't work, I used:
su qmailq -c "$BINDIR/qmail-scanner-queue.pl -g"

May be, I do something wrong, but everyting is working
Please, tell me if I make something wrong

Killer
Pablo Murillo
[EMAIL PROTECTED]



Attachment: qmail-scanner-queue-c.tar.gz
Description: GNU Zip compressed data

Reply via email to