+1<br><br>-------- Original Message --------<br>On 7 Jul 2020, 08:38, Luca Müller < lucamueller037@gmail.com> wrote:<br>Hello,<br><br>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:<br><br>#####<br>root@srv04:~# cat /etc/dovecot/conf.d/105-mailboxes.conf<br>imap_capability = +XLIST<br><br>namespace inbox {<br>  inbox = yes<br>  location =<br>  separator = /<br><br><br>  mailbox "Entwürfe" {<br>    auto = subscribe<br>    special_use = \Drafts<br>        auto=subscribe<br>  }<br><br>        mailbox Junk-E-Mail {<br>                special_use = \Junk<br>                auto=subscribe<br>        }<br>        mailbox "Gelöschte Elemente" {<br>                special_use = \Trash<br>                auto=subscribe<br>        }<br>        mailbox "Gesendete Elemente" {<br>                special_use = \Sent<br>                auto=subscribe<br>        }<br>        mailbox Archive {<br>                special_use = \Archive<br>                auto=subscribe<br>        }<br><br>}<br>#####<br>Dovecot Version: 2.3.10 (0da0eff44)<br>#####<br>Is it possible to change this configuration for specific users or to provide multi language support somehow?<br><br>Thanks in advance.<br>Best regards,<br>Luca<br>