It seems that the real qmail-queue is doing something with uids/gids that that qmail-scanner-queue is not doing...
No doubt there is a permission problem because of this. qmail-queue is invoked with the Real uid of qmaild (and not qmailq) and the group 'nofiles'. Perhaps the wrapper needs to change the real uid and group too, to be equal to the effective uid/guid. I'll try to figure it out myself :/ On Sun, Sep 08, 2002 at 04:50:53PM +0200, Carlo Wood wrote: > Hi, > > I just installed qmail-scanner on my firewall > and got uptil running "./contrib/test_installation.sh -doit" > successfully. > > However, when I send myself an email from outside, > I get: > > ----- The following addresses had permanent fatal errors ----- > <[EMAIL PROTECTED]> > (reason: 554 qq permanent problem (#5.3.0)) > > ----- Transcript of session follows ----- > ... while talking to mail.alinoe.com.: > >>> DATA > <<< 554 qq permanent problem (#5.3.0) > 554 5.0.0 Service unavailable > > > Can someone please tell me where to look (for)? > There is nothing in /var/spool/qmailscan/qmail-queue.log > so apparently qmail-queue-scanner.pl doesn't even > get started. > > Here is some information that I hope will be enough > to help me: > > >ps auxw | grep tcp > qmaild 3780 0.0 0.3 1348 468 ? S 16:18 0:00 tcpserver -v -c40 -UX >-x/var/service/qmail-smtpd/tcprules.cdb 0 smtp > > >ls -l /var/service/qmail-smtpd/tcprules.cdb > -rw-r--r-- 1 root root 2220 Sep 8 16:18 >/var/service/qmail-smtpd/tcprules.cdb > > I use these rules in order to get still mail! > The "194.109.6." is the site that I use for testing. Mail from > that site does bounce. Other mail gets through without that > /var/qmail/bin/qmail-scanner-queue.pl is being tried to start: > > >cat /var/service/qmail-smtpd/tcprules > 194.109.6.:allow,QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl" > :allow,RELAYCLIENT="",RBLSMTPD="",QMAILQUEUE="/var/qmail/bin/qmail-queue" > > > >ls -l /var/qmail/bin/qmail-scanner-queue.pl > -rwsr-xr-x 1 qmailq qmail 56275 Sep 8 06:49 >/var/qmail/bin/qmail-scanner-queue.pl* > >ls -l /var/qmail/bin/qmail-queue > -rws--x--x 1 qmailq qmail 12680 Sep 8 03:42 /var/qmail/bin/qmail-queue* > > > Can someone PLEASE help? I am totally stuck now :( > > -- > Carlo Wood <[EMAIL PROTECTED]> > > > ------------------------------------------------------- > This sf.net email is sponsored by: OSDN - Tired of that same old > cell phone? Get a new here for FREE! > https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 > _______________________________________________ > Qmail-scanner-general mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general -- Carlo Wood <[EMAIL PROTECTED]> ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 _______________________________________________ Qmail-scanner-general mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general
