Lähettäjä: Matt McLeod Päiväys: Vastaanottaja: exim-users Aihe: Re: [Exim] home_directory and filters
Philip Hazel wrote: > On Fri, 28 Jun 2002, Matt McLeod wrote:
>
> > I'm building a system where users have no home directories,
>
> <snip>
>
> > This is only a problem in that I'd rather not have to require users to
> > specify the full path of their mailboxes when writing filters.
>
> ... but if they have no home directories, what does a relative path
> mean?
Relative to their inbox (/var/mail/$local_part/), which is a maildir.
Other transports are treating that as their hoem directory -- e.g.,
their vacation database lives in there.
So, rather than having to use:
if $h_list-id: contains "exim.org" then
save /var/mail/mjmcleod/.Exim/
[...]