<div dir="ltr">Hello,<div><br></div><div>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:</div><div><br></div><div>#####</div><div>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></div><div>#####</div><div>Dovecot Version: 2.3.10 (0da0eff44)</div><div>#####</div><div>Is it possible to change this configuration for specific users or to provide multi language support somehow?</div><div><br></div><div>Thanks in advance.</div><div>Best regards,</div><div>Luca</div></div>