Re: Question about namespaces
Hi J,
On 21.08.23 21:08, J Doe wrote:
My current dovecot.conf is rather basic when it comes to namespaces - I have one private namespace per user:
namespace inbox { type = private separator = / inbox = yes hidden = no list = yes subscriptions = yes }
I have some users who connect via more than one client - for instance, some use Apple Mail in addition to Roundcube. I have noticed that different mail clients sometimes create similar mailboxes, such as Trash and Deleted Items. I would like the same mailboxes across any client, so I am wondering if there is a way in Dovecot to specify the folders and have the *client* not create them. For instance, a config in dovecot.conf that specifies a Trash folder and the mail clients cannot create "Deleted Items", etc. in addition to this.
Is this possible ?
this can be done using the settings in
https://github.com/dovecot/core/blob/main/doc/example-config/conf.d/15-mailb...
Best regards,
Peter
Am Dienstag, dem 22.08.2023 um 09:47 +0200 schrieb Peter Wienemann:
this can be done using the settings in
https://github.com/dovecot/core/blob/main/doc/example-config/conf.d/15-mailb...
At least Microsoft Outlook 2019 and 2021 will not respect this and create their own hard coded "Junk-E-Mail" (or so...) folder, regardless what is defined for unwanted mail in the 15-mailboxes.conf file. Just to let you know...
-- Robert Senger
participants (2)
-
Peter Wienemann
-
Robert Senger