Re: [exim] Maildir filenames

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Jeremy Harris
Data:  
Para: exim-users
Assunto: Re: [exim] Maildir filenames
On 04/08/16 12:05, Jonathan Gilpin wrote:
> OK, thanks… What version are you running? That is exactly what I would like to achieve..


HEAD plus a bit, in general. Bleedin-edge. But your 4.86 is close
enough for the matter at hand.

Here's my (main) local-delivery transport:


address_directory:
  driver =              appendfile
  maildir_format =      true
  maildir_tag =         ,S=$message_size


  quota_size_regex =    ,S=(\d+)
  quota =               <ldap lookup>
  maildir_quota_directory_regex = ^(?:cur|new|\.(?!Trash).*)$
  quota_warn_threshold = 75%
  quota_warn_message =  <long message>


  maildir_use_size_file = true
  delivery_date_add
  envelope_to_add
  return_path_add
  user =                a_real_unix_user
  mode =                0660



The path is fed down from a (redirect) router, using the directory_transport option.
--
Cheers,
Jeremy