Re: [Mailman-Users] Posted list messages not adding to archives

2005-01-19 Thread Jeffery Cann
The arch --wipe fixed the problem. thank you. On Wed, 19 Jan 2005 07:48:15 -0800, Mark Sapiro <[EMAIL PROTECTED]> wrote: > Jeffery Cann wrote: > > > >Here's the problem: messages posted to the new lists (archive option > >is on -- I confirmed this tonight) do not get added to the archives. > >

[Mailman-Users] mailman on RHAS3

2005-01-19 Thread Steven Jones
Setting up mailman on RHAS3-64 update 2 RH have released mailman as a supported package, so I decided to install mailman this way this rather than the mailman.noarch.rpm as it will get updated automatically when I run up2date. OK, so has anybody successfully installed RH's mailman like this? I

Re: [Mailman-Users] Global Pref Change

2005-01-19 Thread Jim Tittsler
On Jan 19, 2005, at 01:41, Adam Gerson wrote: Is there a way to change a pref for ALL of your lists at once? You can use the bin/withlist script's '-a' option in combination with '-r scriptname' to have it apply a configuration function to all lists. Run '~mailman/bin/withlist --help' for an exa

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

Re: [Mailman-Users] ghost admin notice

2005-01-19 Thread Jim Tittsler
On Jan 20, 2005, at 01:46, River Brandon wrote: the list admin for a site i host continues to get notices that there is a message waiting for approval, but there is no message there. anyone have experience with this? any idea how to clear it out? Is it telling the list admin there are -1 requests

Re: [Mailman-Users] Messages being archived but not sent

2005-01-19 Thread Jim Tittsler
On Jan 19, 2005, at 22:26, Samuel Gabel wrote: n /logs/smtp-failures it tries to send mails to the subscribers but always gets failures like: Jan 19 11:16:52 2005 (27278) delivery to [EMAIL PROTECTED] failed with code 554: <[EMAIL PROTECTED]>: Recipient address rejected: Access denied In /logs/bou

Re: [Mailman-Users] Posted list messages not adding to archives

2005-01-19 Thread Jeffery Cann
Brad, Thank you for the pointer that FAQ entry '3.14. Troubleshooting: No mail going out to lists members'. This isn't the problem. List members get mail, but the mail is not archived on teh mailman server - despite that the 'archive' setting is turned on for each list. Jeff On Wed, 19 Jan 20

Re: [Mailman-Users] about the password

2005-01-19 Thread Brad Knowles
At 1:50 PM -0800 2005-01-19, Lee, Tzung-I wrote: I am the administrator of the TSAUCLA maillist but I can't login the web administration page now, I am not sure if i enter the wrong password. Can you send me the password again or reset it? We aren't the administrators of your mailing list serv

[Mailman-Users] about the password

2005-01-19 Thread Lee, Tzung-I
Hi I am the administrator of the TSAUCLA maillist but I can't login the web administration page now, I am not sure if i enter the wrong password. Can you send me the password again or reset it? Thanks a lot -- Mailman-Users mailing list Mail

[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

[Mailman-Users] ghost admin notice

2005-01-19 Thread River Brandon
the list admin for a site i host continues to get notices that there is a message waiting for approval, but there is no message there. anyone have experience with this? any idea how to clear it out? thanks, river brandon -- Mailman-Users mailin

Re: [Mailman-Users] AssertionError

2005-01-19 Thread John Dennis
Just so you're not left in the woods, here is a brief summary of what mailmanctl does. First of all its a daemon, which in UNIX speak means its a system service that always runs in the background, is started by the system, and does not interact with a user with any IO. It's job is to start a numb

Re: [Mailman-Users] Posted list messages not adding to archives

2005-01-19 Thread Mark Sapiro
Jeffery Cann wrote: > >Here's the problem: messages posted to the new lists (archive option >is on -- I confirmed this tonight) do not get added to the archives. > >I'm thinking that I missed something when we did the move. > >The other change on the server (we went from a Redhat 5.2 box to FC3) >

Re: [Mailman-Users] AssertionError

2005-01-19 Thread John Dennis
On Wed, 2005-01-19 at 05:42, John Poltorak wrote: > I thought Mailman was supposed to be platform independent... I didn't have > this particular problem with v2.0.13 but I guess this must be some thing > new related to mailmanctl. Mailman is UNIX only. Perhaps you've confused the fact that pytho

Re: [Mailman-Users] Mailman mailing list question

2005-01-19 Thread Mark Sapiro
Ari Kaplan wrote: >Hi - I recently had a mailing list located at >http://arikaplan.net/mailman/admin/articles_arikaplan.net >and hosted by 2mhost.com. The host deleted this >mailing list of e-mail addresses without my knowledge >or authorization. Do you think it is possible that >there is still

Re: [Mailman-Users] AssertionError

2005-01-19 Thread Brad Knowles
At 2:13 PM + 2005-01-19, John Poltorak wrote: If anyone can suggest what I can do about the Assertion error I will try to patch my code. It would a shame to pack up at this point since I do have so much of the package working already. You may need to take this conversation to mailman-develo

Re: [Mailman-Users] AssertionError

2005-01-19 Thread John Poltorak
On Wed, Jan 19, 2005 at 01:11:26PM +0100, Brad Knowles wrote: > At 10:42 AM + 2005-01-19, John Poltorak wrote: > > >> Since you're porting to OS2 which does not to the best of my knowledge > >> support UNIX filesystems you'll have to rewrite this code. > > > > I thought Mailman was supposed

[Mailman-Users] Mailman mailing list question

2005-01-19 Thread Ari Kaplan
Hi - I recently had a mailing list located at http://arikaplan.net/mailman/admin/articles_arikaplan.net and hosted by 2mhost.com. The host deleted this mailing list of e-mail addresses without my knowledge or authorization. Do you think it is possible that there is still a backup of this list an

Re: [Mailman-Users] Messages being archived but not sent

2005-01-19 Thread Samuel Gabel
I did see that faq article and actually went trough all of these things. 8 qrunner-processes plus the mailmanctl are running, cron is running, even though i don't think it is necessary for the newer versions. Check_perms reports no errors. /var/log/mail shows postfix to give the messages to the com

Re: [Mailman-Users] Messages being archived but not sent

2005-01-19 Thread Brad Knowles
At 11:29 AM +0200 2005-01-19, Samuel Gabel wrote: After some initial problems i can now send mail to whatever list i create and postfix hands them over to mailman. Then i can actually not see anything in the mailman log files. The only thing that happens is, that the posts get archived, but no

Re: [Mailman-Users] Posted list messages not adding to archives

2005-01-19 Thread Brad Knowles
At 11:39 PM -0700 2005-01-18, Jeffery Cann wrote: Here's the problem: messages posted to the new lists (archive option is on -- I confirmed this tonight) do not get added to the archives. Have you seen the troubleshooting FAQ entry at

Re: [Mailman-Users] AssertionError

2005-01-19 Thread Brad Knowles
At 10:42 AM + 2005-01-19, John Poltorak wrote: Since you're porting to OS2 which does not to the best of my knowledge support UNIX filesystems you'll have to rewrite this code. I thought Mailman was supposed to be platform independent... I didn't have this particular problem with v2.0.13 bu

[Mailman-Users] Global Pref Change

2005-01-19 Thread Adam Gerson
Is there a way to change a pref for ALL of your lists at once? Thanks, Adam --- Adam Gerson Assistant Director of Technology Columbia Grammar and Prep School phone. 212-749-6200 ex. 379 mobile. 917-679-0234 fax. 212-428-6806 [EMAIL PROTECTED] http://www.cgps.org Public

Re: [Mailman-Users] ezmlm to mailman

2005-01-19 Thread Peter Schneider-Kamp
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Daniel S. Reichenbach wrote: | Any hints would be very appreciated. If you plan on using MHonArc for the archives, you can import the ezmlm archives directly: http://www.mhonarc.org/MHonArc/doc/faq/envs.html#ezmlm Regards, Peter -BEGIN PGP SIGNATURE

[Mailman-Users] ezmlm to mailman

2005-01-19 Thread Daniel S. Reichenbach
Hi, I have searched a while through the list archives and google but found no reasonable way to convert an existing ezmlm list with subscribers and archive to a mailman list. Did anyone succeed in doing this? There seem to be a lot of posts in the archive, but none that reports success on this is

Re: [Mailman-Users] AssertionError

2005-01-19 Thread John Poltorak
On Tue, Jan 18, 2005 at 04:46:51PM -0500, John Dennis wrote: > On Tue, 2005-01-18 at 16:21, John Poltorak wrote: > > What is an AssertionError and how do I get rid of it? > > > > It occurs when I start mailmanctl which outputs this error:- > > > > > > Traceback (most recent call last): > > Fil

[Mailman-Users] Messages being archived but not sent

2005-01-19 Thread Samuel Gabel
Hi Users, i am working with a SuSE Linux OpenExchange Server 4.1, Postfix and Mailman 2.1.5. I've set up everything as far as i can see according to the rules in the INSTALL and README files. After some initial problems i can now send mail to whatever list i create and postfix hands them over to m