2005 4:12 PM
To: Olson, Gary; mailman-users@python.org
Subject: Re: [Mailman-Users] "User unknown in local recipient table"
Error
Olson, Gary wrote:
>
>The Postfix aliases are the same for all three lists except for the
>list name, of course.
>
>By the way, this third l
I've got two lists up and running after a new install of Mailman 2.1.5
(RH E 3, Apache 2.0.46, Postfix 2.0.16) but when I went to create a
third list today everything went fine until I sent an email to test the
new list. The message came right back with a "User unknown in local
recipient table" e
AM
To: Olson, Gary; mailman-users@python.org
Subject: Re: [Mailman-Users] Getting Mailman to work
Olson, Gary wrote:
>
>Messages sent from within the administrative area for the "test" list
>to remind myself of the password have simply been queued and contain
>the error
Please see tickets # 182498; 182558; 182775; 182793; 182925; 182931;
182998; 183073; 183090.
I can't send mail to or receive it from my Mailman lists that I have
created.
Here's the details:
I have installed Mailman 2.1.5 via RPM using Postfix as the MTA.
-- I have modified the mm-cfg.py file
I get the following error after installing when running bin/check_perms:
Traceback (most recent call last):
File "bin/check_perms", line 46, in ?
from Mailman import mm_cfg
ImportError: cannot import name mm_cfg
In looking for the mm_cfg file, I can only find in path/mailman/Mailman
the fil
Hi,
I just did a new install of mailman v.2.0.13-1 on a redhat v.7.3 system. When editing
Mailman/mm_cfg.py and then running bin/check_perms, I get the following error:
# bin/check_perms
Traceback (innermost last):
File "bin/check_perms", line 46, in ?
from Mailman import mm_cfg
File