More over, reading the documentation, there's something i can't understand with redirect routers:
a redirect router cannot lead to a queue for transport, it only rewrite a recipient address, isn't it? (see http://www.exim.org/exim-html-4.30/doc/html/spec.html) But in case of filtering (with a filter file), i got the impression that my redirect router send my message to a transport router directly, is that correct? thanks for lighten my up! 2010/3/20 Fabien LUCE <[email protected]> > 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 <[email protected]> > >> On 19 March 2010 13:42, Fabien LUCE <[email protected]> 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: [email protected] >> 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/ >> > > -- ## 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/
