Re: [exim] Fwd: Filtering issue (Sieve)

Top Page
Delete this message
Reply to this message
Author: Fabien LUCE
Date:  
To: exim-users
Subject: Re: [exim] Fwd: Filtering issue (Sieve)
Hi,

thanks to your advices i finally got what i wanted, that's to say taking my
filters into account and delivering mails into my Maildir Mailboxes.
But i must admit, although it works, that i'm not sure i have done the best
way to do it.
Here is my new config.
Router

> userforward:
> driver = redirect
> check_local_user
> # local_part_suffix = +* : -*
> # local_part_suffix_optional
> file = $home/.forward
> allow_filter
> no_verify
> no_expn
> check_ancestor
> directory_transport = address_directory
> file_transport = address_file
> pipe_transport = address_pipe
> reply_transport = address_reply
>


Transport:

> address_directory:
> driver = appendfile
> maildir_format
> maildir_use_size_file
> delivery_date_add
> envelope_to_add
> return_path_add
>


Do you think something lacks?

Bye

2010/3/19 Peter Bowyer <peter@???>

> On 19 March 2010 13:42, Fabien LUCE <fabienluce@???> wrote:
> > Hi Peter,
> >
> > thanks for you answer, i have now to set a directory transport and have
> no
> > idea how to proceed, is there any how-to about this precise issue on the
> > internet?
>
> Did you read the chapter from the Exim documentation that I pointed to
> in my last response? Feel free to ask clarification questions.
>
> --
> Peter Bowyer
> Email: peter@???
> Follow me on Twitter: twitter.com/peeebeee
>
> --
> ## List details at http://lists.exim.org/mailman/listinfo/exim-users
> ## Exim details at http://www.exim.org/
> ## Please use the Wiki with this list - http://wiki.exim.org/
>