19 Mar
2010
19 Mar
'10
11:21 p.m.
On Fri, 2010-03-19 at 22:14 +0100, Thomas Hummel wrote:
Get it. So I guess the recommended method to "make the share mailboxes visible" is to talk IMAP (through telnet for instance) and not trying to suppose anything about the shared-mailbox file format and try to hack it directly, right ?
Right. Note that you could also do things like:
printf "1 setacl blah\n2 logout\n" | dovecot --exec-mail imap
(assuming environment is setup properly, USER=username being the most important)