Re: maildirs

Top Page
Delete this message
Reply to this message
Author: Philip Hazel
Date:  
To: webadmin
CC: exim-users
Subject: Re: maildirs
On Tue, 7 Oct 1997, webadmin wrote:

> I know its possible to drop mail into various sub dirs eg initial/popbox
> but can these subdirs be made on the fly if they do not exist.


No.

> Also I am using smartuser , so that people who arent in the passwd file
> can also have their mail dropped locally, but how can I set an
> individual uid/ to these mails, or can't I


set something like

user = ${lookup{$local_part:uid}lsearch{/user/file}{$value}}
group = ${lookup{$local_part:gid}lsearch{/user/file}{$value}}

on the transport, where the file /user/file contains things like

webadmin: uid=1234 gid=5678


-- 
Philip Hazel                   University Computing Service,
ph10@???             New Museums Site, Cambridge CB2 3QG,
P.Hazel@???          England.  Phone: +44 1223 334714



--
* This is sent by the exim-users mailing list.  To unsubscribe send a
    mail with subject "unsubscribe" to exim-users-request@???
* Exim information can be found at http://www.exim.org/