[Dovecot] How create shared Maildir ?
Timo Sirainen
tss at iki.fi
Mon Dec 15 12:02:22 EET 2008
On Mon, 2008-12-15 at 18:50 +0900, mlus wrote:
> Hello, I'm bigginer dovecot.
> I use dovecot version 1.0.15 (rc) on debian .
>
> How create shared maildir ?
>
> I try to ..................
>
> # mkdir /home/share
> # maildirmake.dovecot /home/share/Maildir
> # chown root:mail /home/share
> # chmod 660 /home/share
>
>
> # vi /etc/dovecot/dovecot.conf
> -------- add this ----------
> namespace public {
> separator = /
> prefix = share.
> location = maildir:/home/share/Maildir
> }
A namespace will contain multiple mailboxes. Typically you'd have
several mailboxes created under /home/share/Maildir, such as:
/home/share/Maildir/.First shared box/
/home/share/Maildir/.Second shared box/
> Thunderbird can see "share" , but can't subscribe.....
That's because "share" is a namespace prefix and not a mailbox.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
Url : http://dovecot.org/pipermail/dovecot/attachments/20081215/957c3052/attachment.bin
More information about the dovecot
mailing list