On Fri, 19 Dec 2008 07:39:58 +0100 [email protected] wrote:
> Hello,
> 
> I'm trying such simple exim configuration:

  [ ... ]

> begin transports
> test2:
>   driver = appendfile
>   file = /var/mail/$local_part
>   group = mail
> -- STOP --
> 
> It should deliver emails to local files. That files - according to 
> documentation - should be created as the user to whom the email is address. 
> For instance, if an email is addressed to "[email protected]", it should be 
> written to /var/mail/janek. This file should be owned by user "janek".

You should add 
                            user = $local_part
to the test2 transport.


--Frank Elsner

-- 
## 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/

Reply via email to