Hello Bill,

First of all, thanks a lot for your tip!... but what I wanted to say was that 
we need to maintain the Maildir structure (under, let's say, 
/mailboxes/javi/Maildir), with new, tmp and cur, but the idea is to force exim 
to create additional folders, for instance, .myfolder, when creating the 
mailbox for the user without it during a delivery. I mean, what we need to know 
is if exim is able to execute something like "maildirmake -f myfolder 
/mailboxes/javi/Maildir/", by using special commands under the appropriate 
appendfile transport. One more thing, the struture under that new folder 
(myfolder) must contain also new, tmp and cur, as it has been created by 
maildirmake.  

Thanks again!

Regards,

Javi

-----Mensaje original-----
De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de W B Hacker
Enviado el: martes, 25 de abril de 2006 12:02
Para: exim users
Asunto: Re: [exim] Additional folders when using maildir format

Javier Calahorra Novillo wrote:

> Hello all,
> 
> We´ve configured Exim + Virtual Users in LDAP + Maildir format, so, 
> we´re using options in our appendfile transport like create_directory 
> and directory_mode, to allow users mailboxes to be created when 
> receiving mail if they don´t exist before. Everything works ok, but 
> now we need to create one folder more (backup) in addition to the 
> standard related to the maildir format (new, cur, tmp...). This is 
> easy to do by using the maildirmake command but... do you know if it 
> is possible that exim performed this task automatically, I mean, 
> during the creation of the user mailbox? I´ve checked the 
> documentation but I haven´t found anything... Any ideas?
> 
> Thanks in advance!!!
> 
> Regards,
> 
> **************************************** Javier Calahorra Novillo

Yes, it can do so.

This one creates a '.Suspect' folder for IMAP users who want marginal spam 
sequestered.  Put your own top-level directory where I have <mailroot>:

(as my MUA munges the line-wraps, I've set-off the key line.)

=======================================================

quarantine_delivery:
   driver = appendfile
   user = exim
   group = mail
   delivery_date_add
   envelope_to_add
   return_path_add
   maildir_format = true
   mode = 0770

directory = <mailroot>/${domain}/${local_part}/Maildir/.Suspect/

   create_directory = true
   directory_mode = 0770
   no_mode_fail_narrower

=======================================================


HTH,

Bill



--
## List details at http://www.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

______________________
Este mensaje, y en su caso, cualquier fichero anexo al mismo,
 puede contener informacion clasificada por su emisor como confidencial
 en el marco de su Sistema de Gestion de Seguridad de la 
Informacion siendo para uso exclusivo del destinatario, quedando 
prohibida su divulgacion copia o distribucion a terceros sin la 
autorizacion expresa del remitente. Si Vd. ha recibido este mensaje 
 erroneamente, se ruega lo notifique al remitente y proceda a su borrado. 
Gracias por su colaboracion.
______________________
This message including any attachments may contain confidential 
information, according to our Information Security Management System,
 and intended solely for a specific individual to whom they are addressed.
 Any unauthorised copy, disclosure or distribution of this message
 is strictly forbidden. If you have received this transmission in error,
 please notify the sender immediately and delete it.
______________________

-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to