[Dovecot] Trying to build the maildir path
I use ldap because is where are store the users and his make place
the authentication .
In my LDAP I have a attribute mail. like this = mail: pepe@casa.com
I Have more that one domain
This atribute return to me something like : pepe@casa.com where i use
tu build the path to maildir, using %d and %n variables .
/var/spool/vmail/%d/%n = /var/spool/vmail/casa.com/pepe
this work in 0.99.11 but no in the latest version of dovecot.
This message was sent using IMP, the Internet Messaging Program.
This atribute return to me something like : pepe@casa.com where i use tu build the path to maildir, using %d and %n variables .
/var/spool/vmail/%d/%n = /var/spool/vmail/casa.com/pepe
We have a similar path structure. It is hard to tell from your post what is wrong but since you are upgrading I'll take a stab at it. In version 1.0rc12 the default_mail_env configuration was renamed to mail_location, for example, this is an excerpt from our config and my iterative changes... the %L forces lowercase
#--JIM renamed mail_location in rc12 #default_mail_env = maildir:/home/services/mail/%d/%n/Maildir mail_location = maildir:/home/services/mail/%Ld/%Ln/Maildir
HTH,
Jim
participants (2)
-
Jim Horner
-
Michel Bulgado