search for: mudomain1

Displaying 1 result from an estimated 1 matches for "mudomain1".

Did you mean: domain1
2006 Dec 11
3
Problems with Mailstorage path.
..._location = maildir:/var/vmail/%d/%u/Maildir All my domain mailboxes are under /var/vmail, as evident. But there are some users whose mail folders are directly under /var/vmail like this one: /var/vmail/myuser1 at mydomain1.com also, some have their folder names starting with caps like: /var/vmai/mudomain1.com/Myuser1 at mydomain1.com This creates problems when these users try to login. Here I want dovecote to kind of assemble the mail storage path from mailMessageStore ldap attribute of the particular user. i.e, dovecot should add the mailMessageStore attribute's value to /var/vmail. Can someb...