On 20/11/2025 12:25 EET Marek Greško via dovecot <dovecot@dovecot.org> wrote:
Hello,
I just upgraded my server from Fedora 42 to Fedora 43 and found out there is an upgrade to dovecot 2.4 which requires completely new config.
I am in doubt how I should convert it.
My main issue is now hot co convert this line:
mail_location = maildir:/var/maildir/%u:INDEX=/var/dovecot-index/%u:CONTROL=/var/dovecot-control/%u
I am uncertain whether the first part should look like:
Good start
mail_home = /var/maildir/ mail_driver = maildir mail_path = /var/maildir/%{user}
mail_index_path = /var/dovecot-index/%{user} mail_control_path = /var/dovecot-control/%u{user}
See https://doc.dovecot.org/2.4.2/core/config/mail_location.html
Aki
But I am completely lost how to convert INDEX and CONTROL section. Could someone help me in this matter?
Thanks Marek Hello, I just upgraded my server from Fedora 42 to Fedora 43 and found out there is an upgrade to dovecot 2.4 which requires completely new config. I am in doubt how I should convert it. My main issue is now hot co convert this line: mail_location = maildir:/var/maildir/%u:INDEX=/var/dovecot-index/%u:CONTROL=/var/dovecot-control/%u I am uncertain whether the first part should look like: mail_home = /var/maildir/ mail_driver = maildir mail_path = /var/maildir/%{user} But I am completely lost how to convert INDEX and CONTROL section. Could someone help me in this matter? Thanks Marek
dovecot mailing list -- dovecot@dovecot.org To unsubscribe send an email to dovecot-leave@dovecot.org