On Sat, Oct 01, 2005 at 09:22:39PM +0530, Amit wrote: > > Hi Layn, > > Solution is quite simple - I'll just point it out one by one > > 1. In your qmail-1.03 source directory, locate the file 'qmail-ldap.h'. > 2. In this file, locate the parameter 'LDAP_HOMEDIR' and change its value to > 'mailMessageStore'
This is a bad advice. Never change LDAP_HOMEDIR to the same as LDAP_MAILSTORE. With that you will loose aliasempty as delivery method and the mail will be delivered with the instructions in mailMessageStore. So if mailMessageStore does not end with a "/" the delivery will fail because it tries to do a mailbox delivery to a directory. Use "noHomeDirectory" or some other non existant attribute name instead. -- :wq Claudio