Re: [Mailman-Users] Bounce: 0 more allowed over 166798 secs

2001-11-09 Thread Jon Carnes
You don't see a lot of answers to this question, because it could be s many things. My recommendation is that you download the source and install from there. Don't let yourself be intimidated by installing the Source, it only takes three commands and the whole process is laid out in a fil

Re: [Mailman-Users] postfix problem

2001-11-09 Thread Jon Carnes
In the web admin go to the Privacy Options page and enter the mailing list address in the following field: Alias names (regexps) which qualify as explicit to or cc destination names for this list If your host name is misconfigured, this normally sets things to rights. Jon Carnes BTW: the

Re: [Mailman-Users] List suddenly stops functioning

2001-11-09 Thread Jon Carnes
There may be a message in the queue that Mailman cannot handle (there are some headers that screw-up that version of Mailman...). It could be that you have stopped cron for some reason - it happens a lot to folks on this list, though durn if I can figure out why they do it... It could be that

[Mailman-Users] List suddenly stops functioning

2001-11-09 Thread J. Frederick Ball OEF
I have a couple of lists which have functioned flawlessly for many weeks. As of yesterday or today, no mail is getting through. I see the maillog stating that a given message was sent to "|usr/local/mailman/mail/wrapper post listname" but that's where things die, apparently. I can also subscr

Re: [Mailman-Users] postfix problem

2001-11-09 Thread Jerry Feldman
Did you install the aliases. Be careful. The aliases that mailman displays when you add a list are for sendmail. Postfix does not like the colon's. ## test mailing list ## created: 05-Sep-2001 mailman test "|/opt/mailman/mail/wrapper post test" test-admin

Re: [Mailman-Users] postfix problem

2001-11-09 Thread Ted M Harapat
You need to make sure you take the output from the '$prefix/bin/newlist' and put it in the /etc/aliases file and run 'newaliases'. Then your mail won't bounce and your mail will be archived in the appropriate pipermail directory so it can be browsed. It won't work (as far as my experience goes)

[Mailman-Users] Bounce: 0 more allowed over 166798 secs

2001-11-09 Thread Michael Deck
I'm having trouble with Mailman using and Qmail and xinetd (Redhat 7.1). I think that qmail is working properly, I can telnet to port 25 and send mail successfully off my machine, but if I mail to my list, nothing seems to happen. I had this list setup and working before I installed RH7.1 (was

Re: [Mailman-Users] Gzipping archives

2001-11-09 Thread Dan Mick
> On 08 November 2001, Dan Mick said: > > Your Python has to have the 'gzip' module installed, which not all do. > > Don't you mean "zlib"? The import is for the module named 'gzip'. When one imports 'gzip', that module also imports 'zlib'. --

[Mailman-Users] postfix problem

2001-11-09 Thread MiniTom
Hi, I just installed mailman on Linux Mandrake with postfix. I can add a new list, but users can't suscribe to the list. They receive a mail, but when they reply, they get a MAILER-DAEMON mail wich tell that the address of the list does not exist. My list is "test@myhostname" and none of these

[Mailman-Users] RELEASE Mailman 2.0.7

2001-11-09 Thread Barry A. Warsaw
Hi all, I'm releasing Mailman 2.0.7 which fixes two potential, though obscure security or denial-of-service attacks, along with a few other minor bug fixes. Details: - If you are running Python 1.5.2, it is possible for someone to carefully craft some cookie data, and then trick Mailman into

Re: [Mailman-Users] Need help with Mailman !!

2001-11-09 Thread Bien
- Original Message - From: "Jon Carnes" <[EMAIL PROTECTED]> To: "Bien" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, November 10, 2001 3:41 AM Subject: Re: [Mailman-Users] Need help with Mailman !! > I'm guessing cron. > > Mailman needs several entries added to cron. Su as ma

[Mailman-Users] FAQ and help

2001-11-09 Thread mailman
Hi, Is there a real FAQ somewhere (not the one on the official site), it's almost useless? Also, how one would get rid of the long list of url (List-Help etc.) ans addresses sent with all posts (you know : Subject: Re: [Mailman-Users] Gzipping archives To: [EMAIL PROTECTED], [EMAIL PROTECTED]

Re: [Mailman-Users] Optimizing sendmail

2001-11-09 Thread Jon Carnes
http://www.sendmail.org Sendmail is extremely tweakable - so much so that the default is for a low-end server. You can easily increase speed and efficiency by tweaking the values in your /etc/sendmail.cf file. The best tweak is to remove that ident crap call by setting: O Timeout.ident=0s Ot

Re: [Mailman-Users] Need help with Mailman !!

2001-11-09 Thread Jon Carnes
I'm guessing cron. Mailman needs several entries added to cron. Su as mailman then enter the cron entries found in ~mailman/cron/crontab.in Jon Carnes - Original Message - From: "Bien" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 09, 2001 12:26 PM Subject: [Mailman

Re: [Mailman-Users] Postfix/Mailman breaks (somewhat) upon sending out to list of 300+ users

2001-11-09 Thread Jon Carnes
Nothing like the ghost in the machine making things work for you... Could the original lock up be caused by your dad mucking about with the lists via the web interface (and thereby putting a lock on the list...)? Who knows... Keep us in the loop if you figure it out! - Original Message -

Re: [Mailman-Users] Postfix/Mailman breaks (somewhat) upon sending out to list of 300+ users

2001-11-09 Thread Ted M Harapat
Hi Jon. (These emails always get so damned long, but its hard to tell in details whats going wrong or how to fix anything otherwise. Sorry.) Well my father entered them into the list. And he did it through the web inteface. I think thats considered manually. I don't know what the 54rd one

Re: [Mailman-Users] Variations on Reminders?

2001-11-09 Thread Jerry Stratton
>There seems to be a tendency to let lists languish unused...for >years...and if they are reminded (say 2 or 4 times a year), maybe >they'll send in a request to decommission the lists when they are >no longer needed. :) > >It's not a huge request, but anything to prevent me from having >to chas

Re: [Mailman-Users] i need help

2001-11-09 Thread Jon Carnes
If you want to create a list that all your mailman users can post to (but no one else) then you will need to write a small script to create (or update) the list.  You can find the script in the archives.. Ahh here is one (Thanks to Shane Beasley)   list_lists | grep "^ " |awk '{ prin

Re: [Mailman-Users] Deleting an Archive Posting

2001-11-09 Thread Jon Carnes
There may be a better way of doing it, but I have always just gone into the files and deleted the entries by hand. You will find all the archives in: ~mailman/archives/private/... I believe that you can simply delete the offending messages, then delete the html pages and run the command ~mailm

Re: [Mailman-Users] majordomo get and index commands

2001-11-09 Thread Jon Carnes
The best way to do this with Mailman is give access to the files via a web page. Dump out the user list to an htaccess file and point users to that website. Restrict its access via the htaccess file. I would suggest that you let the users login using their email address and that you use their m

Re: [Mailman-Users] Postfix/Mailman breaks (somewhat) upon sending out to list of 300+ users

2001-11-09 Thread Jon Carnes
Just out of left field, but when you put in the mailing addresses for your dad's list, how did you do it? Manually, or did you feed them in via "add_members"? Check the list and see what the 53rd and 54th address are, then go back to your import list and check out those addresses for errors... M

[Mailman-Users] Need help with Mailman !!

2001-11-09 Thread Bien
Hi Experts ! I've just installed Mailmain from rpm file (come from RedHat CD 7.1 #3) after configured Apache, Sendmail. (I'd tested them well) I created a new list named foo. then launch browser, and subcribed to the list. No error display ! No error from sendmail or Apache too. !! But user that I

Re: [Mailman-Users] Optimizing sendmail

2001-11-09 Thread J C Lawrence
On Fri, 9 Nov 2001 14:01:43 -0400 (AST) Steve Dinn <[EMAIL PROTECTED]> wrote: > In what ways can sendmail be tweaked or otherwised optimized for > sending out a large number of emails at once? This is the case > everytime someone posts to a list withi lots of subscribers, so I > thought it rele

Re: [Mailman-Users] Variations on Reminders?

2001-11-09 Thread Jon Carnes
Try this script... #!/bin/bash # Mail reminders to list admins # # dump all the list names to LISTS LISTS="`~mailman/bin/list_lists |grep "^ " |awk '{ print $1 }' `" # for i in $LISTS do mail -s "To the Admin of list: $i" $i-admin <~mailman/reminder.msg done # /home/mailman/reminder.msg is th

[Mailman-Users] Optimizing sendmail

2001-11-09 Thread Steve Dinn
I know that the question I'm about to ask doesn't relate specifically to mailman, but I thought that I'd be in the company of people who are more qualified than most to answer it: In what ways can sendmail be tweaked or otherwised optimized for sending out a large number of emails at once? This

Re: [Mailman-Users] Gzipping archives

2001-11-09 Thread Steve Dinn
Yeah, I think he did actually mean zlib, because that's what actually turned out to be the case. I was missing zlib. Thanks for your help :) -Steve. On Fri, 9 Nov 2001, Greg Ward wrote: > On 08 November 2001, Dan Mick said: > > Your Python has to have the 'gzip' module installed, wh

Re: [Mailman-Users] Gzipping archives

2001-11-09 Thread Greg Ward
On 08 November 2001, Dan Mick said: > Your Python has to have the 'gzip' module installed, which not all do. Don't you mean "zlib"? Greg -- Mailman-Users maillist - [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-us

Re: [Mailman-Users] Many options "hidden" in the Defaults.py file

2001-11-09 Thread Jon Carnes
There are many options for configuring Mailman which are "hidden" in the ~mailman/Mailman/Defaults.py file. Of course they are only "hidden" because folks don't look for them there... Read through that file and if you find yourself wanting to make changes, then please make those changes in the f

[Mailman-Users] Re: List of members backup?

2001-11-09 Thread Harald Koch
Of all the gin joints in all the towns in all the world, Joe Keenan had to walk into mine and say: > cd ~mailman > bin/list_members {listname} > listname.backup That's not a real backup; it doesn't preserve the user flags. (The easiest way to allow people to post to a "members-only" list appear

Re: [Mailman-Users] FAQ-o-Matic

2001-11-09 Thread Kaja P. Christiansen
Barry A. Warsaw writes: > http://www.python.org/cgi-bin/faqw-mm.py > > There's only 3 questions and answers there so far, but you can help > make it a better FAQ! I'm opening up access so that anybody can add > or change FAQ entries. This is an honor system, and the password is > "M

[Mailman-Users] Question about a configuration parameter in Mailman 2.0.6

2001-11-09 Thread Alain Chappuis
Hello, I have a little question about one configuration under Mailman 2.0.6 I dont see the exact sens in the Privacy Options at the heading: "Hold posts with header value matching a specified regexp." Is there anybody help me to teach me the goal of this heading? and in second step: What he

[Mailman-Users] "TRI-MIRACLE $22-Don't Pay $60-Ours Is Better"!!!

2001-11-09 Thread Bob C
***GOOD NEWS From Light Tower Downline Builder This Is Info Received From Lori Kopera, Admin. Light Tower DLB: !!!The Tri-Miracle SITE IS BACK UP & HOT!! YES! I Now Have to Re-Enter All LT Members Into Tri-Miracle That are Already in There "AGAIN"! I Have the Proofs of Pay

[Mailman-Users] (no subject)

2001-11-09 Thread [EMAIL PROTECTED]
I am a moderator of an electronic list which uses mailman. I review all messages before approving them. I would like to be able to see the entire message before I approve it, but now, if the message is long, I can only see a portion of it. Is there a way to set administrator options so that

Re: [Mailman-Users] New user

2001-11-09 Thread Richard Barrett
At 22:38 08/11/2001 -0800, jgo wrote: > > I just set up my first mailing list and I'm a bit > > confused about one thing. At the moment any mail > > sent to the list waits for me to approve it. Can > > I set it up so that all the postings from the > > members go straight to the other list member