[Mailman-Users] hello all

2001-11-18 Thread Manoj Tyagi

HELLO ALL

__
Do You Yahoo!?
Find the one for you at Yahoo! Personals
http://personals.yahoo.com

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



[Mailman-Users] hello all

2001-11-18 Thread Manoj Tyagi

HELLO ALL

__
Do You Yahoo!?
Find the one for you at Yahoo! Personals
http://personals.yahoo.com

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



Re: [Mailman-Users] Gathering User Info

2001-11-18 Thread Jon Carnes

On Monday 19 November 2001 00:44, ISE wrote:
> Jon Carnes,
>
> Thanks for the reply.  I searched through the list (with google and
> python search) but unfortunately could not dig up the post in question. 
> Would you still have a copy hanging around?  If so, I would appreciate it
> if you could email me it.
>
> Thank you,
>
> Michael
>
> -Original Message-
> From: Jon Carnes [mailto:[EMAIL PROTECTED]]
> Sent: November 19, 2001 12:29 AM
> To: ISE; [EMAIL PROTECTED]
> Subject: Re: [Mailman-Users] Gathering User Info
>
>
> I've done it before.  Search the archives for my write up on it.
> If you have trouble with it, let me know,
>
> Jon Carnes

Since it is such a long email, I sent it separately (off list).  The date 
to look up in the archive is Oct 8, 2001.

Jon Carnes

Please let me know if you have any questions or comments.

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



[Mailman-Users] RE: multiple list sign up form for mailman

2001-11-18 Thread Bob [EMAIL PROTECTED]

> I am looking for some assistance on finding a web-based script/form for 
> Mailman that allows the user to sign up for multiple lists 
> simultaneously. I have seen this done with Lyris and Majordomo 
> but not with Mailman.

Try something like this:

1. You have a form in a html page to get the email address.
2. It posts to a CGI script that puts the email address in appropriate subscribe 
messages that get sent to mailman.  You may need to generate a separate email per 
message - haven't tested this to see
if you can just use multiple lines.

Another way is to use cron jobs running as mailman to check for the presence of a text 
file that your CGI creates with the email address, then run add_member.  The 
disadvantage to this method is there
is no verification.

Bob

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



RE: [Mailman-Users] Gathering User Info

2001-11-18 Thread ISE

Jon Carnes,

Thanks for the reply.  I searched through the list (with google and python
search) but unfortunately could not dig up the post in question.  Would you
still have a copy hanging around?  If so, I would appreciate it if you could
email me it.

Thank you,

Michael

-Original Message-
From: Jon Carnes [mailto:[EMAIL PROTECTED]]
Sent: November 19, 2001 12:29 AM
To: ISE; [EMAIL PROTECTED]
Subject: Re: [Mailman-Users] Gathering User Info


I've done it before.  Search the archives for my write up on it.
If you have trouble with it, let me know,

Jon Carnes

On Sunday 18 November 2001 21:44, ISE wrote:
> Hello,
>
> I am interested in synchronizing a .htpassword file (or something
> similar) with a Mailman list.  Is this possible?  I can't figure out
> where this info is stored on the server, or how to access it.  Any ideas
> would be greatly appreciated.
>
> Thank you,
>
> Michael Caplan
> Institute for Social Ecology
> http://www.social-ecology.org/
>
> 1118 Maple Hill Road
> Plainfield, VT, 05667 USA
>
> Tel.: 1 (514) 421-3515
> General Tel. / Fax.: 1 (802) 454-8493
>
>
> --
> Mailman-Users maillist  -  [EMAIL PROTECTED]
> http://mail.python.org/mailman/listinfo/mailman-users


--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



Re: [Mailman-Users] RE: multiple list sign up form for mailman

2001-11-18 Thread Jon Carnes

Hans, I actually book-marked your earlier email, and I'm thinking about 
mucking around with the code to add that functionality to MM.  I don't 
think anyone has done it yet, and I don't think that particular 
functionality is slated for the next release, so it would be a fun project.

The only real advice I have to offer is that Mailman is Opensource, so have 
at it. 

Jon Carnes

On Sunday 18 November 2001 23:34, Hans Lombardo wrote:
> Earlier I sent this message with little response. Can anyone give me
> advice?
>
> > -Original Message-
> > From: Hans Lombardo [mailto:[EMAIL PROTECTED]]
> > Sent: Friday, November 16, 2001 11:34 AM
> > To: [EMAIL PROTECTED]
> > Subject: multiple list sign up form for mailman
> >
> >
> > Hi,
> >
> > I am looking for some assistance on finding a web-based script/form for
> > Mailman that allows the user to sign up for multiple lists
> > simultaneously. I have seen this done with Lyris and Majordomo
> > but not with Mailman.
> >
> > Some examples of Lyris oriented sign up forms are here
> > http://www.xianzai.com/ and  http://www.xianzai.com/optin.htm and
> > http://www.webreference.com/signupform.html.
> >
> > One issue is what to do with with the password function in
> > Mailman. Can this be eliminated? or Is there a form that will
> > allow a user to input one password for all lists that they sign up to?
> >
> > Thank you in advance for any assistance... Hans
> >
> > Hans Lombardo
> > Managing Director
> > Knowledge Convergence Limited
> > +852 96881719
> > [EMAIL PROTECTED]
>
> --
> Mailman-Users maillist  -  [EMAIL PROTECTED]
> http://mail.python.org/mailman/listinfo/mailman-users

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



Re: [Mailman-Users] CGI-wrapper

2001-11-18 Thread Jon Carnes

Check your /etc/group file to see if "nogroup" is defined as a group.  I'll 
wager a few quatlus that it isn't.

Jon Carnes

On Thursday 15 November 2001 05:54, Dieball, Andre wrote:
> Hi
>
> I get the following error message when trying to ./configure:
>
> ---cut---
> checking for CGI wrapper GID...
> configure: error:
> * No existing group found for the cgi_wrapper program.
> * This is the group that your Web server runs CGI scripts under.
> * You might want to specify an existing group with the
> * --with-cgi-gid configure option.  Please see your Web server's
> * documentation, and the INSTALL file for details
> ---cut-
>
> my httpd.conf is configured like the following:
>
> ---cut---
> User wwwrun
> Group nogroup
> ---cut---
>
> so I tried ./configure with -with-cgi-gid nogroup
> Unfortunately without any result, still the same error message.
>
> System is: SuSE 7.2 with mailman installed from tar.gz (not rpm)
>
> Any help is appreciated.
>
> Thank you very much in advance.
>
>
> Mit freundlichen Grüßen
> Kind Regards
>
> Andre Dieball


Content-Type: text/html; charset="iso-8859-1"; name="Attachment: 1"
Content-Transfer-Encoding: quoted-printable
Content-Description: 


--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



Re: [Mailman-Users] Gathering User Info

2001-11-18 Thread Jon Carnes

I've done it before.  Search the archives for my write up on it.
If you have trouble with it, let me know,

Jon Carnes

On Sunday 18 November 2001 21:44, ISE wrote:
> Hello,
>
> I am interested in synchronizing a .htpassword file (or something
> similar) with a Mailman list.  Is this possible?  I can't figure out
> where this info is stored on the server, or how to access it.  Any ideas
> would be greatly appreciated.
>
> Thank you,
>
> Michael Caplan
> Institute for Social Ecology
> http://www.social-ecology.org/
>
> 1118 Maple Hill Road
> Plainfield, VT, 05667 USA
>
> Tel.: 1 (514) 421-3515
> General Tel. / Fax.: 1 (802) 454-8493
>
>
> --
> Mailman-Users maillist  -  [EMAIL PROTECTED]
> http://mail.python.org/mailman/listinfo/mailman-users

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



[Mailman-Users] RE: multiple list sign up form for mailman

2001-11-18 Thread Hans Lombardo

Earlier I sent this message with little response. Can anyone give me advice?

> -Original Message-
> From: Hans Lombardo [mailto:[EMAIL PROTECTED]]
> Sent: Friday, November 16, 2001 11:34 AM
> To: [EMAIL PROTECTED]
> Subject: multiple list sign up form for mailman
> 
> 
> Hi,
> 
> I am looking for some assistance on finding a web-based script/form for 
> Mailman that allows the user to sign up for multiple lists 
> simultaneously. I have seen this done with Lyris and Majordomo 
> but not with Mailman.
> 
> Some examples of Lyris oriented sign up forms are here 
> http://www.xianzai.com/ and  http://www.xianzai.com/optin.htm and 
> http://www.webreference.com/signupform.html.
> 
> One issue is what to do with with the password function in 
> Mailman. Can this be eliminated? or Is there a form that will 
> allow a user to input one password for all lists that they sign up to?
> 
> Thank you in advance for any assistance... Hans
> 
> Hans Lombardo
> Managing Director
> Knowledge Convergence Limited
> +852 96881719
> [EMAIL PROTECTED]

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



Re: [Mailman-Users] Unsubscribe not working - again

2001-11-18 Thread eduguay

Thanks,

I've founf MY problem, nothing to do with this really cool mailing list software (way 
easier to setup than Majordomo): I had a generic alias for my virtualusers that was 
intercepting commands for the mailman aliases, therefore the list was not receiving 
the commands.

My apologies.


At 08:12 PM 11/16/2001 -0500, Jon Carnes wrote:
>The email has to be sent to -request@ 
>You fill in the  and the  with the appriopriate 
>values.
>
>The Subject of the email should be the unsubscribe statement.
>
>Jon Carnes
>
>>
>> The proper format for unsubscribe would be:
>>   unsubscribe mypassword [EMAIL PROTECTED]
>>
>> Include your password with the request.  You should also be able to
>> unsubscribe using the listinfo web page.
>>
>> Jon Carnes
>>
>
>--
>Mailman-Users maillist  -  [EMAIL PROTECTED]
>http://mail.python.org/mailman/listinfo/mailman-users

 / /  (_)__  __   __
/ /__/ / _ \/ // /\ \/ /  
   //_/_//_/\_,_/ /_/\_\ 

 * * * CHOICE OF A GNU GENERATION * * *
... 
Etienne R. Duguay
Author of/ Auteur de "Se lancer en affaires dans Internet"
ISBN 2-89521-001-2; ISBN 2-89472-062-9
SOLUTIONS PUZZLE SOLUTIONS INC.,
630 Cathcart St. Suite 115
Montreal, Qc. H3B 1L9
CANADA Tel.: (514) 998-7658
-
PGP Key fingerprints =  0D 35 74 3A 31 CD B3 5C  D3 BA E5 49 F2 7C FD 9C 
PGP Public key at: http://www.puzzlesol.com/pgpkey.txt 
or finger [EMAIL PROTECTED]

"The best way to predict the future is to invent it" Alan Kay
"They that give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety."
— Benjamin Franklin
..


--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



[Mailman-Users] New install - Permission denied error

2001-11-18 Thread Fleetwood, Cassandra (AZ75)

After installing mailman I receive the following message, one per minute.

Traceback (most recent call last):
  File "/home/mailman/cron/qrunner", line 275, in ?
lock.lock(timeout=0.5)
  File "/home/mailman/Mailman/LockFile.py", line 219, in lock
self.__write()
  File "/home/mailman/Mailman/LockFile.py", line 350, in __write
fp = open(self.__tmpfname, 'w')
IOError: [Errno 13] Permission denied:
'/home/mailman/locks/qrunner.lock.incose.propagation.net.6397'
Exception exceptions.OSError:  in
 ignored
---

Configure was run as follows:
./configure --with-mail-gid=mail --with-cgi-gid=nobody
---

Permissions on mailman install directory:
drwxrwsr-x  18 mailman  mailman  1024 Nov 17 23:29 mailman/
---

I have followed the install instructions (multiple times), and can't find
the problem.
>From my search of the mail-users archives, I thought the issue might be the
settings for --with-mail-gid and/or --with-cgi-gid, but I don't see a
problem with these. I'm new to Linux and mailman, so I could be wrong.
I appreciate any help.
 
Cassandra.


--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



RE: [Mailman-Users] Configuration problem

2001-11-18 Thread Larry Chuon

I triple checked already.  I did have cron setup as mailman.  I deleted it
and redo it again.  When I type crontab -l, it shows the mailman job.

Below is what it shows in /var/log/maillog:
Nov 15 10:18:06 www sendmail[1459]: fAFFI6d01459:
from=<[EMAIL PROTECTED]>,
size=475, class=0, nrcpts=1,
msgid=<86713EAB93BD5F40B94A0C8E604C7C913F7C7C@index
-exchange.indexstock.com>, proto=ESMTP, daemon=MTA, relay=[209.130.207.33]
Nov 15 10:18:07 www sendmail[1460]: fAFFI6d01459:
to="|/usr/local/mailman/mail/w
rapper post news", ctladdr=<[EMAIL PROTECTED]> (8/0), delay=00:00:01,
xdelay=00
:00:00, mailer=prog, pri=30017, dsn=2.0.0, stat=Sent

Where else can I check for status?

Thanks in advance folks.

Larry

-Original Message-
From: Jon Carnes [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 14, 2001 11:18 PM
To: Larry Chuon; [EMAIL PROTECTED]
Subject: Re: [Mailman-Users] Configuration problem


cron?

>
> 1. First, I subscribe to the list from the web. Then, I receive a
> confirmation email.  When I reply, nothing happens.  My subscribe log
> shows a pending.
> 2. I try to send a test email to the list.  Nothing happen either.  Then,
> I did a little test.  I added myself to the list via admin tool.  After I
> I receive a welcome message.  Follow that, I send another test email. 
> Nothing happens again.
>

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



[Mailman-Users] Question about the filessizelimit

2001-11-18 Thread Stefan Zeidler

Hi there,

I told mailman, that the maximum length of an attachment should be "0" (no 
limit). But mailman holds mail with an attachment and gave me an error 
"messagebody too long". How can I avoid this?

Thank you so much!

Mit freundlichen Grüßen,

Stefan Zeidler.
--
CIP-Pool des Juristischen Seminars
Georg-August-Universität Göttingen
Platz der Göttinger Sieben 6
37073 Göttingen
Ruf: +49/551/39-12408 oder -4411
Fax: +49/551/39-4872
eMail: [EMAIL PROTECTED]
--


--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



[Mailman-Users] Pipermail access denied

2001-11-18 Thread Dieball, Andre

Hi

When I try to access the archives of a mailing list, I always get a "access
denied" :-(

My file permissions look like this:

2312417 drwxrwsr-x4 mailman  mailman  4096 Nov 15 19:46 test
 359262 drwxrwsr-x2 mailman  mailman  4096 Nov 15 19:46 test.mbox

so, where is the problem?

Any help is appreciated.

Thanks in advance.

Mit freundlichen Grüßen

Kind Regards 

Andre Dieball


--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



[Mailman-Users] REPLY field in mailinglists

2001-11-18 Thread Jens Noack

Hallo, 

i'm a member of the sourceforge community and try to manage a project (wiesel) there. 
I've read its possible to 
set the REPLY-field of an e-mail posted to a mailinglist to list-name (wiesel-mail) 
but leave the FROM-field as 
it is (sender of the mail). My problem is, i cant find the field in my admin-window 
(general options) to set 
this option. At the moment i use the hide-sender option but its not what i want.

Maybe you could help me (i'm sure).
Thank you,

Jens.


-
Jens Noack  
Gaertner Electronic Design GmbH
Messtechnik & Systementwicklung
Tel: 0335/5572050  Fax: 0335/5572055
-



--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



Re: [Mailman-Users] Pros Only: Archive problem with 2.0.7

2001-11-18 Thread Oliver Egginger

1. Please post questions like this to 
[EMAIL PROTECTED]

2. We are running MM 2.0.7 too.
I can't see any difficulties with the archives and using the
default setting (Archive_to_Mbox=2).

- oliver


> I am trying to get the archive html page to work, however the reason it
> doesn't work is because it is looking for the raw html file.
>
> Inside the Defaults it is set at:
> Archive_to_Mbox=2
>
> which is archiving both Mbox and html archiving. Is this a bug, or do I not
> have something setup correctly?



--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



[Mailman-Users] 2.0.7 installation problems

2001-11-18 Thread Forrest Aldrich

I've followed the installation directions and when  go to create a new 
list, I get errors on the web page saying it can't find the 
directories.   They are, in fact there, but "newlist" is doing this:

/usr/local/home/mailman/archives/public:

lrwxrwxr-x  1 mailman  mailman  45 Nov 15 22:39 test -> 
/usr/local/home/mailman/archives/private/test
lrwxrwxr-x  1 mailman  mailman  50 Nov 15 22:39 test.mbox -> 
/usr/local/home/mailman/archives/private/test.mbox

But there is also:

/usr/local/home/mailman/archives/private:

drwxrws--x  3 mailman  mailman  512 Nov 15 22:24 .
drwxrwsr-x  4 mailman  mailman  512 Nov 15 22:10 ..
drwxrwsr-x  2 mailman  mailman  512 Nov 15 22:24 test.mbox

So, I'm a little confused about that part, as it seems correct.

To try and get around any problems, I included Options All in the apache 
config for the cgi-bin directory; no go.

I configured Mailman with:

./configure \
--prefix=/usr/local/home/mailman \
--with-cgi-id=nogroup \
--with-mail-gid=daemon

Since nothing from the web perspective is working correctly, I presume this 
is a permissions or Apache configuration issue.

One suggestion, since Apache is commonly used, is to set up in the README a 
section that has a sample entry that people can cut & paste -- be it a 
VirtualHost entry or whatever.

I do have VirtualHosts defined, and tried making the Apache config 
directives in and outside of the VirtualHost definition for the default 
host.  No go.

This is on FreeBSD-4.4-STABLE.


_F


--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



[Mailman-Users] Stop using passwords

2001-11-18 Thread Pepe Wildeman

Is it possible within Mailman for users to unsubscribe without a
password? Turning off passwords for ordinary users?
Another question is: howmany users can be managed with mailman? I'm
talking about 30.000


Greetz
Pepe Wildeman

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Clockwork BV  | Direct: 020-607 7059
Oranjekerk| Fax   : 020-607 7077
van Ostadestraat 149 a-c  | Mobile: 06-50 276233
1073 TK Amsterdam  
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

e-mail: [EMAIL PROTECTED]
http://www.clockwork.nl


--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



RE: [Mailman-Users] Configuration problem

2001-11-18 Thread Larry Chuon

Ah, there you go.  Here's the problem.  

Nov 14 10:35:01 2001 (20621) post to news from mailman-owner@, size=1256, 1
fail
ures
Nov 15 10:01:09 2001 (1387) post to news from [EMAIL PROTECTED],
size=1
175, 1 failures
Nov 15 10:01:09 2001 (1387) post to news from mailman-owner@, size=65, 1
failure
s

How can I fix this please?

Larry

-Original Message-
From: Jon Carnes [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 15, 2001 6:51 PM
To: Larry Chuon; [EMAIL PROTECTED]
Subject: Re: [Mailman-Users] Configuration problem


So it ran the Mailman wrapper successfully... The next step is your Mailman
logs in ~mailman/logs/...
If it posted then you'll see an entry in the "post" log file (then the next
step would be back to your MTA logs to see what happened to the post...)

Jon Carnes
- Original Message -
From: "Larry Chuon" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, November 15, 2001 9:36 AM
Subject: RE: [Mailman-Users] Configuration problem


> I triple checked already.  I did have cron setup as mailman.  I deleted it
> and redo it again.  When I type crontab -l, it shows the mailman job.
>
> Below is what it shows in /var/log/maillog:
> Nov 15 10:18:06 www sendmail[1459]: fAFFI6d01459:
> from=<[EMAIL PROTECTED]>,
> size=475, class=0, nrcpts=1,
> msgid=<86713EAB93BD5F40B94A0C8E604C7C913F7C7C@index
> -exchange.indexstock.com>, proto=ESMTP, daemon=MTA, relay=[209.130.207.33]
> Nov 15 10:18:07 www sendmail[1460]: fAFFI6d01459:
> to="|/usr/local/mailman/mail/w
> rapper post news", ctladdr=<[EMAIL PROTECTED]> (8/0), delay=00:00:01,
> xdelay=00
> :00:00, mailer=prog, pri=30017, dsn=2.0.0, stat=Sent
>
> Where else can I check for status?
>
> Thanks in advance folks.
>
> Larry
>
> -Original Message-
> From: Jon Carnes [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, November 14, 2001 11:18 PM
> To: Larry Chuon; [EMAIL PROTECTED]
> Subject: Re: [Mailman-Users] Configuration problem
>
>
> cron?
>
> >
> > 1. First, I subscribe to the list from the web. Then, I receive a
> > confirmation email.  When I reply, nothing happens.  My subscribe log
> > shows a pending.
> > 2. I try to send a test email to the list.  Nothing happen either.
Then,
> > I did a little test.  I added myself to the list via admin tool.  After
I
> > I receive a welcome message.  Follow that, I send another test email.
> > Nothing happens again.
> >

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



[Mailman-Users] gzip full mbox archives

2001-11-18 Thread Jackie Meese

I'm not on the list, so please cc: me on follow ups.

I've been wondering why it is that the mbox downloads of archives 
produced by mailman are only gzipped for the smaller unit (ie. monthly), 
but the entire mbox of the list isn't gzipped for those who want to d/l 
and search/thread/whatever the entire mailing list archive.  It seems to 
make sense to do this, since we should all know that text compresses 
quite nicely.

(I've tried getting mod_gzip to compress the d/l, but that would only 
work for my server, and I d/l archives form other sites.)

Is there some reason this can't just be added to nightly_gzip?  I've 
only dabbled in python, so I don't exactly feel qualified to submit a 
patch, but how about just uncompression before processing and 
re-compressing it after processing?
-- 
Jackie MeeseInstitute for Distance and Distributed Learning, Va Tech
Phone: 231-3682 3027 Torgersen Hall MailCode:0445 http://www.iddl.vt.edu/
Education is the change in behavior that occurs as the result of
interaction with events in ones environment.


--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



[Mailman-Users] Reply-to option inexistant

2001-11-18 Thread Arturo \"Buanzo\" Busleiman

Hi, My name's Arturo "Buanzo" Busleiman, I'm GNU's es_AR Translator's group
team leader. I'm unable to change my list's
([EMAIL PROTECTED]) behaviour to "Reply-to: List",
because the required options are not preseent in the general options
administrator's page.
Sourceforge is using Mailman 2.0.5, and I really need this list to work as a
discussion-based list. What can I do? I tried to contact sourceforge, but no
success so far.

Thank you!

Arturo "Buanzo" Busleiman
GNU/Linux USERS, MP Ediciones
GNU's es_AR Translation Team Leader
Moderador de [EMAIL PROTECTED]
Gerente de Sistemas y Seguridad de Turcin y asociados
http://www.turcin.com.ar
http://www.buanzo.com.ar

>> INFUSION Rock-Alternativo: http://www.infusionalternativa.com.ar



--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



[Mailman-Users] CGI-wrapper

2001-11-18 Thread Dieball, Andre








Hi 

 

I get the following error message when trying to ./configure:

 

---cut---

checking for CGI
wrapper GID... 

configure: error: 

* No existing group found for the cgi_wrapper
program.

* This is the group that your Web server runs CGI
scripts under.

* You might want to specify an existing group with the

* --with-cgi-gid configure option. 
Please see your Web server's

* documentation, and the
INSTALL file for details

---cut-

 

my httpd.conf is configured like the following:

 

---cut---

User wwwrun

Group nogroup

---cut---

 

so I tried
./configure with -with-cgi-gid nogroup

Unfortunately without any result, still the same error
message.

 

System is: SuSE 7.2 with mailman
installed from tar.gz (not rpm)

 

Any help is appreciated.

 

Thank you very much in advance.

 

 

Mit freundlichen
Grüßen

Kind Regards 

 

Andre Dieball

 








[Mailman-Users] Mail Subscribing

2001-11-18 Thread Christopher Rajah

Hi All

I recently set up mailman on a Red Hat Linux box

When a user sends a request mail back to the mail list to confirm a
subscription request , the message is undeliverable
I suspect my /etc/aliases file is not set up right

Does any one have a sample file , I can check with 

Best regards
Christopher 

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



[Mailman-Users] Gathering User Info

2001-11-18 Thread ISE

Hello,

I am interested in synchronizing a .htpassword file (or something similar)
with a Mailman list.  Is this possible?  I can't figure out where this info
is stored on the server, or how to access it.  Any ideas would be greatly
appreciated.

Thank you,

Michael Caplan
Institute for Social Ecology
http://www.social-ecology.org/

1118 Maple Hill Road
Plainfield, VT, 05667 USA

Tel.: 1 (514) 421-3515
General Tel. / Fax.: 1 (802) 454-8493


--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



[Mailman-Users] Mac OSX

2001-11-18 Thread Victor Spadaro

Can anyone help me set up mailman on OSX Server 10.1, mailmans site 
dosn't do the OSX version. I started down the BSD path but it didn't 
seem right.

TIA

Vic



--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



Re: [Mailman-Users] Problem with Postfix and Mailman? Or is it something I missed?

2001-11-18 Thread Kender




Okay, I fixed it.
 
Apparently, Postfix did not like my hostname being 
www.greenrider.org and it being listed 
in Postfix's main.cf file as mail.greenrider.org
 
Thanks anyways! :)

  - Original Message - 
  From: 
  Kender 
  
  To: [EMAIL PROTECTED] 
  Sent: Sunday, November 18, 2001 1:16 
  PM
  Subject: [Mailman-Users] Problem with 
  Postfix and Mailman? Or is it something I missed?
  
  When using a local mailing list on my 
  machine,  I get the following error:
   
   
  Nov 18 13:04:37 www postfix/smtp[2]: 
  7C86819CD: to=<[EMAIL PROTECTED]>, 
  relay=mail.badkarma.org[209.176.193.6], delay=34, status=bounced (host 
  mail.badkarma.org[209.176.193.6] said: 553 ... 
  invalid host name)
   
  Also, until I changed it to a set function using 
  the web tool, anyone trying to reply to the mailing list would reply to LIST@.greenrider.org
   
  Why is that first dot in there?
   
  Please haaalp! :)
   
   


[Mailman-Users] Problem with Postfix and Mailman? Or is it something I missed?

2001-11-18 Thread Kender



When using a local mailing list on my 
machine,  I get the following error:
 
 
Nov 18 13:04:37 www postfix/smtp[2]: 7C86819CD: 
to=<[EMAIL PROTECTED]>, 
relay=mail.badkarma.org[209.176.193.6], delay=34, status=bounced (host 
mail.badkarma.org[209.176.193.6] said: 553 ... 
invalid host name)
 
Also, until I changed it to a set function using 
the web tool, anyone trying to reply to the mailing list would reply to LIST@.greenrider.org
 
Why is that first dot in there?
 
Please haaalp! :)
 
 


[Mailman-Users] "Join Tri-Miracle For $22 And Get 4001 Safelists FREE"!!!

2001-11-18 Thread Bob C


"Tri-Miracle Is The Hottest Program Going Today"!!! 

PLUS MORE!! Amazing What $22 Can Do!! How Far Can It Go?!?
http://www.replicate99.com/LightTower_downline_club/431.shtml

"ATTENTION":-'For A Limited Time Only' If You Join Light_Tower--You Not Only Get Into Trimiracle But I Will Also Give You 4001 Safelists "ABSOLUTELY FREE"!!! "Hurry Offer Expires Soon"!!  

(1)-ONLY $22 Instead Of $60 To Join. NO 72hr. Time Limit. NO WAY YOU CAN LOSE A THING OR GET KICKED OUT!!!
THIS IS THE LAST DOWNLINE YOU WILL "NEVER" HAVE TO BUILD YOURSELF!!
YES YOU HEARD IT RIGHT!!

   THE ONE AND ONLY & BEST I MIGHT ADD LIGHT TOWER DOWNLINE BUILDER Is The "CHEAPEST-EASIEST-FASTEST" Way To Get Into TRI-MIRACLE. No HASSLES In LightTower! JUST JOIN AND YOU'RE INTO TRI-MIRACLE 
DON'T MISS OUT ON THIS CHANCE OF A LIFETIME!!
DAYS ARE ADDING UP AND SO IS THE MONEY!!! 

BECOME A LightTower Downline Builder Member TODAY! 1 TIME LIFETIME FEE OF $22 AND A FREE ENTRY INTO THE HOT NEW PROGRAM TRI-MIRACLE!!

   OVER 950 MEMBERS! WE WANT TO REACH THOUSANDS!! THE EARNING POTENTIAL IN THIS PROGRAM IS ASTOUNDING To Say The Least!!
 
We Have A Resource Area With SAFELISTS, GROUP MAILERS, TRAFFIC VIRUS, AND LOTS OF E-BOOK DOWNLOADS! With Resale Rights!

(2)-PLUS->   (LightTower Will Also Get You Entered Into The Core Club. The Core Club IS NOW PART OF GLNI.Join LightTower And You Get An Automayic Membership To GLNI. Also Find Our How To Get Into BIG DOGS2 For Free With EZAIMS-ALL For $22!!)


(3)-   LightTowers Tri-Miracle Will Put You Into A Straightline Downline! WE help get your 3! "NO 72HR. TIMELIMITS" On Getting Your 3!" 
   After You Help Your 3 Get Benefactored Into Tri-Miracle You Are Finished Sponsoring And On Your Way To A TRUE MIRACLE DAILY INCOME THAT CAN GO ON FOREVER!!! JUST Wait Then On Your Daily Pay To Come Rolling In! We Only Want 1 Thing In Return.
  "You Will Need To Promote Atleast Until Your 3 Have Benefactored Their 3 Into Tri-Miracle". Which Won't Be Long! More People Can Afford $22 Alot Easier Than $60! It Is Also Much Easier To Get Your Recruits. Then You Are Finished And You Can Sit Back,Relax And Be On Your Way To Riches!! 

(4)-   NOW YOU CAN SEE WHY THIS IS THE "EASIEST_CHEAPEST and FASTEST" WAY TO GET YOUR START INTO THIS FASCINATING WONDERFUL PROGRAM THAT IS SELLING RIGHT NOW AT AN ALL TIME GREAT SPEED!!! 
  
http://www.replicate99.com/LightTower_downline_club/431.shtml

For More Info Send A Blank Email to:  [EMAIL PROTECTED]

   There Is NO NEED To Pay $60 For You To Promote Like Crazy & Risk The Chance Of Losing Everything If You Can't Recruit Your 3 in 72hrs. Or If They Are Not Doing Anything. You Will Never Have To Be Replaced. "Doing It Our Way- There Is No Way You Could Lose Anything"!! LIGHT TOWER MADE IT IMPOSSIBLE TO FAIL!! Kudos To Our Gracious Host,Lori Kopera

 In These Days Of Financial Uncertainty Since The Sept.11th Tragedy, We All Need To Secure Our Future,And This Program Is As Hot As It Gets Right Now! Tri-Miracle Is A Miracle! At The Perfect Time.
 
TRI-MIRACLE Feeder Program that Builds Your Downline For You. A One Time Fee of $20 With $2 Trans Fee to Get Into LightTower DLB & Tri-Miracle! Take A Look At My Site And Check Out The Compensation Plan. You Will Be VERY Amazed-Putting it lightly
http://www.replicate99.com/LightTower_downline_club/431.shtml
 
We Are Using Paypal For Your Payment To Join! You Can Also Get Paid Thru PayPal, E-Gold Or Check. For The First 9 That Join LightTower's Tri-Miracle Program and Make Their Payment for Tri-Miracle Feeder 3 Will Go Under Each Other Into Tri-Miracle!

  This is GREAT! This Will Cut Your Cost From '$60' and Trying to Find 3 in 3 Days to ONLY '$22' and The FEEDER PROGRAM Places People Under You! What Could Be Better Than That? WE Will Have Soon 1000 People In Just A Few Weeks. This Can Go On to INFINITY!
  Now That Tri-Miracle Is Back Up In Their New Site We Want THOUSANDS!!! So PROMOTE!!  PROMOTE!!! PROMOTE LETS GET THE BALL ROLLING NOW!!! WE NEED TO BUILD UP OUR DOWNLINE TO THOUSANDS!!!
DAYS ARE ADDING UP AND SO IS The $$ GET IN NOW
 
Check Out The Tri-Miracle Feeder Program At The Following Link!
You Will Be Glad You Did. Once You See You Will Definately Want To Do It Our Way!!! 
http://www.replicate99.com/LightTower_downline_club/431.shtml

TO OUR FUTURE SUCCESS,
Bob Curran
[EMAIL PROTECTED]
For More Info Send A Blank Email To-> [EMAIL PROTECTED]
*

Reach over 75,000,000 targeted prospects every month!!!

Send 2.5million+ recipients EVERYDAY SPAM FREE!
FREE BONUS!!
Submit your website&ads to 1,000,000+ sites DAILY!!!
FREE Marketing Resources and Software To Complete Your Entire Marketing Campaign!!!

EXPLODE YOUR SALES OVERNIGHT!!!
http://hop.clickbank.net/?sacccfs/75million

-- 



Reach over 75,000,000 targeted prospects every month!!!

Send 2.5million+ recipients EVERYDAY SPAM FREE!
FREE BONUS!

[Mailman-Users] Virtual Domain

2001-11-18 Thread Simon Faulkner

Hi all,

I am new to Postfix and Mailman.

I have Mailman running (sucessfully:-) on a machine somedomain.co.uk and
this machine is also a virtual host for otherdomain.co.uk

Can mailman run a list for [EMAIL PROTECTED] whilst still
allowing Postfix to collect all other mail for otherdomain and send it to a
POP3 box or relay it?

Any ponters gratefully accepted...


Simon
North Staffordshire
England
On a lovely Autumn day



--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users