Re: [Exim] Help! #Exim Filter

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: John Burnham
Data:  
Para: 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