Re: Hashed Mail Spools

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Philip Hazel
Fecha:  
A: Daniel Chalef
Cc: exim-users
Asunto: Re: Hashed Mail Spools
On Mon, 20 Oct 1997, Daniel Chalef wrote:

> Yes, that sounds like what we're looking for. i.e. we have user abc with
> mail stored in:
>
> /var/spool/a/ab/abc


No, that's something quite different. That's a split mailbox directory
rather than a split spool in Exim's terminology. You can get it quite
easily by changing the configuration of the local delivery transport.
For example:

local_delivery:
driver = appendfile;
file = /var/spool/${length_1:$local_part}/${length_2:$local_part}/${local_part},

> Hmmm... _that_ doesn't sound like what we need. (:


No, that's for a different problem. :-)


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