> On 06/12/2025 16:33 EET dovecot--- via dovecot <[email protected]> wrote:
> 
>  
> > 
> > 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
> 
> 
> What would this convert to in 2.4x considering the indexes?
> 
> v2.3x:
>   mail_home = /var/spool/email/%d/%n/_dovecot
>   mail_location = 
> maildir:/var/spool/email/%d/%n/_folders:INDEX=/var/spool/email/%d/%n/_dovecot:CONTROL=/var/spool/email/%d/%n/_dovecot
>   plugin {
>     sieve = file:~/../_sieve;active=~/../_sieve/.active_sieve
>   }
> 

mail_driver = maildir
mail_home = /var/spool/email/%{user|domain}/%{user|username}/_dovecot
mail_path = /var/spool/email/%{user|domain}/%{user|username}/_folders
mail_index_path = /var/spool/email/%{user|domain}/%{user|username}/_dovecot
mail_control_path = /var/spool/email/%{user|domain}/%{user|username}/_dovecot

but this is bit weird config...

sieve_script personal {
  driver = file
  path = ~/../_sieve
  active_path = ~/../.active.sieve
}

for the sieve bit.

Aki

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

Reply via email to