[Dovecot] 1.0-test12

Timo Sirainen tss at iki.fi
Wed May 26 05:44:55 EEST 2004


On 25.5.2004, at 06:46, Matthias Andree wrote:

> Timo Sirainen <tss at iki.fi> writes:
>
>> http://dovecot.org/test/
>
> BTW, is NAMESPACE planned for 1.0?

It's already in 1.0-tests. Example below, used for converting existing 
uw-imap installations with various namespace-prefixes to Dovecot.

inbox = yes is used for namespace that contains INBOX. Each namespace 
also has location parameter which defaults to default_mail_env if not 
set. So it's possible to have mixed maildir/mbox namespaces. hidden = 
yes means it's hidden from NAMESPACE reply.

namespace private {
   separator = .
   inbox = yes
   prefix =
}
namespace private {
   separator = /
   prefix = mail/
   hidden = yes
}
namespace private {
   separator = /
   prefix = ~/mail/
   hidden = yes
}
namespace private {
   separator = /
   prefix = ~/Maildir/
   hidden = yes
}
namespace private {
   separator = /
   prefix = ~%u/mail/
   hidden = yes
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 186 bytes
Desc: This is a digitally signed message part
URL: <http://dovecot.org/pipermail/dovecot/attachments/20040526/a0c1bdcd/attachment-0001.bin>


More information about the dovecot mailing list