Re: [Mailman-Users] [ NEVERMIND ] Undelivered Msgs

2001-04-26 Thread Ashley M. Kirchner
Steve Pirk wrote: > well? what was it? :-) Not mailman. :) AMK4 -- W | | I haven't lost my mind; it's backed up on tape somewhere. | ~ As

[Mailman-Users] [ NEVERMIND ] Undelivered Msgs

2001-04-26 Thread Ashley M. Kirchner
Figured it out. -- W | | I haven't lost my mind; it's backed up on tape somewhere. | ~ Ashley M. Kirchner . 303.442.

[Mailman-Users] Undelivered msgs?

2001-04-26 Thread Ashley M. Kirchner
For some unknown reason, mailman 2.0 started doing something rather weird today and I can't figure out why, nor how to fix it. It's been running fine for months, however today I received several messages with the subject of 'Undeliverable Mail', and it pastes almost the entire message in the

Re: [Mailman-Users] Search utility

2001-04-26 Thread J C Lawrence
On Thu, 26 Apr 2001 12:31:26 -0400 Donna Jackson <[EMAIL PROTECTED]> wrote: > Does mailman come with a search utility that has a web-interface. No. Common solutions are to bolt MNoGoSearch (was UdmSerch), HT::Dig, or Swish-E on the side. -- J C Lawrence

Re: [Mailman-Users] Search utility

2001-04-26 Thread Donna Jackson
Thanks for the reply. I'll investigate these other solutions. Donna Donna Jackson INVEST Data Coordinating Center Program Assistant Division of Biostatistics [EMAIL PROTECTED]University of Florida Voice: 352-392-763

Re: Re: [Mailman-Users] Customizing template

2001-04-26 Thread Ben Burnett
--- Original Copy --- >Subject: Re: [Mailman-Users] Customizing template >Date: 04/26/2001 11:26 AM >From: Ben Burnett<[EMAIL PROTECTED]> >To: [EMAIL PROTECTED], [EMAIL PROTECTED] >Reply-To: [EMAIL PROTECTED] >I just added two lines and changed two others. ok I lied. According to diff I

[Mailman-Users] one more time

2001-04-26 Thread WebMaster
Ok.. I got mailman installed just having archive problems. I have the following in my httpd.conf file Alias /pipermail/ "/home/mailman/archives/public/" Options FollowSymLinks Yes I still get the following msg The requested URL /pipermail/chatmatrix/ was not found on this server. -

[Mailman-Users] why is only admin getting messages

2001-04-26 Thread Kirk Wythers
Currently, new list members can sign on our list, but when a listmember tries to post a message to the list, only the administrator gets the message. The list is suppose to be moderated (i.e. "Must posts be approved by the administrator?" Yes). If a list member tries to post a message, the ad

[Mailman-Users] can't open file '/home/mailman/scripts/post'

2001-04-26 Thread Spades
Any idea how to fix this? > - The following addresses had permanent fatal errors - >"|/home/mailman/mail/wrapper post outing" > > - Transcript of session follows - >/usr/local/bin/python: can't open file '/home/mailman/scripts/post' >554 5.3.0 "|/home/mailman/mail/wrapper post

RE: [Mailman-Users] one more time

2001-04-26 Thread Matt Thoene
Just for verification, you do have... ScriptAlias /mailman/ /home/mailman/cgi-bin/ ..in httpd.conf as well right? -Matt ::-Original Message- ::From: [EMAIL PROTECTED] ::[mailto:[EMAIL PROTECTED]]On Behalf Of WebMaster ::Sent: Thursday, April 26, 2001 10:45 AM ::To: [EMAIL PROTECTED] ::

RE: [Mailman-Users] one more time

2001-04-26 Thread webmaster
Yes I have ScriptAlias /mailman/ "/home/mailman/cgi-bin/" AllowOeverride None Options ExecCGI Order allow,deny Allow from all At 10:45 AM 4/26/01 -0700, you wrote: >Just for verification, you do have... > >ScriptAlias /mailman/ /home/mailman/cgi-bin/ > >..in h

Re: [Mailman-Users] one more time

2001-04-26 Thread Steve Pirk
Looks ok to me... Have you restarted the webserver? (kill -HUP on the parent pid?). Also, try removing the "" from around the "real" dir in the alias: OLD: Alias /pipermail/ "/home/mailman/archives/public/" NEW: Alias /pipermail/ /home/mailman/archives/public/ Steve -- Steve Pirk [EMAIL PROTEC

Re: Re: [Mailman-Users] mailman question

2001-04-26 Thread Ben Burnett
--- Original Copy --- >Subject: Re: [Mailman-Users] mailman question >Date: 04/26/2001 9:02 AM >From: Harold Paulson <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] > >All those in favor of changing this error message to read something like: > > Mailman CGI error!!! > > Mailman was

Re: [Mailman-Users] Customizing template

2001-04-26 Thread Ben Burnett
--- Original Copy --- >Subject: [Mailman-Users] Customizing template >Date: 04/26/2001 11:35 AM >From: "adam.edgar" <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Does anyone here know a simple way to customize the general template for >mailman. I would like to add our site emblem (Alabama

[Mailman-Users] International version???

2001-04-26 Thread Franco Gaston
Hi!. We´ve been waiting for more that one year...Is there any chance that an International version of mailman be released? and We need to know an approximate release date, if there is any. TIA, -- Mailman-Users maillist - [EMAIL PROTECTED

[Mailman-Users] Customizing template

2001-04-26 Thread adam.edgar
Does anyone here know a simple way to customize the general template for mailman. I would like to add our site emblem (Alabama Public Radio) the seal and apache to the banners at the base (actually a line below them). So is there a template file or is this generated by python? (note I know very

[Mailman-Users] Search utility

2001-04-26 Thread Donna Jackson
Does mailman come with a search utility that has a web-interface. Thanks, Donna -- Donna Jackson INVEST Data Coordinating Center Program Assistant Division of Biostatistics [EMAIL PROTECTED] University of Florida

[Mailman-Users] Summary postfix mailman suse ...

2001-04-26 Thread Yogesh Bhanu
Hi, I fixed my problem .. I had to expcitly tell which SMTPHOST option in mm-cfg.py ... Are there any tools to convert majordomo archives to mailman archives ... Thanx for the resposes, yogesh -- Mailman-Users maillist - [EMAIL PROTE

Re: [Mailman-Users] Problems with member_posting_only setting....

2001-04-26 Thread Pug Bainter
Pug Bainter ([EMAIL PROTECTED]) said something that sounded like: > > attribute "member_post_only" ignored > > My new config input looks like: > > member_post_only = 1 Nevermind! I'm an idiot. It should be member_posting_only. Ciao, -- Pug Bainter|

Re: [Mailman-Users] Problems with member_posting_only setting....

2001-04-26 Thread Pug Bainter
> I am trying to use the config_list script to change things for > different mailing lists. Unfortunately one thing I can't seem to > change is member_post_only. It keeps telling me: > > attribute "member_post_only" ignored > > My new config input looks like: > > member_post_only = 1 >

Re: [Mailman-Users] mailman question

2001-04-26 Thread Harold Paulson
All those in favor of changing this error message to read something like: Mailman CGI error!!! Mailman was compiled to use GID 48, but the web server is running as GID 99. You must run ./configure again --with-cgi-gid=99, as described in the INSTALL document th

[Mailman-Users] qrunner -- question

2001-04-26 Thread Luis Lacayo
Gents/Ladies, we have a small problems, with qrunner, We have several users that insist on attaching 30M + attachments and this is causing qrunner to hang. has anybody seen this problem, any Ideas of where I can look or configure? Any comments or suggestions are welcomed. Thanks in advanc

Re: [Mailman-Users] The best way to search through the archives.

2001-04-26 Thread alex wetmore
On Thu, 26 Apr 2001, Panagiotis Malakoudis wrote: > A colleague of mine suggested that we add to all the mailing lists an > imap account as a member and then use third party web based software to > searchg through each mailbox. That sounds quite nice and you same all > the time and space that htdi

Re: [Mailman-Users] mailman question

2001-04-26 Thread Philippe Rodriguez
On Thu, 26 Apr 2001, PhotoScan and More wrote: > What if I use the RPM package though, is it the same? No, because you don't build mailman by yourself. You can run your web server (Apache, ...) using gid 48 For Apache : # grep group httpd.conf Group web and is /etc/group, number for web is 4

[Mailman-Users] problems with postfix mailman and suse linux Addendum

2001-04-26 Thread Yogesh Bhanu
Hi all, This is an addendum to my earlier posting ... I have put th post errors .. Apr 26 17:54:00 2001 (3742) post to bongo from [EMAIL PROTECTED], size=381, 1 failures Apr 26 17:54:01 2001 (3742) post to bongo from [EMAIL PROTECTED], size=151, 4 failures Apr 26 17:54:01 2001 (3742)

[Mailman-Users] mailman question

2001-04-26 Thread WebMaster
Ok.. This probably makes total sense, but yet I am unable to fix this. If it wanted 48 and got 99 ... why am i suppose to reconfig for 99?? Mailman CGI error!!! The expected gid of the Mailman CGI wrapper did not match the gid as set by the Web server. Failure to exec script. WANTED gid 48,

Re: [Mailman-Users] problems with postfix mailman and suse linux

2001-04-26 Thread Geert Altena
Quoting Yogesh Bhanu, <[EMAIL PROTECTED]>: > Hi all, > I have a peculiar problem I have setup suse 7.1 box to > be our mailing list server I am using postfix to send and recieve mail. > > Now Iam able to send mails from the list but when I try replying > It doesnot work looks like the ma

Re: [Mailman-Users] mailman question

2001-04-26 Thread Philippe Rodriguez
Use ./configure --with-cgi-gid=99 when configuring mailman ... Phil ;)) On Thu, 26 Apr 2001, WebMaster wrote: > Ok.. This probably makes total sense, but yet I am unable to fix this. > > If it wanted 48 and got 99 ... why am i suppose to reconfig for 99?? > > > > Mailman CGI error!!! > > The

Re: [Mailman-Users] Problems With Users in Other Domain

2001-04-26 Thread Tercio Eulalio de A. Fonseca
Hi Mrs Murrain, Michelle Murrain wrote: > > > - The person outside my domain receive a error message that there > > isn't a mailbox called [EMAIL PROTECTED] > This is the address sent by the e-mail program: [EMAIL PROTECTED] > > I am using qmail with virtual domain to the mailman

[Mailman-Users] problems with postfix mailman and suse linux

2001-04-26 Thread Yogesh Bhanu
Hi all, I have a peculiar problem I have setup suse 7.1 box to be our mailing list server I am using postfix to send and recieve mail. Now Iam able to send mails from the list but when I try replying It doesnot work looks like the mail goes into a bit bucket any pointers but when I tr

[Mailman-Users] (no subject)

2001-04-26 Thread Mike Oliver
I want to get E mails in various cities, how do I get to your lists? Give me the proper nescape to enter. Thank you very much. -- Mailman-Users maillist - [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users

Re: [Mailman-Users] Problems With Users in Other Domain

2001-04-26 Thread Michelle Murrain
On Thursday 26 April 2001 07:25 am, Tercio Eulalio de A. Fonseca wrote: > Hi All, > > I am new with mailman too and I am having the following problem: > > - I created a list called EXAMPLE in lists.mydomain.com.br with 6 > members, 5 of them in my own domain and other in otherdomain.com.br

Re: [Mailman-Users] help installing Mailman

2001-04-26 Thread Michelle Murrain
On Thursday 26 April 2001 05:05 am, Becky Wilson wrote: > Where might I find someone to walk me through the set up of the program? > I've read all the instructions and read me files, but I'm still lost. I > didn't realize it was going to *this* difficult! Thank you for your time. Well, first of

[Mailman-Users] Problems With Users in Other Domain

2001-04-26 Thread Tercio Eulalio de A. Fonseca
Hi All, I am new with mailman too and I am having the following problem: - I created a list called EXAMPLE in lists.mydomain.com.br with 6 members, 5 of them in my own domain and other in otherdomain.com.br. - The person outside my domain receive a error message that there isn't a m

[Mailman-Users] help installing Mailman

2001-04-26 Thread Becky Wilson
Where might I find someone to walk me through the set up of the program? I've read all the instructions and read me files, but I'm still lost. I didn't realize it was going to *this* difficult! Thank you for your time. -- Becky -- Mailman-Use