FreeStyle
2007-Mar-01 09:38 UTC
[Dovecot] How to Prevent IMAP Folders being moved, deleted or renamed
Hello I use exim/dovecot combination for mail delivery and pickup and I'm wondering how I can prevent users from moving, deleting or renaming particular IMAP folders. I use the MailDir mailbox format. The reason for doing this is that I have some special exim filters which deliver mail to specified directories. I don't want users to be able to change these folders because it will mess up the filtering. Also my mail client (Thunderbird) doesn't check the filter folders automatically is there an option in dovecot that lets you send notification to clients when new messages arrive in certain folders. more info: http://kb.mozillazine.org/How_do_I_check_for_new_messages_in_other_folders -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://dovecot.org/pipermail/dovecot/attachments/20070301/030eebfc/attachment.html>
Timo Sirainen
2007-Mar-01 10:09 UTC
[Dovecot] How to Prevent IMAP Folders being moved, deleted or renamed
On Thu, 2007-03-01 at 09:38 +0000, FreeStyle wrote:> Hello I use exim/dovecot combination for mail delivery and pickup and > I'm wondering how I can prevent users from moving, deleting or > renaming particular IMAP folders. I use the MailDir mailbox format.I think ACL plugin with global ACL rules would do that. Give the owner all the permissions except "delete". http://wiki.dovecot.org/ACL -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20070301/2ecba092/attachment.bin>
Jef Driesen
2007-Mar-01 10:45 UTC
[Dovecot] How to Prevent IMAP Folders being moved, deleted or renamed
FreeStyle wrote:> Also my mail client (Thunderbird) doesn't check the filter folders > automatically is there an option in dovecot that lets you send > notification to clients when new messages arrive in certain folders. > > more info: > http://kb.mozillazine.org/How_do_I_check_for_new_messages_in_other_foldersWith Thunderbird 1.5 and later, you can right click on the folder and choose "Properties". The checkbox "Check this folder for new messages" in the dialog is what you are looking for.