Hi
This is not clear
Is %d replaced by %domain or "user | domain" (??)
Is %u now the same as %n (shall not be !!! )
For instance:
toto@dodo -> %u = toto@dodo, %d = dodo, %n = toto, now, %domain = dodo and %user = toto or toto@dodo , $username = ???
On 2025-02-15 22:33, Bjoern Franke via dovecot wrote:
Am 15.02.25 um 15:20 schrieb Joan Moreau via dovecot:
Hi
Using latest git, I get 2 very weird errors
1 - Just launching dovecot, I get: Feb 15 14:04:05 gjserver dovecot[444199]: doveconf: Fatal: Error in configuration file /etc/mail/dovecot/dovecot.conf line 13: mail_location: Unknown setting: mail_location
My mail_location is
mail_location = mdbox:/data/mails/%d/%n
All was working fine at the time of release of 2.4
Not any more
Yes, this should be
mail_driver = mdbox mail_path = /data/mails/%{user | domain }/%{user | username }
now, see https://doc.dovecot.org/2.4.0/installation/upgrade/2.3-to-2.4.html
Regards Bjoern
dovecot mailing list -- dovecot@dovecot.org To unsubscribe send an email to dovecot-leave@dovecot.org