Re: [Mailman-Users] subscribers dont get mail

2002-04-12 Thread Jon Carnes
Install the crontab entries. If they are installed, make sure that cron is running. If cron is running, look in the crontab for the exact syntax on running "qrunner" and run it by hand. Report any errors you have, along with the version of Mailman you are running, and any relevant log entrie

Re: [Mailman-Users] list statistics

2002-04-12 Thread Jon Carnes
> > Now run the file once to test it: > > /usr/local/sbin/mm_stats > > bash: /usr/local/sbin/mm_stats: bad interpreter: No such file or directory > > > You should see no output, and after a few seconds a prompt will come > > back. > > What do i wrong? > > Danny Terweij. You my friend do not h

Re: [Mailman-Users] Force /mailman/admin to use SSL ?

2002-04-12 Thread J C Lawrence
On Fri, 12 Apr 2002 21:17:56 -0400 Mark Moshe Kaye <[EMAIL PROTECTED]> wrote: > Hi all, I have enabled SSL on my web site and I would like to know how > i can cause anyone that accesses http://www.xxx.com/mailman/admin/ to > default to the SSL enabled page (https://www.xxx.com/mailman/admin/) ?

Re: [Mailman-Users] Force /mailman/admin to use SSL ?

2002-04-12 Thread J C Lawrence
On Fri, 12 Apr 2002 21:17:56 -0400 Mark Moshe Kaye <[EMAIL PROTECTED]> wrote: > Hi all, I have enabled SSL on my web site and I would like to know how > i can cause anyone that accesses http://www.xxx.com/mailman/admin/ to > default to the SSL enabled page (https://www.xxx.com/mailman/admin/) ?

Re: [Mailman-Users] Re: Force /mailman/admin to use SSL ?

2002-04-12 Thread Mark Moshe Kaye
Will, Thanks. I figured it out by creating some apache rules in httpd.conf Please email me @ [EMAIL PROTECTED] if you also need this solution as it is off topic. Have a good weekend, Moshe On 12 Apr 2002 at 18:23, Will Yardley wrote: > this is more a webserver configuration issue than a mai

[Mailman-Users] Re: Force /mailman/admin to use SSL ?

2002-04-12 Thread Will Yardley
Mark Moshe Kaye wrote: > > I have enabled SSL on my web site and I would like to know how i can > cause anyone that accesses http://www.xxx.com/mailman/admin/ to > default to the SSL enabled page (https://www.xxx.com/mailman/admin/) ? this is more a webserver configuration issue than a mailman i

[Mailman-Users] Force /mailman/admin to use SSL ?

2002-04-12 Thread Mark Moshe Kaye
Hi all, I have enabled SSL on my web site and I would like to know how i can cause anyone that accesses http://www.xxx.com/mailman/admin/ to default to the SSL enabled page (https://www.xxx.com/mailman/admin/) ? Thanks, Moshe -- Mailman-

[Mailman-Users] qmail+vpopmail+mailman = non-working mailing list solution

2002-04-12 Thread Ajai Khattri
Has anybody here used mailman with qmail+vpopmail? Im wondering how I do I set up the aliases in vpopmail such that mailman scripts process incoming messages for the mailing list addresses? -- Aj. Systems Admin. / Web Developer -- Mailman-Us

[Mailman-Users] subscribers dont get mail

2002-04-12 Thread pilsl
after installing mailman I created a testlist. Configuring via web works just fine and I added my self as first user. I also can send a mail and my maillog tells me that the mail was delivered to the wrapper and .. nothing more. I dont receive the mail and it even seems that the mail isnt process

Re: [Mailman-Users] list statistics

2002-04-12 Thread Danny Terweij
From: "Jon Carnes" <[EMAIL PROTECTED]> Did cut an paste the script. Did modify some paths (Mine was already installed at /var/mailman (RH7.2)) > Next make the new file executable: > chmod a+x /usr/local/sbin/mm_stats Done. > Now run the file once to test it: > /usr/local/sbin/mm_stats ba

Re: [Mailman-Users] Read-Only lists with some specialization..

2002-04-12 Thread Jon Carnes
At one clients, I do this for their corporate lists. They add users using a script (which If they would pay me, I would make into a web-app). The script modifies a text file which is then synced to the Mailman list hourly. "Sync_members" is one of the commands in ~mailman/bin/.. So why use

Re: [Mailman-Users] list statistics

2002-04-12 Thread Jon Carnes
Login as root or mailman on your local server Take the latest script and cut and paste it into a file in /usr/local/sbin/.. I called my file "mm_stats". The latest script is in an earlier email to the list. Next make the new file executable: chmod a+x /usr/local/sbin/mm_stats Now run the f

Re: [Mailman-Users] Read-Only lists with some specialization..

2002-04-12 Thread John W Baxter
At 10:07 -0700 4/12/2002, J C Lawrence wrote: >On Fri, 12 Apr 2002 11:26:32 -0500 >Paul Croft <[EMAIL PROTECTED]> wrote: > >> I would hope that this is NOT available and is NEVER made available! >> The option to unsubscribe should always be there for the >> subscriberno matter what the list ow

Re: [Mailman-Users] list statistics - sent to list admins

2002-04-12 Thread Jon Carnes
Alright so I modified it right away. I forgot that originally they wanted to mail off the stats to each list admin... This script lists out certain stats for each list and sends those stats to each list admin (and the mailman user). === begin script: mm_stats === #! /bin/bash # Run monthly sta

Re: [Mailman-Users] list statistics

2002-04-12 Thread Jon Carnes
Here is the final list stats script. If you use this script as is, then you should run the script just before rotating your Mailman log files. If you want to run it right after rotating your log files, and your log files rotate by adding a .1 to the end of post (so the rotated file would be "

Re: [Mailman-Users] Cannot create public archive links

2002-04-12 Thread Robert Love
Alex, The files should be owned by mailman from your $Prefix (/usr/local/mailman) directory run. bin/check_perms -f This will list any permission problems you may have. Robert Love - Original Message - From: "Alex Chavez" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, Ap

[Mailman-Users] Cannot create public archive links

2002-04-12 Thread Alex Chavez
After an ordeal reinstalling Python mailman has not listed any new archives. I traced it down to the fact that the links to mailman/archived/private do not exist in the public directory. So I went in and toggled that option in the admin area. The links do not get created and I get this error:

Re: [Mailman-Users] Read-Only lists with some specialization..

2002-04-12 Thread Matt Lavergne
Yes, But you must remember that for some setups Ie: the setup I am currently working on where we use the list as a notification tool for changed and updates to corpret hosting and access solutions. Matt Lavergne Tech Support Interlynx Internet 905-524-5969 x229 1-888-658-5969 x229 - Original

Re: [Mailman-Users] Read-Only lists with some specialization..

2002-04-12 Thread J C Lawrence
On Fri, 12 Apr 2002 11:26:32 -0500 Paul Croft <[EMAIL PROTECTED]> wrote: > I would hope that this is NOT available and is NEVER made available! > The option to unsubscribe should always be there for the > subscriberno matter what the list owner may think! Captive audience lists are needed/r

Re: [Mailman-Users] Read-Only lists with some specialization..

2002-04-12 Thread Paul Croft
I would hope that this is NOT available and is NEVER made available! The option to unsubscribe should always be there for the subscriberno matter what the list owner may think! JMHO Paul At 10:29 AM 12/04/02, ajit k jena wrote: >Hi, > >I have been successful in creating read-only lists

Re: [Mailman-Users] Email access to archives, MIME troubles

2002-04-12 Thread J C Lawrence
On Fri, 12 Apr 2002 09:19:09 -0500 Arlen P Walker <[EMAIL PROTECTED]> wrote: > The list I have set up includes attachments (usually PDF files and > binary database files) and when downloaded via the web link on the > archives page, they come out as a text stream with the MIME-encoded > attachmen

Re: [Mailman-Users] Whay are all my messages sitting in the qfiles dir??

2002-04-12 Thread J C Lawrence
On Wed, 10 Apr 2002 12:33:48 -0400 Rob Morin <[EMAIL PROTECTED]> wrote: > Hello... all my messages sent to the list I have are sitting in the > ~mailman/qfiles dir? Why is this? You haven't installed the necessary cronjobs. -- J C Lawrence -(*)Satan, o

Re: [Mailman-Users] GID Problem???

2002-04-12 Thread J C Lawrence
On Thu, 11 Apr 2002 13:16:56 -0500 kroc <[EMAIL PROTECTED]> wrote: >- The following addresses had permanent fatal errors - > "|/var/lib/apache/htdocs/ashes-to-ashes.org/mailman/mail/wrapper post > list" (reason: 2) (expanded from: <[EMAIL PROTECTED]>) >- Transcript of sessi

Re: [Mailman-Users] Adding bulk members & passwords

2002-04-12 Thread J C Lawrence
On Wed, 10 Apr 2002 20:19:03 -0400 Infostat Staff <[EMAIL PROTECTED]> wrote: > I just moved my mailing list to Mailman and have several hundred > members without passwords. I added these members in bulk. They have automatically generated random passwords. They can request a copy of their pas

Re: [Mailman-Users] changing datas in config.db

2002-04-12 Thread Anna Fong
Jonas, Francois has a list called 'detente' and before I really looked closely at the script I threw that in there. In Francois' case and mine, the script would work better if we removed the `do' loop as we are only trying to update one list, not the entire group of lists in ~/lists/ So the scri

[Mailman-Users] (no subject)

2002-04-12 Thread Alex Chavez
After an ordeal reinstalling Python mailman has not listed any new archives. I traced it down to the fact that the links to mailman/archived/private do not exist in the public directory. So I went in and toggled that option in the admin area. The links do not get created and I get this error:

[Mailman-Users] MIME Encoding in Digest

2002-04-12 Thread Robert Love
I can not find a way to make mime messages in the digest apear as plain text like the other messages.   Is there a way?  Also does anyone know if MonArch handles this if Mailman does not?   Looking at sourceforge it looks like this might be a upcomming feature of 2.1 is this correct?   Thanks

[Mailman-Users] Read-Only lists with some specialization..

2002-04-12 Thread ajit k jena
Hi, I have been successful in creating read-only lists by using the privacy options. However, I noticed that from such lists the listmembers can unsubscribe thru the web interface. Can I somehow change this option so that members can not leave (captive audience ??) on their own ? Thanks for yo

[Mailman-Users] Regards site email and title in 2.1b1

2002-04-12 Thread Henrik Larsson
On the main listinfo page there is a line like this: Send questions or comments to [EMAIL PROTECTED] I know that i can change the part before the "@", but the part after is defined by the url the user enters the site. Is there a way to change this to [EMAIL PROTECTED], even if the user enters t

[Mailman-Users] Email access to archives, MIME troubles

2002-04-12 Thread Arlen . P . Walker
The list I have set up includes attachments (usually PDF files and binary database files) and when downloaded via the web link on the archives page, they come out as a text stream with the MIME-encoded attachments within it. Is there a way to allow access to the attachments via the web interface

Re: [Mailman-Users] newsletter-list

2002-04-12 Thread Detlef Neubauer
[EMAIL PROTECTED] writes: > I'd like to set up a mailinglist where only the list-owner can send > messages. It should merely be kind of a "newsletter". Can this be done > easily with mailman or is there much better software to do this ? Yes you can. Take a look at the Privacy Options site. Mi

Re: [Mailman-Users] Help please, user unknown error!

2002-04-12 Thread Detlef Neubauer
"manoj" <[EMAIL PROTECTED]> writes: [...] > When I am hitting reply to this mail, I am getting this error: > > The original message was received at Thu, 4 Apr 2002 11:09:04 -0800 (PST) > from manoj.crc.ricoh.com [192.20.11.142] > >- The following addresses had permanent fatal errors -

Re: [Mailman-Users] Password Help

2002-04-12 Thread Richard Barrett
At 17:42 12/04/2002 +0530, Krishna Rao SN wrote: >After changing the List Administrator password from the general page, now >I can login with both old as well as new password. > >If I change the password using mmsitepass command, it works only with new >password. > >Any comment? >--Krishna And

[Mailman-Users] How to localize in a shared server environment?

2002-04-12 Thread Erich Schreiber
I'm on a shared server with no root access where the provider has set up Mailman 2.0.8 for use with CPANEL 4.0. I have created a read-only newsletter-type mailing list in this configuration and want now to localize all the pages, default mails and messages with direct user relevance (confirmation

Re: [Mailman-Users] changing datas in config.db

2002-04-12 Thread FranH
Works fine (with many console messages :-). Thanks a lot Anna. But my problem steel there :-| I don't see the list detente in the web listinfo uri :-| François On Thu, 11 Apr 2002 10:24:41 -0700 Anna Fong <[EMAIL PROTECTED]> wrote: > François, > > > Try this from > > http://mail

Re: [Mailman-Users] DEFAULT_URL, DEFAULT_HOSTNAME

2002-04-12 Thread Richard Barrett
At 15:43 11/04/2002 -0500, Jason Signalness wrote: >I have a problem. Some of the email being sent out by mailman (password >reminders, etc.) are coming from an incorrect DEFAULT_URL. > >For example, mail has a "from" field of dsl1234.bti.com, which is >outdated. It should be set to cyclend.o