Re: [Mailman-Users] recording mailman list changes.

2012-10-01 Thread Mark Sapiro
On 10/1/2012 7:22 PM, Steven Jones wrote: > > Does mailman record who and when settings were changed for a list? No. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan -

[Mailman-Users] recording mailman list changes.

2012-10-01 Thread Steven Jones
Hi Does mailman record who and when settings were changed for a list? regards Steven Jones Technical Specialist - Linux RHCE Victoria University, Wellington, NZ 0064 4 463 6272 -- Mailman-Users mailing list Mailman-Users@python.org http://ma

Re: [Mailman-Users] Unable to create new list

2012-10-01 Thread Mark Sapiro
Andreas Nitsche wrote: > >Can you tell me with which user this command gets executed? I had a look >at the aliases file: > >-rw-rw. 1 mailman-zaubert.net nobody 2159 30. Sep 13:33 aliases >-rw-r-. 1 mailman-zaubert.net nobody 49152 30. Sep 13:33 aliases.db These ownerships and permissio

Re: [Mailman-Users] Mailman and Postfix-style Virtual Domains (not a problem, only a question!)

2012-10-01 Thread Geoff Shang
On Sun, 30 Sep 2012, Norbert Aschendorff wrote: I'm maintaining a server with Postfix and Mailman including Postfix-style virtual domains. This works fine so far. But is it normal that the creation of a list for a virtual subdomain ($prefix/bin/newlist -e subdomain listname) not only creates ent

[Mailman-Users] Mailman and Postfix-style Virtual Domains (not a problem, only a question!)

2012-10-01 Thread Norbert Aschendorff
Hey list, I'm maintaining a server with Postfix and Mailman including Postfix-style virtual domains. This works fine so far. But is it normal that the creation of a list for a virtual subdomain ($prefix/bin/newlist -e subdomain listname) not only creates entries in $prefix/data/virtual-mailman, bu

[Mailman-Users] Unable to create new list

2012-10-01 Thread Andreas Nitsche
Hello list, I have setup a mailman environment to be able to manage multiple domains. For each domain there's running a seperate mailman instance. I'm compiling mailman with the following parameters: DOMAIN=$1 MAILMANROOT="/usr/local/mailman/${DOMAIN}" USERNAME="mailman-${DOMAIN}" ./configure