Hi
I want to create a mailbox that no one would be able to delete mails from and
disable access to it through pop.
I have come up with using ACLs to allow read-only access to users. Is that
right approach?
Could someone tell me how I can achieve the second objective of disabling pop
access t
On Tue, 2009-02-24 at 17:41 -0500, Neil wrote:
> Inspired by the "Dovecot as a email storage system" thread...
>
> Is there a way to instruct Dovecot go into read-only mode for an
> account, or a mailbox?
ACL plugin would be one possibility. It won't prevent creating new
mailboxes though.
> Coul
Inspired by the "Dovecot as a email storage system" thread...
Is there a way to instruct Dovecot go into read-only mode for an
account, or a mailbox?
Could I maybe fake it by setting perms on the maildir directory to 440?