Re: [Exim] Help! #Exim Filter

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: John Burnham
Fecha:  
A: Kamesh Patel, exim-users
Asunto: Re: [Exim] Help! #Exim Filter
> Am i right or totally wrong... probably totally wrong!!!!
>
> userforward:
> driver = forwardfile
> file_transport = address_file
> pipe_transport = address_pipe
> reply_transport = address_reply
> no_verify
> check_ancestor
> check_local_user
> file = .forward
> modemask = 002
> # filter
>

That's your problem - the filter line is commented out - remove the #
and hup exim.
John