Dovecot Maildirs multi language

Luca Müller lucamueller037 at gmail.com
Tue Jul 7 09:38:43 EEST 2020


Hello,

I'm hosting a few customers on a dovecot Server. Most users speak german
and have german as their main language. I configured the IMAP Foldernames
in a Dovecot configuration file like this:

#####
root at srv04:~# cat /etc/dovecot/conf.d/105-mailboxes.conf
imap_capability = +XLIST

namespace inbox {
  inbox = yes
  location =
  separator = /


  mailbox "Entwürfe" {
    auto = subscribe
    special_use = \Drafts
        auto=subscribe
  }

        mailbox Junk-E-Mail {
                special_use = \Junk
                auto=subscribe
        }
        mailbox "Gelöschte Elemente" {
                special_use = \Trash
                auto=subscribe
        }
        mailbox "Gesendete Elemente" {
                special_use = \Sent
                auto=subscribe
        }
        mailbox Archive {
                special_use = \Archive
                auto=subscribe
        }

}
#####
Dovecot Version: 2.3.10 (0da0eff44)
#####
Is it possible to change this configuration for specific users or to
provide multi language support somehow?

Thanks in advance.
Best regards,
Luca
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dovecot.org/pipermail/dovecot/attachments/20200707/04948fa9/attachment-0001.html>


More information about the dovecot mailing list