Displaying 6 results from an estimated 6 matches for "shared_mailboxes".
2014 Feb 16
1
Syntax of pattern in map section
...ntifier in the Dovecot code?
I need to understand how they work because I can't use the example in http://wiki2.dovecot.org/SharedMailboxes/Shared. This is because in my PostreSQL table users are not a single column but two columns with the local and domain part[2]:
Table "public.shared_mailboxes"
Column | Type
-----------------------+------------------------
shared_mailbox_local | character varying(64)
shared_mailbox_domain | character varying(253)
shared_to_local | character varying(64)
shared_to_domain | character varying(253)...
2023 Mar 07
0
Dovecot "Mailbox sharing between users".
Hi
I have appended the important bits of my server configuration to the end
of this email
I am trying to get "Mailbox sharing between users" to work.
For starters it is very hard to follow the doc only
https://doc.dovecot.org/configuration_manual/shared_mailboxes/shared_mailboxes/
without an actual example. I tried to use this (sorry in German)
https://dokuwiki.tachtler.net/doku.php?id=tachtler:dovecot_shares
and this got me a little further down the track.
I followed the instructions required for the dovecot config files.
Restarted dovecot, not errors dis...
2023 Mar 02
1
subscription, dots and subscribe to shared folder.
Hello;
We were able to set up shared folders in a cluster (using dovecot as
proxy on dedicated front-end servers, without using director) by
following
https://doc.dovecot.org/configuration_manual/shared_mailboxes/cluster_setup/.
Here is our related conf on imap farms (dovecot v2.3.16 on Almalinux):
namespaces:
mail_location = maildir:~/Maildir
namespace default {
? inbox = yes
? location =
? prefix =
? separator = /
}
namespace shared {
? list = children
? location = imapc:~/shared/%%u:INDEXPVT=~...
2023 Mar 03
1
subscription, dots and subscribe to shared folder.
...On 02/03/2023 16:21 EET Julien Nadal <julien+dovecotnl at mujik.fr> wrote:
>
>
> Hello;
> We were able to set up shared folders in a cluster (using dovecot as proxy on dedicated front-end servers, without using director) by following https://doc.dovecot.org/configuration_manual/shared_mailboxes/cluster_setup/.
>
> Here is our related conf on imap farms (dovecot v2.3.16 on Almalinux):
> namespaces:
> mail_location = maildir:~/Maildir
>
> namespace default {
> ? inbox = yes
> ? location =
> ? prefix =
> ? separator = /
> }
> namespace shared {
> ?...
2014 Jul 04
0
Shared Mailbox + LDAP Easy with this script
Hello guys,
After some hours fighting with shared mailbox, I finally understand how it
works - and, realy, I can't believe how easy it is!
So, to help others like me and to improve the shared mailbox with Dovecot
this script does all the "hard work".
I don't know if this group permit attachments, so, let's the link:
2016 Mar 09
4
Setting up public mailboxes - user not found
Hi all,
This is the first time I use the dovecot mail list so I?m sorry if I forget something.
My problem is that for some reason I can get public mailboxes to work. I have setup the directory Public, the folders and the cur,tmp and new folder in them:
Public
|
|- .office3
|
|- cur
|- tmp
|- new
|- dovecot-acl
Here is my dovecot conf:
# 2.2.13: /etc/dovecot/dovecot.conf
# OS: