I'm having some issues trying to get mailman working with a mailing list i'm putting into ldap. Right now I just have the post alias in ldap. Here is the ldif file
dn: uid=developers-list,ou=account,dc=electronicgroups,dc=com ------------------------------------------------------- objectClass: top objectClass: person objectClass: inetOrgPerson objectClass: qmailUser mail: [EMAIL PROTECTED] uid: developers-list accountStatus: active mailHost: trip.electronicgroups.com homeDirectory: /var/qmail/maildirs/electronicgroups.com/developers-post aliasEmpty: using default qmailDotMode: ldaponly qmailUID: 600 qmailGID: 600 mailQuotaSize: 0 (unlimited) mailQuotaCount: 0 (unlimited) mailSizeMax: 0 (unlimited) deliveryProgramPath: /var/mailman/mail/mailman post developers mailReplyText: undefined I have a valid mailling list setup. I can admin it via the web. I added the user I'm mailing from but still can't get it into mailman. It dumps it into /var/qmail/maildirs/electronicgroups.com/developers-post do I have to not use the homeDirectory attribute? here is my configure line from mailman ./configure --with-username=vmail --with-groupname=vmail --with-mail-gid=vmail --with-cgi-gid=apache --prefix=/var/mailman/ vmail is my user that qmail-ldap uses for the /var/qmail/maildirs and apache is the web user. anyone have any ideas why this isn't working? Thanks Mike
