Displaying 3 results from an estimated 3 matches for "mail_public".
2014 Aug 12
4
namspace management
...of different problems.
Current issue: Public namespace.
I have users inbox as follow:
mail_home = /data/mail/%Ln/
mail_location = maildir:~/Maildir:INDEX=~/.dovecot.index
namespace {
inbox = yes
separator = /
prefix = INBOX/
}
Public namespace:
namespace {
location =
maildir:/data/mail_public/Maildir/:INDEXPVT=~/.dovecot.index.public/
prefix = PUBLIC/
separator = /
type = public
}
that way only one subscription file is possible. Any use could
subscribe/unsubscribe any folder
and that match all users.
If I add "subscription=no" the parent namespace' subscription...
2018 Jun 09
0
Doveadm sync: Can't create mailbox mail_public/public: Permission denied if synchronize all the available namespaces
...5.devel (61b47828)
# OS: Linux 4.14.47-5.el7xen.x86_64 x86_64 CentOS Linux release 7.5.1804
(Core)
I try to sync old server with doveadm sync with parameter -N (Synchronize all
the available namespaces)
Sync successfull in log, but destination server in log have "Can't create
mailbox mail_public/public: Permission denied."
Config dumps, logs in attaches.
-------------- next part --------------
# 2.3.1 (c5a5c0c82): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.5.devel (61b47828)
# OS: Linux 4.14.47-5.el7xen.x86_64 x86_64 CentOS Linux release 7.5.1804 (Core)
auth_cache_negative_tt...
2014 Aug 13
0
namspace management
...e.
> I have users inbox as follow:
>
> mail_home = /data/mail/%Ln/
> mail_location = maildir:~/Maildir:INDEX=~/.dovecot.index
> namespace {
> inbox = yes
> separator = /
> prefix = INBOX/
> }
>
> Public namespace:
> namespace {
> location =
> maildir:/data/mail_public/Maildir/:INDEXPVT=~/.dovecot.index.public/
> prefix = PUBLIC/
> separator = /
> type = public
> }
>
> that way only one subscription file is possible. Any use could
> subscribe/unsubscribe any folder
> and that match all users.
Did you tried:
location =
maildir:/data/mai...