I'm returning to qmail and dovecot after having suffered a complete failure
with a different mail system and I'm now trying to figure out the easiest
way to recover our messages from the failed system.
The messages are stored as RFC822 in individual files and I can easily
identify which message b
I had a working dovecot install before I tried to implement shared folders
using namespaces.
I added the following to /etc/dovecot/dovecot.conf:
namespace private {
separator =
prefix =
inbox = yes
}
namespace public {
separator = /
prefix =
location = maildi
giuliano wrote:
>
>
> I prefer to define everything, even the values that have a default, so
> I would define
> location (even if mail_location should apply to the default namespace)
> and the separator.
>
Great suggestion. I've changed my namespaces as follows:
namespace private {
Found the clue I was looking for at
http://www.mailinglistarchive.com/dovecot@dovecot.org/msg08557.html. Seems
to be working fine now.
--
View this message in context:
http://www.nabble.com/Namespaces-and-shared-folders-tp20727713p20737738.html
Sent from the Dovecot mailing list archive at Nab