Re: [Mailman-Users] Mm_cfg.py not setting attribute

2016-05-24 Thread Mark Sapiro
On 05/24/2016 02:51 PM, Beu, Ed (DOA) wrote: > FWIW... the Defaults.py files for Mailman 2.1.20 and 2.1.12 are not > identical. > > The following statements, including the one I was troubleshooting, do > not exist in version 2.1.12. > > *DEFAULT_*BOUNCE_NOTIFY_OWNER_ON_BOUNCE_INCREMENT = No** > *

Re: [Mailman-Users] Mm_cfg.py not setting attribute

2016-05-24 Thread Beu, Ed (DOA)
] On Behalf Of Mark Sapiro Sent: Monday, May 23, 2016 6:20 PM To: mailman-users@python.org Subject: Re: [Mailman-Users] Mm_cfg.py not setting attribute On 05/23/2016 05:24 PM, Beu, Ed (DOA) wrote: > > We currently have two instances of Mailman running for test purposes. The >

Re: [Mailman-Users] Mm_cfg.py not setting attribute

2016-05-23 Thread Mark Sapiro
On 05/23/2016 05:24 PM, Beu, Ed (DOA) wrote: > > We currently have two instances of Mailman running for test purposes. The > newlist command along with a customized mm_cfg.py file is producing different > results on the two systems. > > Configurations are as follows on these two test systems. >

[Mailman-Users] Mm_cfg.py not setting attribute

2016-05-23 Thread Beu, Ed (DOA)
Hi, We currently have two instances of Mailman running for test purposes. The newlist command along with a customized mm_cfg.py file is producing different results on the two systems. Configurations are as follows on these two test systems. T1 Solaris 10 Mailman 2.1.20 (csw package) T2 CentOS

Re: [Mailman-Users] mm_cfg.py in /usr : SELinux problem

2009-04-04 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Apr 3, 2009, at 2:21 PM, Mark Sapiro wrote: Since the RedHat package already installs its own /etc/init.d/mailman, I think this is a good solution for the RedHat package. For the rest of us, we're pretty far from FHS compliance and presumably goo

Re: [Mailman-Users] mm_cfg.py in /usr : SELinux problem

2009-04-03 Thread Mark Sapiro
Daniel Novotny wrote: > >The solution I created is to create a new script called >"mailman-update-cfg"'which contains the following: > >#!/usr/bin/python >import py_compile > >py_compile.compile("/usr/lib/mailman/Mailman/mm_cfg.py") > >in the mm_cfg.py there's a note, that if you use SELinux, >you

Re: [Mailman-Users] mm_cfg.py in /usr : SELinux problem

2009-04-02 Thread Daniel Novotny
- "Mark Sapiro" wrote: > I understand your issue with mm_cfg. All I can suggest is symlinks > might help. I thought the current RedHat package currently has a > symlink /etc/mm_cfg.py -> /usr/lib/mailman/Mailman/mm_cfg.py (or vice > versa). Does this help? yes, the symlink is there, but neve

Re: [Mailman-Users] mm_cfg.py in /usr : SELinux problem

2009-04-01 Thread Mark Sapiro
Daniel Novotny wrote: > >we are now having a problem, how to adapt mailman configuration (mm_cfg.py) >to SELinux policy: > >it resides in /usr and the SELinux maintainer argues /usr should be read-only, >which is not satisfied, when you change the configuration (and the .pyc file >has to be generat

[Mailman-Users] mm_cfg.py in /usr : SELinux problem

2009-04-01 Thread Daniel Novotny
hello, we are now having a problem, how to adapt mailman configuration (mm_cfg.py) to SELinux policy: it resides in /usr and the SELinux maintainer argues /usr should be read-only, which is not satisfied, when you change the configuration (and the .pyc file has to be generated in /usr/lib/mailman

Re: [Mailman-Users] mm_cfg.py and Creating new lists

2005-01-19 Thread Jim Tittsler
On Jan 20, 2005, at 02:19, Pantejo, Barbara FTL wrote: Also, the hostname, listman.citco.com, is listed in the hosts file with its associated IP address, 120.120.2.213. I can, successfully, create new mailing lists, locally, on the mailman server itself with this URL: http://listman.citco.com/m

[Mailman-Users] mm_cfg.py and Creating new lists

2005-01-19 Thread Pantejo, Barbara FTL
Hi everyone, I'm new to the mailman admin world and am having an issue with creating new mailing lists from remote systems. I think it has to do with the mm_cfg.py file, but I'm not sure. Currently, in the mm_cfg.py file is set with the following: DEFAULT_URL_HOST = 'listman.citco.com' DEF

Re: [Mailman-Users] mm_cfg.py file

2005-01-16 Thread Mark Sapiro
Robert Hsiung wrote: > >Anyway, I'm trying to set up Mailman, and I came upon this: > >>Make any necessary changes in the mm_cfg.py file, not in the mm_cfg.py file. >>http://www.list.org/mailman-install/node43.html > >Where should necessary changes be made? Thanks, You should make changes in mm_cf

[Mailman-Users] mm_cfg.py file

2005-01-16 Thread Robert Hsiung
Hi, Is this really the address to send this to? I couldn't find anything more specific, and it's the one given under "Email Us" at: http://www.list.org/docs.html Anyway, I'm trying to set up Mailman, and I came upon this: Make any necessary changes in the mm_cfg.py file, not in the mm_cfg

[Mailman-Users] mm_cfg.py file settings not seeming to take hold

2004-01-22 Thread Jesse Burkhardt
It seems to me that mm_cfg.py file settings are not taking hold. I have appended the following to my mm_cfg.py file, as per the INSTALL doc - I am successfully running Mailman 2.1.2: snip - ## # Put YOUR site-specific settings bel

Re: [Mailman-Users] mm_cfg.py

2003-08-14 Thread Richard Barrett
On Tuesday, August 5, 2003, at 01:18 pm, david.gordon wrote: I've just updated to MM 2.1.2. All now working as expected - thanks to those who helped! I'd like to add personalisation to the mail footer (as this list does). As I understand it I have to edit the mm_cfg.py file. Looking at it, it app

Re: [Mailman-Users] mm_cfg.py

2003-08-14 Thread Jon Carnes
On Tue, 2003-08-05 at 08:18, david.gordon wrote: > I've just updated to MM 2.1.2. All now working as expected - thanks to > those who helped! > > I'd like to add personalisation to the mail footer (as this list does). > As I understand it I have to edit the mm_cfg.py file. Looking at it, it > appe

[Mailman-Users] mm_cfg.py

2003-08-09 Thread david.gordon
I've just updated to MM 2.1.2. All now working as expected - thanks to those who helped! I'd like to add personalisation to the mail footer (as this list does). As I understand it I have to edit the mm_cfg.py file. Looking at it, it appears to be an old version from my MM 2.0.x perhaps. Anyway the

RE: [Mailman-Users] mm_cfg.py question

2003-03-03 Thread Neulinger, Nathan
> -Original Message- > From: JvdW [mailto:[EMAIL PROTECTED] > Sent: Monday, March 03, 2003 9:09 AM > To: Neulinger, Nathan; [EMAIL PROTECTED] > Subject: Re: [Mailman-Users] mm_cfg.py question > > > I have and the only fields I can find are > OWNERS_CAN_EN

Re: [Mailman-Users] mm_cfg.py question

2003-03-03 Thread JvdW
Missouri - Rolla Phone: (573) 341-4841 > Computing Services Fax: (573) 341-4216 > > > -Original Message- > > From: JvdW [mailto:[EMAIL PROTECTED] > > Sent: Monday, March 03, 2003 8:09 AM > > To: [EMAIL PROTECTED] > > Subject

RE: [Mailman-Users] mm_cfg.py question

2003-03-03 Thread Neulinger, Nathan
Fax: (573) 341-4216 > -Original Message- > From: JvdW [mailto:[EMAIL PROTECTED] > Sent: Monday, March 03, 2003 8:09 AM > To: [EMAIL PROTECTED] > Subject: [Mailman-Users] mm_cfg.py question > > > Hi all > > Can someone please give me the "

[Mailman-Users] mm_cfg.py question

2003-03-03 Thread JvdW
Hi all Can someone please give me the "string" to add to the mm_cfg.py file that would set the value of "Should Mailman personalize each non-digest delivery?" under the Non-Digest menu to "Yes" for all new lists? Thanks! -- l8r ./JvdW -- M

Re: [Mailman-Users] mm_cfg.py doesn't appear to be working

2002-08-14 Thread Richard Barrett
At 16:01 13/08/2002 -0400, Barry A. Warsaw wrote: > > "RB" == Richard Barrett <[EMAIL PROTECTED]> writes: > > RB> fyi: all the Mailman code imports mm_cfg.py which in turn > RB> imports Defaults.py. Hence the definitions in mm_cfg.py are > RB> evaluated following evaluation of Def

Re: [Mailman-Users] mm_cfg.py doesn't appear to be working

2002-08-13 Thread Barry A. Warsaw
> "RB" == Richard Barrett <[EMAIL PROTECTED]> writes: RB> fyi: all the Mailman code imports mm_cfg.py which in turn RB> imports Defaults.py. Hence the definitions in mm_cfg.py are RB> evaluated following evaluation of Defaults. py. Values RB> assigned in Defaults.py are re-ev

Re: [Mailman-Users] mm_cfg.py doesn't appear to be working

2002-08-13 Thread Timothy R. Robnett
On Tue Aug 13, 2002 at 07:43:42PM +0100, Richard Barrett wrote: > A couple of thoughts: > > 1. Some list attributes are initially set from mm_cfg.py configuration > variables ONLY when the list is created. Subsequent changes to those > defaults aren't propagated automatically into these per lis

Re: [Mailman-Users] mm_cfg.py doesn't appear to be working

2002-08-13 Thread Richard Barrett
At 10:56 13/08/2002 -0700, Timothy R. Robnett wrote: >On Tue Aug 13, 2002 at 10:45:19AM -0700, Bob Weissman wrote: > > At 10:20 AM 8/13/02, you wrote: > > >I installed MM yesterday and got it working. However changes added to > > >mm_cfg.py do not appear to have any effect. However if I break the

Re: [Mailman-Users] mm_cfg.py doesn't appear to be working

2002-08-13 Thread Timothy R. Robnett
On Tue Aug 13, 2002 at 10:45:19AM -0700, Bob Weissman wrote: > At 10:20 AM 8/13/02, you wrote: > >I installed MM yesterday and got it working. However changes added to > >mm_cfg.py do not appear to have any effect. However if I break the rules > >and change Defaults.py it does have the desired eff

[Mailman-Users] mm_cfg.py doesn't appear to be working

2002-08-13 Thread Timothy R. Robnett
I installed MM yesterday and got it working. However changes added to mm_cfg.py do not appear to have any effect. However if I break the rules and change Defaults.py it does have the desired effect. bin/check_perms reports that everything is fine. A search of the archives didn't yield any leads.

Re: [Mailman-Users] mm_cfg.py-unable to update Defaults.py

2002-04-24 Thread J C Lawrence
On Wed, 24 Apr 2002 09:54:36 -0700 (PDT) hellozappy2k wrote: > I am running Mailman ver 2.0.10 version of Solaris > 2.7. > I have made changes in mm_cfg.py (GZIP Set to 1 message size to 5000KB > etc - Did copy and paste of the entries in Default.py, now the changes > are made more than 2 days

[Mailman-Users] mm_cfg.py-unable to update Defaults.py

2002-04-24 Thread sunny
I am running Mailman ver 2.0.10 version of Solaris 2.7. I have made changes in mm_cfg.py (GZIP Set to 1 message size to 5000KB etc - Did copy and paste of the entries in Default.py, now the changes are made more than 2 days ago, and it has not yet appeared/modified in the Defaults file. Pls help,

Re: [Mailman-Users] mm_cfg.py

2002-04-22 Thread J C Lawrence
On Mon, 22 Apr 2002 16:00:16 +0200 o-zone <[EMAIL PROTECTED]> wrote: > Hi all, when i modify a file (mm_cfg.py) how i can do "effectively" > changes to Mailman ? I need to recompile o something similar ? You don't need to do anything. It will be picked up automatically. -- J C Lawrence

[Mailman-Users] mm_cfg.py

2002-04-22 Thread O-Zone
Hi all, when i modify a file (mm_cfg.py) how i can do "effectively" changes to Mailman ? I need to recompile o something similar ? O-Zone -- -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailma

RE: [Mailman-Users] mm_cfg.py Options?

2001-05-11 Thread John McGarrigle
Cc: [EMAIL PROTECTED] Subject: Re: [Mailman-Users] mm_cfg.py Options? John McGarrigle ([EMAIL PROTECTED]) said something that sounded like: > What options are available in this file? They are in Defaults.py. If they do not exist in mm_cfg.py, they will be used from the Defaults.py file. Ciao, -

Re: [Mailman-Users] mm_cfg.py Options?

2001-05-11 Thread Pug Bainter
John McGarrigle ([EMAIL PROTECTED]) said something that sounded like: > What options are available in this file? They are in Defaults.py. If they do not exist in mm_cfg.py, they will be used from the Defaults.py file. Ciao, -- Pug Bainter|AMD, In

[Mailman-Users] mm_cfg.py Options?

2001-05-11 Thread John McGarrigle
Hey, What options are available in this file? I wish to change the default hostname for the list, so I added; DEFAULT_HOST_NAME = 'lists.ic5.net' That solves *some* of the problems, but it still wants to use my machines default hostname for some other options.. such as the mailman-owner@ addre