Autor: Simon Alman Fecha: A: Jason Majors, exim Asunto: Re: [Exim] .forward filter and maildir
Jason Majors wrote:
>Does exim's .forward filtering support maildir format?
>I've tried using this:
>###
>if not delivered
>then
> save $home/.maildir/inbox/
>endif
>###
>in my .forward, but I get this error in exim's msglog:
>2003-07-22 22:02:13 /home/jason/.maildir/inbox/ <user@host> R=userforward defer (-30): directory_transport unset in userforward router
>
>Am I doing something wrong, or is this just not supported?
>
> It means you haven't set directory_transport in your forward routing
rule (the error may not mean much to you but it is correct in what its
saying), here's an example of the rule I use for transport and routing:
> # This transport is used for handling deliveries to directories that are
> # generated by aliasing or forwarding.
> #
> address_directory:
> driver = appendfile
> maildir_format
> delivery_date_add
> envelope_to_add
> return_path_add