> On 06/12/2025 11:21 EET byteme--- via dovecot <[email protected]> wrote:
> 
>  
> At first, please don't use private mails here. It will use the wrong folders 
> here and will not be visible on the right context!
> John Stoffel wrote:
> >I have in my setup the following in my 2.3 config:
> >
> >    mail_location = maildir:/var/mail/%d/%n/Maildir
> >
> >while from your recent email I see you have:
> >
> >    mail_home = /var/vmail/%d/%n
> >    mail_location = maildir:~/
> >
> >Which implies to me that you don't push them down as far as I do into
> >the directory tree.  But that all looks good to me.  
> 
> We talk here about a migration from Dovecot 2.3 to 2.4 and the newer version 
> doesn't know  mail_location = maildir:/var/mail/%d/%n/Maildir anymore. It 
> throws errors. "mail_location" is unkown meanwhile.
> Dovecot 2.3 is running well, only Dovecot 2.4 doesn't show the origin folders 
> and files.

 mail_location = maildir:/var/mail/%d/%n/Maildir

converts into

mail_home = /var/mail/%{user|domain}/%{user|username}
mail_driver = maildir
mail_path = ~/Maildir

Aki

_______________________________________________
dovecot mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to