Hi
I wish to create a share mailbox ( well.. Apparently, this is a public mailbox). Let's say I have 2 users : user1 & user2 and the need to share a mailbox for "general inquiries" emails..
Despite of the 2 users' account creation ( user1 & user2) , should I create a third email account ( info1) for general inquiries for instance and instruct Dovecot that this mail box has to be shared ?
In that case, logically, I have to declare into: "15-Mailboxes.conf"
|namespace { type = public separator = / prefix = Public/ location = maildir:|||/var/spool2/mail|/info1/:CONTROL=/var/spool2/mail/Maildir/info1:INDEX=|||/var/spool2/mail|/info1 # Allow users to subscribe to the public folders. subscriptions = yes } |
|and add a file : /etc/dovecot/dovecot-acl|
|| ||||/var/spool2/mail|/info1/| user=user1,user2 lrwstipekxa ||/var/spool2/mail|/info1|/* user=user1,user2 lrwstipekxa
and add the plugin :
plugin {
acl = vfile
}||
Is that the way to do it ?
- Now what is the difference between a shared and Public mailbox ?
I can see that the plugin is slightly different : |acl_shared_dict| <https://doc.dovecot.org/settings/plugin/acl-plugin/#plugin_setting-acl-acl_shared_dict>
For me a "public"email folder is for sharing emails.. My understanding is: general email account can be shared ( like info1 in my example).. this is called a public mailbox.( specific email account, shared between users). So what is called a "Shared mailbox" ?????
Thanks for your help ?
Curious, what is the use case that you simply can't create three users, and share the password on on of the email accounts?
They can simply set up their email clients to check both mailboxes, why would this not work, and what is the use case that requires customizing your MTA?
On 2023-04-15 04:22, Stephane MAGNIER wrote:
Hi
I wish to create a share mailbox ( well.. Apparently, this is a public mailbox). Let's say I have 2 users : user1 & user2 and the need to share a mailbox for "general inquiries" emails..
Despite of the 2 users' account creation ( user1 & user2) , should I create a third email account ( info1) for general inquiries for instance and instruct Dovecot that this mail box has to be shared ?
In that case, logically, I have to declare into: "15-Mailboxes.conf"
|namespace { type = public separator = / prefix = Public/ location = maildir:|||/var/spool2/mail|/info1/:CONTROL=/var/spool2/mail/Maildir/info1:INDEX=|||/var/spool2/mail|/info1 # Allow users to subscribe to the public folders. subscriptions = yes } |
|and add a file : /etc/dovecot/dovecot-acl|
|| ||||/var/spool2/mail|/info1/| user=user1,user2 lrwstipekxa ||/var/spool2/mail|/info1|/* user=user1,user2 lrwstipekxa
and add the plugin :
plugin {
acl = vfile
}||
Is that the way to do it ?
- Now what is the difference between a shared and Public mailbox ?
I can see that the plugin is slightly different : |acl_shared_dict| <https://doc.dovecot.org/settings/plugin/acl-plugin/#plugin_setting-acl-acl_shared_dict>
For me a "public"email folder is for sharing emails.. My understanding is: general email account can be shared ( like info1 in my example).. this is called a public mailbox.( specific email account, shared between users). So what is called a "Shared mailbox" ?????
Thanks for your help ?
dovecot mailing list -- dovecot@dovecot.org To unsubscribe send an email to dovecot-leave@dovecot.org
-- "Catch the Magic of Linux..."
Michael Peddemors, President/CEO LinuxMagic Inc. Visit us at http://www.linuxmagic.com @linuxmagic A Wizard IT Company - For More Info http://www.wizard.ca "LinuxMagic" a Registered TradeMark of Wizard Tower TechnoServices Ltd.
604-682-0300 Beautiful British Columbia, Canada
This email and any electronic data contained are confidential and intended solely for the use of the individual or entity to which they are addressed. Please note that any views or opinions presented in this email are solely those of the author and are not intended to represent those of the company.
no no.. Let's take an example and suppose that you have 2 sellers.. They have their own email accounts ( seller1 and seller2) and you have a generic mailbox like info@foo.com for enquiries.. into a third mailbox ( maybe)
The advantage to get a "share or public" mailbox ( well as I could imagine); an enquiry is arriving. Both sellers car read the email. If seller1 decide to look after it, he just need to drag and drop the email to his own emails... Seller2 knows that no other action to take..and the email has just gone from the Shared inbox... just to avoid to leave an non responded email
Ask people to connect to differents mailboxes.. and they find this boring :-) One account per person... All the info they need
-------- Forwarded Message -------- Subject: Re: Shared / Public mailbox Date: Sat, 15 Apr 2023 08:37:10 -0700 From: Michael Peddemors <michael@linuxmagic.com> Organization: LinuxMagic Inc. To: dovecot@dovecot.org
Curious, what is the use case that you simply can't create three users, and share the password on on of the email accounts?
They can simply set up their email clients to check both mailboxes, why would this not work, and what is the use case that requires customizing your MTA?
On 2023-04-15 04:22, Stephane MAGNIER wrote:
Hi
I wish to create a share mailbox ( well.. Apparently, this is a public mailbox). Let's say I have 2 users : user1 & user2 and the need to share a mailbox for "general inquiries" emails..
Despite of the 2 users' account creation ( user1 & user2) , should I create a third email account ( info1) for general inquiries for instance and instruct Dovecot that this mail box has to be shared ?
In that case, logically, I have to declare into: "15-Mailboxes.conf"
|namespace { type = public separator = / prefix = Public/ location = maildir:|||/var/spool2/mail|/info1/:CONTROL=/var/spool2/mail/Maildir/info1:INDEX=|||/var/spool2/mail|/info1 # Allow users to subscribe to the public folders. subscriptions = yes } |
|and add a file : /etc/dovecot/dovecot-acl|
|| ||||/var/spool2/mail|/info1/| user=user1,user2 lrwstipekxa ||/var/spool2/mail|/info1|/* user=user1,user2 lrwstipekxa
and add the plugin :
plugin {
acl = vfile
}||
Is that the way to do it ?
- Now what is the difference between a shared and Public mailbox ?
I can see that the plugin is slightly different : |acl_shared_dict| <https://doc.dovecot.org/settings/plugin/acl-plugin/#plugin_setting-acl-acl_shared_dict>
For me a "public"email folder is for sharing emails.. My understanding is: general email account can be shared ( like info1 in my example).. this is called a public mailbox.( specific email account, shared between users). So what is called a "Shared mailbox" ?????
Thanks for your help ?
dovecot mailing list -- dovecot@dovecot.org To unsubscribe send an email to dovecot-leave@dovecot.org
-- "Catch the Magic of Linux..."
Michael Peddemors, President/CEO LinuxMagic Inc. Visit us athttp://www.linuxmagic.com @linuxmagic A Wizard IT Company - For More Infohttp://www.wizard.ca "LinuxMagic" a Registered TradeMark of Wizard Tower TechnoServices Ltd.
604-682-0300 Beautiful British Columbia, Canada
This email and any electronic data contained are confidential and intended solely for the use of the individual or entity to which they are addressed. Please note that any views or opinions presented in this email are solely those of the author and are not intended to represent those of the company.
dovecot mailing list --dovecot@dovecot.org To unsubscribe send an email todovecot-leave@dovecot.org
Hi Michael,
it's simply easier to use a shared mailbox, because it shows up in you
own folder pane and you don't have to switch between different
user-accounts.
Dovecot has built in mechanisms for shared and public mailboxes
(https://doc.dovecot.org/configuration_manual/shared_mailboxes/) - so
why not use it?
Cheers Christoph.
----- Nachricht von Michael Peddemors <michael@linuxmagic.com> --------- Datum: Sat, 15 Apr 2023 08:37:10 -0700 Von: Michael Peddemors <michael@linuxmagic.com> Betreff: Re: Shared / Public mailbox An: dovecot@dovecot.org
Curious, what is the use case that you simply can't create three
users, and share the password on on of the email accounts?They can simply set up their email clients to check both mailboxes,
why would this not work, and what is the use case that requires
customizing your MTA?On 2023-04-15 04:22, Stephane MAGNIER wrote:
Hi
I wish to create a share mailbox ( well.. Apparently, this is a
public mailbox). Let's say I have 2 users : user1 & user2 and the
need to share a mailbox for "general inquiries" emails.. [...]"Catch the Magic of Linux..."
Michael Peddemors, President/CEO LinuxMagic Inc. [...] ----- Ende der Nachricht von Michael Peddemors <michael@linuxmagic.com> -----
Hi Christophe;
OK, so I will have a look on the shared mailbox
Concerning the Public one, there is something I don't understand . Into the exemple :https://doc.dovecot.org/configuration_manual/shared_mailboxes/public_shared/...
The public folder is : /var/mail/public
How to receive emails into this folder ? how can I say that any emails from "info@foo.com" should arrive into this folder ? unless I misunderstood the use of this public mailbox?
With the shared mailbox.. OK fine.. This is an account were is attached some email addresses and visible by others.. but here... if /var/mail/public is attached to an email address, this is a shared mailbox ?? I am confused
=================
Hi Michael,
it's simply easier to use a shared mailbox, because it shows up in you own folder pane and you don't have to switch between different user-accounts.
Dovecot has built in mechanisms for shared and public mailboxes (https://doc.dovecot.org/configuration_manual/shared_mailboxes/) - so why not use it?
Cheers Christoph.
----- Nachricht von Michael Peddemors <michael@linuxmagic.com> --------- Datum: Sat, 15 Apr 2023 08:37:10 -0700 Von: Michael Peddemors <michael@linuxmagic.com> Betreff: Re: Shared / Public mailbox An: dovecot@dovecot.org
Curious, what is the use case that you simply can't create three > users, and share the password on on of the email accounts?
They can simply set up their email clients to check both mailboxes, > why would this not work, and what is the use case that requires > customizing your MTA?
On 2023-04-15 04:22, Stephane MAGNIER wrote:
Hi
I wish to create a share mailbox ( well.. Apparently, this is a >> public mailbox). Let's say I have 2 users : user1 & user2 and the >> need to share a mailbox for "general inquiries" emails.. [...] -- "Catch the Magic of Linux..."
Michael Peddemors, President/CEO LinuxMagic Inc. [...] ----- Ende der Nachricht von Michael Peddemors <michael@linuxmagic.com>
dovecot mailing list -- dovecot@dovecot.org To unsubscribe send an email to dovecot-leave@dovecot.org
Hi!
Difference between Public and Shared mailbox is that Public mailbox is, by default, visible to all users, and Shared mailbox is visible to those who it has been shared to.
If you want a folder that is only shared to a sub-set of users, you should be using shared folder.
Aki
On 15/04/2023 19:38 EEST Stephane MAGNIER <steph.mag220@netcourrier.com> wrote:
Hi Christophe; OK, so I will have a look on the shared mailbox Concerning the Public one, there is something I don't understand . Into the exemple :https://doc.dovecot.org/configuration_manual/shared_mailboxes/public_shared/... The public folder is : /var/mail/public How to receive emails into this folder ? how can I say that any emails from "info@foo.com" should arrive into this folder ? unless I misunderstood the use of this public mailbox?
With the shared mailbox.. OK fine.. This is an account were is attached some email addresses and visible by others.. but here... if /var/mail/public is attached to an email address, this is a shared mailbox ?? I am confused
=================
Hi Michael,
it's simply easier to use a shared mailbox, because it shows up in you own folder pane and you don't have to switch between different user-accounts.
Dovecot has built in mechanisms for shared and public mailboxes (https://doc.dovecot.org/configuration_manual/shared_mailboxes/) - so why not use it?
Cheers Christoph.
----- Nachricht von Michael Peddemors <michael@linuxmagic.com> --------- Datum: Sat, 15 Apr 2023 08:37:10 -0700 Von: Michael Peddemors <michael@linuxmagic.com> Betreff: Re: Shared / Public mailbox An: dovecot@dovecot.org
Curious, what is the use case that you simply can't create three > users, and share the password on on of the email accounts?
They can simply set up their email clients to check both mailboxes, > why would this not work, and what is the use case that requires > customizing your MTA?
On 2023-04-15 04:22, Stephane MAGNIER wrote:
Hi
I wish to create a share mailbox ( well.. Apparently, this is a >> public mailbox). Let's say I have 2 users : user1 & user2 and the >> need to share a mailbox for "general inquiries" emails..
[...]
-- "Catch the Magic of Linux..."
Michael Peddemors, President/CEO LinuxMagic Inc.
[...] ----- Ende der Nachricht von Michael Peddemors <michael@linuxmagic.com> -----
dovecot mailing list -- dovecot@dovecot.org To unsubscribe send an email to dovecot-leave@dovecot.org
dovecot mailing list -- dovecot@dovecot.org To unsubscribe send an email to dovecot-leave@dovecot.org
participants (4)
-
Aki Tuomi
-
Christoph Haas
-
Michael Peddemors
-
Stephane MAGNIER