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,
readi
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
MysqlMem
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 Ma
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 instan
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
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 see
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 no
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 th
Hi All,
I am setting up a mailman server running Debian sarge, exim4, and
mailman 2.1.6 that supports several domains, and have run into a bit of
a problem. I have set up the virtual domains per the documentation but
I am running into an issue when I test the installations. Here is the
outpu