Let's have UTF8 on Mailboxes
Posted: Sat 4. May 2024, 14:23
Quick fix but very useful. For example if IMAP Mailbox (at least in my case) is named with ŠĐŽČĆ letter in them they can't be opened via Webmail.
Fix is to add in /etc/dovecot/dovecot.conf:
Instead:
Like this:
So just additional :UTF-8
I am not sure if this is one of files that get overwritten on update so maybe someone can suggest better location for this fix ?
Fix is to add in /etc/dovecot/dovecot.conf:
Instead:
Code: Select all
mail_location = maildir:/var/mail/vhosts/%d/%n[/b]
Code: Select all
mail_location = maildir:/var/mail/vhosts/%d/%n:UTF-8
I am not sure if this is one of files that get overwritten on update so maybe someone can suggest better location for this fix ?