On Wed, Feb 03, 1999 at 07:41:06PM +0000, Peter Gradwell wrote:
> Hi,
>
>
> Could some one please explain this to me:
>
> 920403544.098213 delivery 317: deferral:
> Uh-oh:_.qmail_has_prog_delivery_but_has_x_bit_set._(#4.7.0)/
> 920403544.098239 status: local 0/10 remote 0/20
The message looks pretty straightforward: the .qmail file has the execute bit
set and has a program delivery instruction in it, and qmail doesn't like that.
>From man dot-qmail:
If .qmail has the execute bit set, it must not contain any
program lines, mbox lines, or maildir lines. If qmail-
local sees any such lines, it will stop and indicate a
temporary failure.
Why does qmail object to the execute bit being set? I don't know. But if you
want to get rid of the error message, chmod -x the .qmail file.
> It looks kinda worrying!
>
> also, is there a way to be copied on all errors?
What do you mean?
Chris