I run a list with ~200 recipients that sees about 80-100 posts per day.
It's running 2.1.5 on Solaris 8 (pretty well patched) on a SunBlade 100
with plenty of memory and disk. On a pretty regular basis, I see
messages take a long time to make it through the Mailman queue. Today's
example was for
Is this supported in 2.1.2 ...?
I'm trying to have two separate installations on the same machine, and I
need one of them to have a different name so that Sendmail's smrsh
doesn't get confused ... can I just change the name of the binary from
mailman to something else?
/jordan
-
I'm upgrading from 2.0.13 to 2.1.2 and I followed all the directions and
when I sent my first message, I got this:
>- Transcript of session follows -
> Group mismatch error. Mailman expected the mail
> wrapper script to be executed as group "mailman", but
> the system's mail server ex
> We need a command line script alternative to the web
> page radio buttons, and we are willing to pay for it!
Here's what I did: in Mailman/Cgi/admindb.py, there's some code that
looks like this:
buttons.AddRow(map(lambda x, s=' '*5: s+x+s,
('Defer', 'Approve', 'Reject
I noticed that dumpdb on a list config file gives
> 'filter_prog': '',
I also noticed that Defaults.py has this:
> DEFAULT_FILTER_PROG = ''# Currently not used!
But ...
MailList.py has this bit of code:
> self.filter_prog = mm_cfg.DEFAULT_FILTER_PROG
... and scripts/p