Re: [Mailman-Users] What does this error mean?

2001-05-15 Thread Ian White
that the SMTPHOST listed there exists. If not, redefine it in your mm_cfg.py Ian ------- Ian White email: [EMAIL PROTECTED] -- Mailman-Users maillist - [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users

Re: [Mailman-Users] big lists, big messages

2001-05-12 Thread Ian White
On Sat, 12 May 2001, Chuq Von Rospach wrote: > I ran lists larger than that on majordomo. You can run them on mailman, > also, but with 2.0, you need to set things up properly -- out of the box, > you may well have some problems with mailman and lists of that size. The two > issues are the single

Re: [Mailman-Users] newlist don't make aliases

2001-05-12 Thread Ian White
Try the -o option for newlist. -o file --output=file Append the alias setting recommendations to file, in addition to printing them to standard output. Change file to whatever your aliases file is. Of course the user running newlist needs permission to edit that file. I