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
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.
>
>##
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
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
>
>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
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
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
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 -