Re: [Mailman-Users] Summary, whats next?

2002-04-30 Thread Alan L. Waller
Set up a caching DNS server on the Mailman server, this is installed by default in RH7.2 just start it by /etc/rc.d/init.d/named start These are the final value I found via many hours of testing to get the max performance out of my server with 550 lists and about 400,000 users This is found i

Re: [Mailman-Users] RedHat7.2 Sendmail HELP!!

2002-03-14 Thread Alan L. Waller
Sendmail has some security features turned on in the RH install. Check DontBlameSendmail directive in sendmail.cf At 05:48 PM 3/13/2002 -0800, David wrote: >Hello All, > I installed Mailman 2.0.8 on my RedHat7.2 and Sendmail. I made a > test list add the output to /etc/aliases. > >##

Re: [Mailman-Users] Mailman can't handle MIME: Content-transfer-encoding: quoted-printable?

2002-03-14 Thread Alan L. Waller
That sounds very much like a problem I just corrected. The receiving end was behind a Cisco PIX firewall and a bug in the PIX causes this. Search Google groups for sendmail + multiple +pix for the complete story. Al At 04:40 PM 3/13/2002 -0500, James Madill wrote: >Users of one of m

Re: [Mailman-Users] My net is going down ... I need urgent help!!!

2002-03-01 Thread Alan L. Waller
Paul, I'll host it for you. Regards, Al At 02:06 PM 3/1/2002 -0600, Paul L. Schumacher wrote: >The University is shutting down our network for several days to upgrade. > >I have a list for birdwatchers which is 24/7 ... and is very important to >the members. > >If you are willing to host thi

Re: [Mailman-Users] seeking possible new tool

2002-02-26 Thread Alan L. Waller
> >Is there a script equivalent of list_members that one could use >to print out the real addresses of all the current list admins? #!/bin/sh cd /var/mailman/lists for LIST in `ls`; do echo -n $LIST ../bin/config_list -o - $LIST | grep "owner =" | cut -f2 -d= done

Re: [Mailman-Users] mailman 2.0.8 problems

2002-02-25 Thread Alan L. Waller
At 09:05 AM 2/25/2002 -0600, Thomas Hillson wrote: >These lists vary from 10 users to 150 and there are not dead addresses as >they have been running for over 6 months clean, then the problem crops up >where the qrunner justs starts messing up. I have over 100 lists on my >servers and only abou

Re: [Mailman-Users] stripmime and aliases **SOLVED**

2002-02-22 Thread Alan L. Waller
That's interesting as I run RH7.2 and it works as advertised on the stripmime web site Al >1. Create a small script in /etc/smrsh (e.g. call it >"/etc/smrsh/strip" or whatever): > >#!/bin/bash >/usr/local/bin/stripmime.pl | /home/mailman/mail/wrapper "$@" > > 2. C

Re: [Mailman-Users] Enforcing ASCII in a list

2002-02-12 Thread Alan L. Waller
Content-Type: .*multipart Content-Type: .*mixed Content-Type: .*rich >I want to look at your solution, but in the meantime, what could be placed >in the "Hold posts with" area to stop HTML and attachments?? -- Mailman-Users maillist -