Re: [EXIM] Bad mode

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Jim Tittsler
Fecha:  
A: exim-users
Asunto: Re: [EXIM] Bad mode
On Fri, Feb 19, 1999 at 02:59:00AM +0100, Frederick Page wrote:
> # Director
> userforward:
> driver = forwardfile
> no_verify
> check_ancestor
> file = .forward
> # modemask = 002


Did you try uncommenting (removing the leading #) this line? The modemask
indicates which bits must *not* be on in the permissions of the .forward
file. The default is 022.

> D=userforward defer (-11): <fpage@???> -
> bad mode (100664) for /home/fpage/.forward (userforward director)


The log file is telling you that one of the bits specified by modemask
is on. (100664 and 022 = 020, so either set modemask to 002, or change
the permissions on your .forward file.)
http://www.exim.org/exim-html-2.10/doc/html/spec_22.html#SEC636

--
Jim Tittsler, Tokyo ICQ: 5981586


--
*** Exim information can be found at http://www.exim.org/ ***