Re: [Mailman-Users] virtual domains problem

2006-01-03 Thread John W. Baxter
On 1/3/06 9:29 AM, Sean Roe [EMAIL PROTECTED] wrote: The macro MM_LISTCHK=MM_HOME/lists/${lc::$local_part}/config.pck is later used in a list context require_files = MM_LISTCHK So I to would expect the : in $(lc:$local_part) to have to be doubled. But what seems to be happening is that

Re: [Mailman-Users] virtual domains problem

2006-01-03 Thread Sean Roe
Hi All, The changes I made were to exim's list_macrodefs: from: MM_LISTCHK=MM_HOME/lists/${lc::$local_part}/config.pck to: MM_LISTCHK=MM_HOME/lists/${lc:$local_part}/config.pck and mailman_router: from: require_files = MM_LISTCHK to: require_files = ; MM_LISTCHK I made the changes above, but

Re: [Mailman-Users] virtual domains problem

2006-01-03 Thread Mark Sapiro
Sean Roe wrote: 2006-01-03 09:42:52 1EtpFL-0003iz-RY == [EMAIL PROTECTED] R=mailman_router T=mailman_transport defer (2): No such file or directory: failed to chdir to /data/mailman/:adoptionweek.com I believe the problem is the colon at the begining of sub directory name. I cant seem to

Re: [Mailman-Users] virtual domains problem

2006-01-03 Thread Sean Roe
Mark Sapiro wrote: Sean Roe wrote: 2006-01-03 09:42:52 1EtpFL-0003iz-RY == [EMAIL PROTECTED] R=mailman_router T=mailman_transport defer (2): No such file or directory: failed to chdir to /data/mailman/:adoptionweek.com I believe the problem is the colon at the begining of sub

Re: [Mailman-Users] virtual domains problem

2006-01-03 Thread Mark Sapiro
Sean Roe wrote: this is a virtual domain installation. /data/mailman/{domain} refers different mailman installations: /data/mailman/adoptionlists.com /data/mailman/adoptionweek.com ect. Sorry, I misunderstood. I thought you were using Mailman virtual domains, not separate Mailman instances.

Re: [Mailman-Users] virtual domains problem

2006-01-03 Thread Sean Roe
Mark Sapiro wrote: Sean Roe wrote: this is a virtual domain installation. /data/mailman/{domain} refers different mailman installations: /data/mailman/adoptionlists.com /data/mailman/adoptionweek.com ect. Sorry, I misunderstood. I thought you were using Mailman virtual

Re: [Mailman-Users] virtual domains problem

2006-01-03 Thread Mark Sapiro
Sean Roe wrote: Unfortunately, I have to do it this way, with multiple instances, as one group of lists are using the mysql adapter and one group isn't. If you use the extend.py mechanism to specify the MysqlMemberships.py MemberAdaptor rather than patching MailList.py, you can use

Re: [Mailman-Users] virtual domains problem

2006-01-03 Thread Brad Knowles
At 3:09 PM -0700 2006-01-03, Sean Roe wrote: Is there anything else I need to do to make this work? I didn't see any other reference to MM_LISTCHK This is really an Exim problem, and I suspect that you're more likely to get useful assistance by going to their documentation,