On Fri, Feb 27, 2004 at 01:50:24PM +0530, Kunal Chavan wrote: > Claudio Jeker wrote: > > >On Thu, Feb 26, 2004 at 08:43:39PM +0530, Kunal Chavan wrote: > >>Thanks for the reply Claudio ... > >> > >>Now LDAP entries are as follows > >> > >>dn: uid=prilist1,ou=People,dc=lan,dc=deeproot,dc=co,dc=in > >>objectClass: top > >>objectClass: inetOrgPerson > >>objectClass: shadowAccount > >>objectClass: qmailUser > >>cn: prilist1 > >>sn: prilist1 > >>uid: [EMAIL PROTECTED] > >>mail: [EMAIL PROTECTED] > >>qmailUID: 106 > >>qmailGID: 103 > >>qmailDotMode: dotonly > >>accountStatus: noaccess > >>mailAlternateAddress: [EMAIL PROTECTED] > >>mailMessageStore: /var/qmail/alias/prilist1/ > >> > >>and log says Unable_to_chdir_to_maildir._(#4.2.1) Since there is no > >>Maildir in /var/qmail/alias/prilist/ > >>but why we should have Maildir for a mailing list ? and ezmlm-idx > >>does'nt creates a Maildir. > >>and if Maildir is present mail will get deliver to it are not being fed > >>to ezmlm-* programs. > > > >mailMessageStore is used as $HOME so you need to set it to the home > >directory of your mailinglist. > > > This is what i have done, mailMessageStore points to home directory of > my list i.e /var/qmail/alias/prilist1/ and all directores and files > created by ezmlm-make resides here. And .qmail-prilist1* files are in > /var/qmail/alias/ > > lrwxrwxrwx 1 root qmail 32 Feb 26 14:56 > /var/qmail/alias/.qmail-prilist1 -> /var/qmail/alias/prilist1/editor > lrwxrwxrwx 1 root qmail 33 Feb 11 21:19 > /var/qmail/alias/.qmail-prilist1-default ->/var/qmail/alias/prilist1/manager > lrwxrwxrwx 1 root qmail 31 Feb 11 21:19 > /var/qmail/alias/.qmail-prilist1-owner -> /var/qmail/alias/prilist1/owner > lrwxrwxrwx 1 root qmail 33 Feb 11 21:19 > /var/qmail/alias/.qmail-prilist1-return-default -> > /var/qmail/alias/prilist1/bouncer > > So what's wrong in this ? >
The .qmail files need to be in $HOME. aka /var/qmail/alias/prilist1/ It seems you try to use the mailinglist via the alias handling. To get that running you should just remove the ldap entry for the user and qmail-ldap will automaticaly use the alias user as fallback. -- :wq Claudio