Re: [Exim] Problems with writing to spool

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Tom Samplonius
Fecha:  
A: Andre Grueneberg
Cc: exim-users
Asunto: Re: [Exim] Problems with writing to spool
On Mon, 7 Aug 2000, Andre Grueneberg wrote:

...
> Failed to create spool file /opt/exim/spool/input//<id>-D: Permission denied
> Cannot lock /opt/exim/spool/input//<id>-D
>
> when I try to enter a mail using the exim command locally from an unprivileged
>
> user. I'm using Exim 3.16 compiled with EXIM_UID=0, EXIM_GID=101.
>
> Do I have to make the spool/input world writable?


No, and that would be a bad thing to do.

I suspect that the exim bin is not setuid.

Tom