Re: [Mailman-Users] Lists disappearing after 2.1.17 upgrade

2013-12-19 Thread Sarasvati
Mark, Thank you so much! That particular FAQ helped, and now I can see my lists again! :-) Yes, they were appearing in the list info, and all were set public. I have only a single domain, so I set VIRTUAL_HOST_OVERVIEW = Off in mm_cfg.py and that did it. Thanks again! On 12/19/2013 7:09

Re: [Mailman-Users] Lists disappearing after 2.1.17 upgrade

2013-12-19 Thread Mark Sapiro
On 12/18/2013 04:01 PM, Sarasvati wrote: > > Today I upgraded Mailman from 2.1.15 to 2.1.17. And my public lists > just disappeared! I mean, when I go to the page: > http://www.unicode.org/mailman/listinfo/ > I see only one test list that was made months ago. The lists I've made > within the last

[Mailman-Users] Lists disappearing after 2.1.17 upgrade

2013-12-18 Thread Sarasvati
Hello. My site isn't yet using Mailman, but have an installation with some test lists. I tried to find an answer in the archives, but no luck... Today I upgraded Mailman from 2.1.15 to 2.1.17. And my public lists just disappeared! I mean, when I go to the page: http://www.unicode.org/mailman/lis

Re: [Mailman-Users] lists lost labels (and footers) after moving mailman to a new server

2013-07-08 Thread Lluis Montoliu
Thanks Mark, yes I am referring to subject_prefix (and footers) and I am using only the web interface. Good suggestion about mailman pointing to a different config file, but that would be strange since everything worked before (regarding labels and footers) in the old server. Will transmit

Re: [Mailman-Users] lists lost labels (and footers) after moving mailman to a new server

2013-07-08 Thread Mark Sapiro
On 07/08/2013 12:12 PM, Lluis Montoliu wrote: > > Once moving has been completed we can see the lists have been actually > moved, apparently correctly, configuration parameters remain the same as > they were before, but, curiously enough, the messages are distributed > without the usual label and

[Mailman-Users] lists lost labels (and footers) after moving mailman to a new server

2013-07-08 Thread Lluis Montoliu
Hi, We have recently upgraded our web server to one with bigger capacity. Actual moving occurred earlier today and was done by our hosting provider (since we don't have access to root to our dedicated server). Moving involved transferring all services active, including our mailman lists.

Re: [Mailman-Users] Lists created via web admin seem to beentirelyseparate from lists created from command line

2012-03-13 Thread Mark Leone
Web create is apparently creating lists because it either creates the list or returns an error. If it succeeds, the list's lists/LISTNAME/config.pck file is created somewhere. You know the great thing about the Internet is that when you do something dumb, you get to share it with lots of other

Re: [Mailman-Users] Lists created via web admin seem to beentirelyseparate from lists created from command line

2012-03-13 Thread Mark Sapiro
On 3/13/2012 3:52 PM, Mark Leone wrote: > > So then the remaining question is which mailman is postfix invoking? In the > postfix log file, when an e-mail comes in, I see > > Mar 13 17:24:59 mal-s5610f postfix/pipe[20980]: 1F8E618006D: > to=, relay=mailman, delay=0.33, > delays=0.12/0.01/0/0.2, d

Re: [Mailman-Users] Lists created via web admin seem to beentirelyseparate from lists created from command line

2012-03-13 Thread Mark Sapiro
On 3/13/2012 3:52 PM, Mark Leone wrote: > > This surprises me because when I create a list using the web interface, its > file does not appear in /var/lib/mailman/lists (or anywhere). The list files > only appear in that directory when I create them from the command line. But > the above seems to

Re: [Mailman-Users] Lists created via web admin seem to beentirelyseparate from lists created from command line

2012-03-13 Thread Mark Leone
> > > >mailman unix - n n - - pipe > > flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py > > ${nexthop} ${user} > > > >Per man page for master(5) this is supposed to mean that executabe > >'mailman' is present relative to the path specified by p

Re: [Mailman-Users] Lists created via web admin seem to beentirelyseparate from lists created from command line

2012-03-13 Thread Mark Sapiro
Mark Leone wrote: >Yes the ScriptAlias is pointing to /usr/lib/cgi-bin/. At that location I >see the mailman executables which correspond to the various web >functions, as expected. I searched for other instances of these same >executables using locate, Is your locate index up to date? Searc

Re: [Mailman-Users] Lists created via web admin seem to be entirelyseparate from lists created from command line

2012-03-13 Thread Mark Leone
All of this says that your web server does not point to the same mailman instance that Postfix points to and that you are accessing from the command line. Check the path in your Mailman ScriptAlias in your web server config. Yes the ScriptAlias is pointing to /usr/lib/cgi-bin/. At that location

Re: [Mailman-Users] Lists created via web admin seem to be entirelyseparate from lists created from command line

2012-03-12 Thread Mark Sapiro
Mark Leone wrote: >I just installed Mailman 2.1.14 and got it integrated with Postfix, on >Ubuntu 11.04. I can create a list via the web admin interface, and add >members to it. But no such list exists if I run bin/list_lists. If I run >bin/newlist without creating a list via the web admin interfa

[Mailman-Users] Lists created via web admin seem to be entirely separate from lists created from command line

2012-03-12 Thread Leone, Mark A.
I just installed Mailman 2.1.14 and got it integrated with Postfix, on Ubuntu 11.04. I can create a list via the web admin interface, and add members to it. But no such list exists if I run bin/list_lists. If I run bin/newlist without creating a list via the web admin interface, I can send mail

[Mailman-Users] Lists created via web admin seem to be entirely separate from lists created from command line

2012-03-12 Thread Mark Leone
I just installed Mailman 2.1.14 and got it integrated with Postfix, on Ubuntu 11.04. I can create a list via the web admin interface, and add members to it. But no such list exists if I run bin/list_lists. If I run bin/newlist without creating a list via the web admin interface, I can send mail to

Re: [Mailman-Users] Lists break when "host_name" is removed

2008-06-03 Thread Sebastian Hagedorn
--On 3. Juni 2008 06:52:17 -0700 Mark Sapiro <[EMAIL PROTECTED]> wrote: config_list -o only outputs those list attributes which are in the GUI. Ah, tricky! If you just want to see the host_names, you can copy the following to bin/show_host_name.py - cut here-

Re: [Mailman-Users] Lists break when "host_name" is removed

2008-06-03 Thread Mark Sapiro
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sebastian Hagedorn wrote: | Hi Mark, | | --On 2. Juni 2008 18:22:09 -0700 Mark Sapiro <[EMAIL PROTECTED]> wrote: | |> Sebastian Hagedorn wrote: |> | |> | every once in a while one of our list owners shoots themselves in the |> | foot by deleting the v

Re: [Mailman-Users] Lists break when "host_name" is removed

2008-06-03 Thread Sebastian Hagedorn
Hi Mark, --On 2. Juni 2008 18:22:09 -0700 Mark Sapiro <[EMAIL PROTECTED]> wrote: Sebastian Hagedorn wrote: | | every once in a while one of our list owners shoots themselves in the | foot by deleting the value in "host_name". That breaks the list almost | completely. Is there a way for us to ov

Re: [Mailman-Users] Lists break when "host_name" is removed

2008-06-02 Thread Mark Sapiro
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sebastian Hagedorn wrote: | | every once in a while one of our list owners shoots themselves in the | foot by deleting the value in "host_name". That breaks the list almost | completely. Is there a way for us to override that setting, so that list | a

[Mailman-Users] Lists break when "host_name" is removed

2008-06-02 Thread Sebastian Hagedorn
Hi, every once in a while one of our list owners shoots themselves in the foot by deleting the value in "host_name". That breaks the list almost completely. Is there a way for us to override that setting, so that list admins can't change it or the changed value isn't used? Thanks, Sebastian

Re: [Mailman-Users] lists name caracters

2008-03-17 Thread Mark Sapiro
Antonio Guerrero wrote: > >Actually, our lists name includes a dot '.' in their names (i.e. >[EMAIL PROTECTED]) > ' >In our new hosting, they are unable to configure mailman in order to accept >the '.' dot character in the list name. If I create a list with a dot in the >name it will be created ok,

[Mailman-Users] lists name caracters

2008-03-17 Thread Antonio Guerrero
Hi, Greetings from spain. Actually, our lists name includes a dot “.” in their names (i.e. [EMAIL PROTECTED]) In our new hosting, they are unable to configure mailman in order to accept the “.” dot character in the list name. If I create a list with a dot in the name it will be created

Re: [Mailman-Users] Lists not Sending

2007-11-12 Thread Mark Sapiro
Tom Noise wrote: >I'm running into a problem today with posting and receiving through lists. >This morning posts to the list were being sent and received fine, and now >the posts are being sent through the email client correctly (I checked with >a non-list email address), but nothing is being post

[Mailman-Users] Lists not Sending

2007-11-12 Thread Tom Noise
I'm running into a problem today with posting and receiving through lists. This morning posts to the list were being sent and received fine, and now the posts are being sent through the email client correctly (I checked with a non-list email address), but nothing is being posted to the list. I've b

Re: [Mailman-Users] Lists stop working

2007-04-29 Thread Mark Sapiro
[EMAIL PROTECTED] wrote: > >The comment "... and was distributed to all members" turns out to be >incorrect. Messages from 'new' subscribers are delivered by MailMan >to *some* existing members of the mailing list, but definitely not all >of them. > >The bottom line is that for the moment, our att

Re: [Mailman-Users] Lists stop working

2007-04-29 Thread bjames
A correction to the 'analysis' below: --> --> >A message from a newly added subscriber is accepted, logged in the --> --> >archive, and distributed to all the members of the mailing list. --> --> I just reconfirmed this, by adding myself again with yet another new --> address, then sending a mess

Re: [Mailman-Users] Lists stop working

2007-04-28 Thread Stephen J. Turnbull
Mark Sapiro writes: > This can be tricky. LOG_DIR is defined in Defaults.py in terms of > VAR_PREFIX. If VAR_PREFIX is redefined in mm_cfg.py, this will not > redefine LOG_DIR as LOG_DIR was already defined in Defaults.py in > terms of the Defaults.py definition of VAR_PREFIX. 2.1.9's Default

Re: [Mailman-Users] Lists stop working

2007-04-28 Thread Stephen J. Turnbull
[EMAIL PROTECTED] writes: > I do not have direct access to the list server system; I am working > through our ISP's support service. Any suggestions for what I can > tell them to look for I'd suggest just giving them this address. "Support" implies that they know what they are doing, and wil

Re: [Mailman-Users] Lists stop working

2007-04-27 Thread Brad Knowles
On 4/27/07, Mark Sapiro wrote: > Needless to say, this creates a very bad situation when we try to help > cPanel users, since unless the issue is something we specifically > recognize, we don't know whether it is a general Mailman issue or a > cPanel issue, and if it's the latter we can't get

Re: [Mailman-Users] Lists stop working

2007-04-27 Thread Mark Sapiro
[EMAIL PROTECTED] wrote: > >X-Mailman-Version: 2.1.9.cp2 > >which my ISP said was "current". I don't know the significance of >the ".cp2", but 2.1.9 is the latest stable release according to >http://sourceforge.net/project/showfiles.php?group_id=103 As Brad points out this is a cPanel releas

Re: [Mailman-Users] Lists stop working

2007-04-27 Thread Brad Knowles
On 4/27/07, [EMAIL PROTECTED] wrote: > Sorry, I should have been specific: > > X-Mailman-Version: 2.1.9.cp2 That's cPanel. See FAQ 6.11. We have no way of verifying what they may have done to the stock Mailman code once they took it and modified it to their purposes. At best, we can try

Re: [Mailman-Users] Lists stop working

2007-04-27 Thread bjames
--> BTW, what do you consider the 'current release' of Mailman? Sorry, I should have been specific: X-Mailman-Version: 2.1.9.cp2 which my ISP said was "current". I don't know the significance of the ".cp2", but 2.1.9 is the latest stable release according to http://sourceforge.net/project/s

Re: [Mailman-Users] Lists stop working

2007-04-27 Thread Mark Sapiro
[EMAIL PROTECTED] wrote: > >Thanks for the suggestion, but I don't believe it applies in our case. >There are several hundred subscribers on each list, with over 200 >different mail domains (hence many different servers). > >A message from a newly added subscriber is accepted, logged in the >archiv

Re: [Mailman-Users] Lists stop working

2007-04-27 Thread bjames
--> On Thursday 26 April 2007 22:49:21 [EMAIL PROTECTED] wrote: --> > Did you ever find a solution to this issue? --> > --> > I realize that this is a really old posting: --> > --> > I send an eMail to one of the lists, I can see in my /var/log/maillog; --> > --> >Jun 10 11:27:03 osiris s

Re: [Mailman-Users] Lists stop working

2007-04-27 Thread Mark Sapiro
Rolf E. Sonneveld wrote: > >Mark Sapiro wrote: >> >> One minor point here. The post log entry is not written until the >> message is delivered by SMTPDirect. >> > >OK, thus only after the message has been delivered to at least one >subscriber (or the first MTA in the chain of delivery to at lea

Re: [Mailman-Users] Lists stop working

2007-04-27 Thread Rolf E. Sonneveld
Hello, Mark, Mark Sapiro wrote: > Stephen J. Turnbull wrote: > >> Fairly early in message processing, Mailman logs to either logs/post >> (showing that the post was accepted) or to logs/vette (indicating that >> the post was held or rejected, and why). >> > > > One minor point here. The po

Re: [Mailman-Users] Lists stop working

2007-04-27 Thread Stephen J. Turnbull
Mark Sapiro writes: > Stephen J. Turnbull wrote: > >When the post is delivered, > >there will be an entry in logs/smtp for each batch of deliveries > >(usually one per remote host, or one per user if personalization or > >VERP is being used). > > Actually, if nothing goes wrong, there will

Re: [Mailman-Users] Lists stop working

2007-04-27 Thread Mark Sapiro
Stephen J. Turnbull wrote: > >Fairly early in message processing, Mailman logs to either logs/post >(showing that the post was accepted) or to logs/vette (indicating that >the post was held or rejected, and why). One minor point here. The post log entry is not written until the message is deliver

Re: [Mailman-Users] Lists stop working

2007-04-27 Thread Stephen J. Turnbull
Rolf E. Sonneveld writes: > today I have a similar (or the same?) problem. Running Mailman V2.1.9. > Symptoms in my case: a new member (added with the command line utility > add_members) is subscribed properly, the associated mail address gets a > welcome message (so far so good), but mail

Re: [Mailman-Users] Lists stop working

2007-04-27 Thread Rolf E. Sonneveld
[EMAIL PROTECTED] wrote: > Did you ever find a solution to this issue? > > I realize that this is a really old posting: > > I send an eMail to one of the lists, I can see in my /var/log/maillog; > >Jun 10 11:27:03 osiris sendmail[2756]: h5A9R392002756: >from=

Re: [Mailman-Users] Lists stop working

2007-04-27 Thread David Southwell
On Thursday 26 April 2007 22:49:21 [EMAIL PROTECTED] wrote: > Did you ever find a solution to this issue? > > I realize that this is a really old posting: > > I send an eMail to one of the lists, I can see in my /var/log/maillog; > >Jun 10 11:27:03 osiris sendmail[2756]: h5A9R3920

[Mailman-Users] Lists stop working

2007-04-26 Thread bjames
Did you ever find a solution to this issue? I realize that this is a really old posting: I send an eMail to one of the lists, I can see in my /var/log/maillog; Jun 10 11:27:03 osiris sendmail[2756]: h5A9R392002756: from=http://mail.python.org/mailman/listinfo/ma

Re: [Mailman-Users] Lists nested in other lists

2007-01-25 Thread Patrick Bogen
On 1/25/07, Ken Cheney <[EMAIL PROTECTED]> wrote: > I know I have seen some documentation on being able to have lists nested in > other lists. I can't seem to locate it now. > > What I want to do is have someone subscribe to a list such as - hockey > player - and by virtue of subscribing to th

[Mailman-Users] Lists nested in other lists

2007-01-25 Thread Ken Cheney
I know I have seen some documentation on being able to have lists nested in other lists. I can't seem to locate it now. What I want to do is have someone subscribe to a list such as - hockey player - and by virtue of subscribing to that list they are part of the Athletics list. So th

Re: [Mailman-Users] Lists not shown on "listinfo"-site

2006-08-28 Thread IT-Support @ AStA TU Darmstadt
Mark Sapiro schrieb: > IT-Support @ AStA TU Darmstadt wrote: > >> Patrick Bogen schrieb: >>> Have you tried following FAQ 4.62 >>> >>> ? >> I could not figure it out yet - I still have to study the FAQ article >> you told me -

[Mailman-Users] lists within lists

2006-08-25 Thread Spyro Polymiadis
Hi all, We're running a site with a mailman 2.1.5 configuration with 40-50 lists on it, and some lists have a list address as a subscriber to the list.. ie the general@ list might have a bunch of individual addresses and an otherlist@ address also as a member, (and the otherlist@ also contains i

[Mailman-Users] lists within lists

2006-08-25 Thread Spyro Polymiadis
Hi all, We're running a site with a mailman 2.1.5 configuration with 40-50 lists on it, and some lists have a list address as a subscriber to the list.. ie the general@ list might have a bunch of individual addresses and an otherlist@ address also as a member, (and the otherlist@ also contains i

[Mailman-Users] lists within lists

2006-08-25 Thread Spyro Polymiadis
Hi all, We're running a site with a mailman 2.1.5 configuration with 40-50 lists on it, and some lists have a list address as a subscriber to the list.. ie the general@ list might have a bunch of individual addresses and an otherlist@ address also as a member, (and the otherlist@ also contains i

Re: [Mailman-Users] lists within lists

2006-08-25 Thread Mark Sapiro
Spyro Polymiadis wrote: > >My question is, is there a way to have mailman not include the 2nd subject >tag when posting to the general@ list (for the otherlist@ subscribers)? >but also still retain it when sending explicitly to otherlist@ Not without modifying Mailman code. -- Mark Sapiro <[EMAI

[Mailman-Users] lists within lists

2006-08-25 Thread Spyro Polymiadis
Hi all, We're running a site with a mailman 2.1.5 configuration with 40-50 lists on it, and some lists have a list address as a subscriber to the list.. ie the general@ list might have a bunch of individual addresses and an otherlist@ address also as a member, (and the otherlist@ also contains i

Re: [Mailman-Users] Lists not shown on "listinfo"-site

2006-07-23 Thread Mark Sapiro
IT-Support @ AStA TU Darmstadt wrote: >Patrick Bogen schrieb: >> >> Have you tried following FAQ 4.62 >> >> ? > >I could not figure it out yet - I still have to study the FAQ article >you told me - I'll give you feedback as so

Re: [Mailman-Users] Lists not shown on "listinfo"-site

2006-07-22 Thread IT-Support @ AStA TU Darmstadt
Patrick Bogen schrieb: > On 7/18/06, IT-Support @ AStA TU Darmstadt > <[EMAIL PROTECTED]> wrote: >> The mailman listinfo-site is available, but the lists are not shown. > > Ah, sorry, that wasn't very clear. > > Have you tried following FAQ 4.62 >

Re: [Mailman-Users] Lists not shown on "listinfo"-site

2006-07-18 Thread Patrick Bogen
On 7/18/06, IT-Support @ AStA TU Darmstadt <[EMAIL PROTECTED]> wrote: > The mailman listinfo-site is available, but the lists are not shown. Ah, sorry, that wasn't very clear. Have you tried following FAQ 4.62 ? -- - Patrick

Re: [Mailman-Users] Lists not shown on "listinfo"-site

2006-07-18 Thread IT-Support @ AStA TU Darmstadt
Patrick Bogen schrieb: > On 7/18/06, IT-Support @ AStA TU Darmstadt > <[EMAIL PROTECTED]> wrote: >> we had some problems with apache2 and mailman - after upgrading the >> server the lists are not shown anymore on the listinfo-site >> >> http://myserver/mailman/listinfo >> >> Under /var/lib/mailman/

Re: [Mailman-Users] Lists not shown on "listinfo"-site

2006-07-18 Thread Patrick Bogen
On 7/18/06, IT-Support @ AStA TU Darmstadt <[EMAIL PROTECTED]> wrote: > we had some problems with apache2 and mailman - after upgrading the > server the lists are not shown anymore on the listinfo-site > > http://myserver/mailman/listinfo > > Under /var/lib/mailman/list my lists are still there - i

[Mailman-Users] Lists not shown on "listinfo"-site

2006-07-18 Thread IT-Support @ AStA TU Darmstadt
Hello, we had some problems with apache2 and mailman - after upgrading the server the lists are not shown anymore on the listinfo-site http://myserver/mailman/listinfo Under /var/lib/mailman/list my lists are still there - i guess the databaseconfig isn't read properly or could it be missconfigu

Re: [Mailman-Users] lists stop working

2006-07-14 Thread Mark Sapiro
Chad Leigh -- Shire.Net LLC wrote: >Jul 12 16:51:50 2006 qrunner(5860): File "/usr/local/mailman/ >Mailman/Bouncer.py", line 131, in registerBounce >Jul 12 16:51:50 2006 qrunner(5860): time.strftime('%d-%b-%Y', >day + (0,)*6)) >Jul 12 16:51:50 2006 qrunner(5860): ValueError : day of yea

Re: [Mailman-Users] lists stop working

2006-07-14 Thread Chad Leigh -- Shire.Net LLC
On Jul 14, 2006, at 9:20 PM, Mark Sapiro wrote: > Chad Leigh -- Shire.Net LLC wrote: > >> I have a small mailman (2.1.x) installation with a few lists. They >> just stopped working the other day. I did a mailmanctl restart and >> that did not fix it but a stop and then a start did. I saw nothi

Re: [Mailman-Users] lists stop working

2006-07-14 Thread Mark Sapiro
Chad Leigh -- Shire.Net LLC wrote: >I have a small mailman (2.1.x) installation with a few lists. They >just stopped working the other day. I did a mailmanctl restart and >that did not fix it but a stop and then a start did. I saw nothing >in the logs to indicate why the lists stopped wor

[Mailman-Users] lists stop working

2006-07-14 Thread Chad Leigh -- Shire.Net LLC
I have a small mailman (2.1.x) installation with a few lists. They just stopped working the other day. I did a mailmanctl restart and that did not fix it but a stop and then a start did. I saw nothing in the logs to indicate why the lists stopped working. How does one go about debugging t

Re: [Mailman-Users] Lists

2005-11-14 Thread Mark Sapiro
Eric Sangalang wrote: > >I am new to List Servers, and I have a question. I am currently working >on a school district list server. For some reason I cannot see all the >lists. I logged in to the console and ran the list_lists command it >showed my lists but I want to see it from top to bottom. Is

[Mailman-Users] Lists

2005-11-14 Thread Eric Sangalang
Hi, I am new to List Servers, and I have a question. I am currently working on a school district list server. For some reason I cannot see all the lists. I logged in to the console and ran the list_lists command it showed my lists but I want to see it from top to bottom. Is there a command to sho

Re: [Mailman-Users] lists/create screen

2005-07-20 Thread Forrest Aldrich
I set VIRTUAL_HOST_OVERVIEW = Off and that seems to have resolved the problem I outlined below. I know nothing about Python at the moment, so hacking the *.py files for customized functionality (by me) is probably not happening anytime soon, not without a mess ;-) Thank you. Mark Sapiro w

Re: [Mailman-Users] lists/create screen

2005-07-19 Thread Mark Sapiro
Forrest Aldrich wrote: > >I have a new mailman instance set up - via a proxied connection. I've >since found that doing it this way is more complex (but not my >choice). Several items need to be addressed. Another one I found was >this on the screen for lists/create: > > >our.inter

[Mailman-Users] lists/create screen

2005-07-19 Thread Forrest Aldrich
Hi there, I have a new mailman instance set up - via a proxied connection. I've since found that doing it this way is more complex (but not my choice). Several items need to be addressed. Another one I found was this on the screen for lists/create: our.internal.host.net:1 ma

Re: [Mailman-Users] Lists are missing

2005-02-17 Thread scot condry
OK the list is working and the web interface is only hald working. I can figure that out in time. Thanks for your help! SC From: "scot condry" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], mailman-users@python.org Subject: Re: [Mailman-Users] Lists are missing Date: Thu, 17 F

Re: [Mailman-Users] Lists are missing

2005-02-17 Thread scot condry
this server. Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request. Is this a permissions problem? SC From: John Dennis <[EMAIL PROTECTED]> To: Scot Condry <[EMAIL PROTECTED]>, mailman-users@python.org Subject: Re: [Mailman

Re: [Mailman-Users] Lists are missing

2005-02-16 Thread John Dennis
Scot Condry wrote: Thanks. That got me in the right direction that I got mailman working again and postfix needed to know where the aliases had moved to. But now I have created a new list named the same as the old list and it is working. But I would like to move all the old users, password, arch

RE: [Mailman-Users] Lists are missing

2005-02-16 Thread Scot Condry
new directories. Is that possible? SC -Original Message- From: John Dennis [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 16, 2005 7:15 AM To: 'scot condry'; mailman-users@python.org Subject: RE: [Mailman-Users] Lists are missing > I recently upgraded (*not* a fresh

RE: [Mailman-Users] Lists are missing

2005-02-16 Thread John Dennis
> I recently upgraded (*not* a fresh install) from Fedora 2 to > Fedora 3. > Seems as though everything came over OK except my Mailman is > messed up now. > Emails to my list are not being distributed and when I go to > the mailman listinfo page it says I have no lists, when I had > three.

[Mailman-Users] Lists are missing

2005-02-15 Thread scot condry
I recently upgraded (*not* a fresh install) from Fedora 2 to Fedora 3. Seems as though everything came over OK except my Mailman is messed up now. Emails to my list are not being distributed and when I go to the mailman listinfo page it says I have no lists, when I had three. Only one of thes

Re: [Mailman-Users] lists' configs keepplace

2004-10-20 Thread Mark Sapiro
[EMAIL PROTECTED] wrote: > >It's true or false that mailman's configs keeps ONLY in pickle files >*.pck? >Can I restore my pck files? list configuration is in lists/listname/config.pck with a recent backup in lists/listname/config.pck.last. >I spailed it files and mailman works very strange - mai

[Mailman-Users] lists' configs keepplace

2004-10-20 Thread vetchi-v
It's true or false that mailman's configs keeps ONLY in pickle files *.pck? Can I restore my pck files? I spailed it files and mailman works very strange - mails are passed but when i'm going to listinfo I'm get a "We're sorry , we hit a BUG". But general and some others administrative pages fo

Re: [Mailman-Users] Lists in OSX

2004-09-30 Thread Brad Knowles
At 2:00 PM -0400 2004-09-30, Derrick Seymour wrote: <[EMAIL PROTECTED]>: mail for server.test.org loops back to myself This is an MTA problem, not a problem with Mailman. I suggest you use the online documentation at to help you find the solution. -- Brad Knowles, <[

[Mailman-Users] Lists in OSX

2004-09-30 Thread Derrick Seymour
I am trying to configure mailing list in Mac OSX Server 10.3.5. I am having trouble posting to the list, or I should say my test users are having trouble. Upon posting to a list this message is sent back: This is the Postfix program at host test.org. I'm sorry to have to inform you that the mes

Re: [Mailman-Users] Lists

2004-07-20 Thread Brad Knowles
At 8:53 AM -0400 2004-07-15, Kristal Hebden wrote: I am interested in your mailing lists, but am curious how secure the lists are - are names distributed to any companies? (I am basically concerned about spam, since it is a free service) I don't understand your question. Can you clarify?

Re: [Mailman-Users] Lists

2004-07-20 Thread Mark Sapiro
Kristal Hebdenwrote: > >I am interested in your mailing lists, but am curious how secure the >lists are - are names distributed to any companies? (I am basically >concerned about spam, since it is a free service) > Mailman is list server software, not an e-mail list hosting service. See

[Mailman-Users] Lists

2004-07-20 Thread Kristal Hebden
Hi, I am interested in your mailing lists, but am curious how secure the lists are - are names distributed to any companies? (I am basically concerned about spam, since it is a free service) Thanks! Kristal Kristal Hebden School of IST 329H IST Building University Park PA 16802

Re: [Mailman-Users] Lists work... updated question

2004-07-20 Thread Doug Lipman
Dan Phillips was kind enough to answer my first question off-line. His advice got me much farther along in installing mailman My problem continues, though, but I can't figure out the cause. This may be related to the email aliases? I have copied this list of aliases to the /etc/aliases file for

Re: [Mailman-Users] Lists work, but no archives - more info

2004-07-18 Thread Doug Lipman
Additional info, which I'm sure is more to the core of my problem: I was wrong that the lists work. In fact, any message I send - from any sender, registered or not - to the [EMAIL PROTECTED] address is sent on to the sender. When I fill out the subscription form at

[Mailman-Users] Lists work, but no archives

2004-07-17 Thread Doug Lipman
Hi, I'm a newbie using Mailman 2.1.5 on Linux (Redhat 9) with sendmail. I was able to install Mailman and create lists via the web. The lists work; messages sent to it go out to subscribers. The problem is that, even though I have set the "Archive" option via the web interface, none of my lists

Re: [Mailman-Users] lists that are members of each other - bad idea?

2004-05-10 Thread Brad Knowles
At 5:06 AM -0700 2004/05/10, Barnaby Scott wrote: Does anyone have any suggestions about my original query then (about 'affilate' members a couple of threads back)? Not really. You could play around with the "topics" stuff, but I'm not sure that's going to do what you want. I strongly susp

Re: [Mailman-Users] lists that are members of each other - bad idea?

2004-05-10 Thread Kai Schaetzl
Barnaby Scott wrote on Mon, 10 May 2004 05:06:09 -0700 (PDT): > Does anyone have any suggestions about my original > query then (about 'affilate' members a couple of > threads back)? > Was it that where you wanted to have some "not real members" be able to join in certain discussions they were a

Re: [Mailman-Users] lists that are members of each other - bad idea?

2004-05-10 Thread Barnaby Scott
Kinda what I feared! Does anyone have any suggestions about my original query then (about 'affilate' members a couple of threads back)? Thanks --- Brad Knowles <[EMAIL PROTECTED]> wrote: > At 12:06 AM -0700 2004/05/10, Barnaby Scott wrote: > > > Does anyone know the consequences of setting up

Re: [Mailman-Users] lists that are members of each other - bad idea?

2004-05-10 Thread Brad Knowles
At 12:06 AM -0700 2004/05/10, Barnaby Scott wrote: Does anyone know the consequences of setting up two lists which are members of each other? I believe that would be very bad news. Presumably the X-BeenThere header should come into play to avoid such an eventuality, but will it work in thes

[Mailman-Users] lists that are members of each other - bad idea?

2004-05-10 Thread Barnaby Scott
I posted a question a couple of days ago about a particular Mailman set-up I wanted to achieve, but have since thought it would be better to ask a simpler and more specific question: Does anyone know the consequences of setting up two lists which are members of each other? I don't want to do some

[Mailman-Users] Lists not showing up in listinfo page, (yup I read the FAQ.)

2004-04-11 Thread mettius
Before you flame, I've read the FAQ and noted the section on this symptom. But it hasn't addressed my problem. If you hit this URI: http://cactusairforce.org/mailman/listinfo You see all lists (including Mailman?!) but if you instead hit this one: http://www.cactusairforce.org/mailman/listinfo

Re: [Mailman-Users] Lists stopped working

2004-01-02 Thread Jon Carnes
On Fri, 2004-01-02 at 12:32, JO wrote: > I host 5 lists using mailman and all of them have stopped working. Mail > sent to them is not going through and not found in archives. There are no > error messages. Can someone please tell me where I might begin to look for > the problem? > > ThIA for

Re: [Mailman-Users] Lists stopped working

2004-01-02 Thread Skip Montanaro
jo> I host 5 lists using mailman and all of them have stopped working. jo> Mail sent to them is not going through and not found in archives. jo> There are no error messages. Can someone please tell me where I jo> might begin to look for the problem? Is mailman running? You din't

[Mailman-Users] Lists stopped working

2004-01-02 Thread JO
I host 5 lists using mailman and all of them have stopped working. Mail sent to them is not going through and not found in archives. There are no error messages. Can someone please tell me where I might begin to look for the problem? ThIA for any direction and/or help, JO http://www.jetler.com

Re: [Mailman-Users] Lists of lists question...

2003-06-25 Thread Richard Barrett
At 18:08 25/06/2003, John Lockard wrote: Nope, that only tells me how to create an "umbrella list" but doesn't tackle the important issue of only allowing members of the sublists to post to the umbrella list. The last part of the FAQ entry under the line reading "The work-around for this is to set

[Mailman-Users] Lists of lists question...

2003-06-25 Thread John Lockard
Nope, that only tells me how to create an "umbrella list" but doesn't tackle the important issue of only allowing members of the sublists to post to the umbrella list. -John At 12:18 18/06/2003, Richard Barrett wrote: > > At 19:58 18/06/2003, John Lockard wrote: > > > > I have several lists tha

Re: [Mailman-Users] Lists of lists question...

2003-06-18 Thread Richard Barrett
At 19:58 18/06/2003, John Lockard wrote: I have several lists that in best practice I'd like to remain hierarchical. Example: staff.all(all staff) staff.pt (PT staff) staff.ft (FT staff) I would prefer to add full time staff members to the staff.ft list only and part time staff members

[Mailman-Users] Lists of lists question...

2003-06-18 Thread John Lockard
I have several lists that in best practice I'd like to remain hierarchical. Example: staff.all(all staff) staff.pt (PT staff) staff.ft (FT staff) I would prefer to add full time staff members to the staff.ft list only and part time staff members to the staff.pt list only, and have st

[Mailman-Users] Lists stop working

2003-06-10 Thread Niklas Nikitin
Hi, I have some problems with my Mailman server. I am running Mailman 2.1.2 (installed from source) on a RedHat 8.0 Linux server (using Sendmail version 8.12.8-5.80). The problem is the following: I send an eMail to one of the lists, I can see in my /var/log/maillog; Jun 10 11:27:03 osiris

Re: [Mailman-Users] Lists not showing up in listinfo

2003-03-31 Thread Matthew Davis
* Listmom ([EMAIL PROTECTED]) wrote: > Greetings all. > > I'm having a small problem after moving a list to a new server. > > After importing all the files located under mailman/lists, I can no longer > see the public lists when I go to http://lists.doman.com/mailman/listinfo Did you run the $pr

[Mailman-Users] Lists not showing up in listinfo

2003-03-31 Thread Listmom
Greetings all. I'm having a small problem after moving a list to a new server. After importing all the files located under mailman/lists, I can no longer see the public lists when I go to http://lists.doman.com/mailman/listinfo Help. -- Mailm

Re: [Mailman-Users] Lists stopped for dns problems ?

2003-03-10 Thread DOMA Peter
Hi! > Ideally you fix the DNS problems if this is a general problem other than > with a number of specific addresses. > > However there are a set of approaches for this as a general problem:- > 1. Run a local caching DNS server, especially if you are more than > a 100Mbit link from w

Re: [Mailman-Users] Lists stopped for dns problems ?

2003-03-10 Thread Nigel Metheringham
On Mon, 2003-03-10 at 10:32, DOMA Peter wrote: > Both lists stopped, the qrunner process got locked, the posts come in, > but does not go out. > I have the smtp-failure log full of these: > > 451 [EMAIL PROTECTED] (Cannot check <[EMAIL PROTECTED]> at this time - > please try later) > > I read the

[Mailman-Users] Lists stopped for dns problems ?

2003-03-10 Thread DOMA Peter
Hi! I have two middle-size lists at a debian server (mailman version: 2.0.11) with exim 3.35 I have the following problem: Both lists stopped, the qrunner process got locked, the posts come in, but does not go out. I have the smtp-failure log full of these: 451 [EMAIL PROTECTED] (Cannot check <

  1   2   >