Hi, I would like to try implementing user specific default_mail_env's as described here: http://wiki.dovecot.org/moin.cgi/MailLocation using the LDAP attribute 'mailLocation'. However, I have been unable to find any LDAP schema which contains mailLocation. What schema is this attribute part of? Thanks, Jason Pepas
Jason Pepas wrote:> Hi, > > I would like to try implementing user specific default_mail_env's as described > here: > > http://wiki.dovecot.org/moin.cgi/MailLocation > > using the LDAP attribute 'mailLocation'.I'm all ears.> However, I have been unable to find any LDAP schema which contains > mailLocation. What schema is this attribute part of?Maybe, it is possible to put a different attribute-type in there, like "mailMessageStore"? That would be compatible to qmail-ldap and courier. Bye, Aiko PS.: Where can I address a feature-request? Adding proxy-support for ldap to dovecot would make this nice piece of software very attractive to qmail-ldap users. But I don't know if you want them around here. ;) -- Aiko Barz <aiko@haeckser.de> Web: http://www.haeckser.de -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 256 bytes Desc: OpenPGP digital signature Url : http://dovecot.org/pipermail/dovecot/attachments/20051216/33fe1c8d/signature.pgp
On Fri, Dec 16, 2005 at 11:25:32AM -0600, Jason Pepas may have written:> > However, I have been unable to find any LDAP schema which contains > mailLocation. What schema is this attribute part of?I use dovecot with qmail-ldap. I have both shell and virtual users. Here is how I solved the problem: uid is the username. mailMessageStore is the location of the Maildir. homeDirectory is the directory before the Maildir. So for a shell user: uid: shelluser homeDirectory: /home/shelluser mailMessageStore: /home/shelluser/Maildir/ For virtual: uid: virtuser homeDirectory: /home/vmail/virtuser mailMessageStore: /home/vmail/virtuser/Maildir/ The I can use the regular home directory based definition for default_mail_env. Cheers, -- Brian T Glenn delink.net Internet Services -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3781 bytes Desc: not available Url : http://dovecot.org/pipermail/dovecot/attachments/20051220/e848fd7d/smime.bin