[Dovecot] Making both folder and .folder available to dovecot-lda but not imap

2010-08-05 Thread Stand H
Hi,

I'm looking for a way to deliver mail to both 'folder' and '.folder'. I put 
LAYOUT=fs to mail_location, sieve recognize both 'folder' and '.folder', but I 
don't want dovecot-imap to show 'folder' to imap client. The purpose is to send 
some emails to 'folder' and don't let user to see the folder and email in it.

I'm using dovecot-1.2.13 and dovecot-1.2-sieve-0.1.17. Can someone help me with 
the configuration. Thank you.

Regards,
Stand


  



Re: [Dovecot] Making both folder and .folder available to dovecot-lda but not imap

2010-08-06 Thread Stand H


--- On Fri, 8/6/10, Timo Sirainen  wrote:

> From: Timo Sirainen 
> Subject: Re: [Dovecot] Making both folder and .folder available to 
> dovecot-lda but not imap
> To: "Stand H" 
> Cc: dovecot@dovecot.org
> Date: Friday, August 6, 2010, 4:32 AM
> On 6.8.2010, at 3.37, Stand H wrote:
> 
> > Hi,
> > 
> > I'm looking for a way to deliver mail to both 'folder'
> and '.folder'. I put LAYOUT=fs to mail_location, sieve
> recognize both 'folder' and '.folder',
> 
> Okay..
> 
> > but I don't want dovecot-imap to show 'folder' to imap
> client. The purpose is to send some emails to 'folder' and
> don't let user to see the folder and email in it.
> 
> This makes less sense to me. Are you talking about just one
> folder or all folders that don't begin with a '.'? If just
> one, you could use ACLs to remove user's access to it. If
> all, probably easier to just change the code.
> 
> 

Hi Timo,

I just need one 'folder'. I try ACL and it works. Thanks.

Stand