Hi,
Petr Novotny wrote:
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 18 Aug 2000, at 15:39, Lars Pfuhl wrote:
>
> > When I try to send a message I get:
> >
> > qq temporary problem (#4.3.0)
> >
> > I use a perl-script and in qmail-queue is:
> > #!/bin/sh
> > exec /var/qmail/bin/qmail-filter /var/qmail/bin/my-filter
> >
> > What I have done:
> > - in the Makefile I have written
> > CFLAGS = -O -Wall -DQMAIL_QUEUE=\"/var/qmail/bin/qmail-queue-old\"
> > - compile - qmail-queue --> qmail-queue-old - qmail-queue ist now the
> > shell-script with the owner qmailq and the group qmail (chmod 755)
> >
> > Any ideas?
>
> The original qmail-queue is suid qmailq program. What is suid
> qmailq in your setup? (No other user than root or qmailq can write
> into the queue; qmail-smtpd should run as qmaild, and therefore
> can't write the queue.)
qmail-queue -rws--x--x qmailq qmail <-- this is now my shell-script
qmail-queue-old -rws--x--x qmailq qmail <-- the original qmail-queue
Is that ok?
Lars