[Mailman-Users] How Can A User Be Hidden from a List Adminstrator

2004-03-30 Thread Lloyd F. Tennison
Since the only way to get a copy of a Mailman list is to use the view 
subscribers (unless you have root access) I usually view and cut 
and paste.  Now I have a comment that one is hidden.  Seems like 
nothing should be hidden from the list administrator.  Is there an 
easy way to change - or do I have to scan the list and change 
manually?


Thanks.

Lloyd F. Tennison
[EMAIL PROTECTED]

No trees were harmed in the transmission of this message.
However, a rather large number of electrons were temporarily
inconvenienced.


--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


Re: [Mailman-Users] setting up mailman on lunarpages.com

2004-03-30 Thread Thomas Hochstein
Wendy Johnson schrieb:

 I want to configure mailman so I can use it to send
 email to those who subscribe. I do not want
 subscribers to post to this list.

Then make the list or all users except yourself moderated.

 I also do not need users to set up a password. 

But it does not hurt if they do, hm? :)

 How do I remove these options? 

You cannot remove the option to write mail to a mailing-list, but
you can set your list / your users to moderated so that only your mail
is delivered.

You cannot remove the option to set a password either; but where is
the problem with *that*?

-thh


--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


[Mailman-Users] re: problem solved: email messages not going out

2004-03-30 Thread Craig Elkins
geezooks!  finally stumbled upon the reason list member email wasn't being sent to the 
list.  

When I review the usr/local/mailman/mail/mailman file it looks like it is blank - 
this will cause a problem since mailman needs this to load the user/list correctly.  I 
have restored this file for you and mail seems to be working now 

from my server tech support.  i didn't see this anywhere in the documentation.  
unless, and this is entirely possible, something else was supposed to fix this problem 
and i just didn't get it.  i wonder why my usr/local/mailman/mail/mailman file would 
malfunction like that?

anyway thanks to all who took a stab at my problem.

:-)
craig
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


[Mailman-Users] password posting

2004-03-30 Thread jsingh
Hi everyone, 
 I had this question earlier but no answered me if it were possible that ,
messages could be posted to this list only if the user was subscribed to the
list and had a password.
thanks

Jaskaran Singh
University Systems  Security
Fairleigh Dickinson University
1000 River Road, Mail Stop TBH1-01
Teaneck, NJ 07666

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

[Mailman-Users] Help

2004-03-30 Thread A. J. Gevaerd \(Revista UFO\)
I need help.

I have 6 lists stored at MailMan version 2.1.3. and I need to retrieve the associates´ 
names in a list. How do I proceed ???

Thanks for any help.

A. J. Gevaerd
Brazil
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


Re: [Mailman-Users] Help

2004-03-30 Thread Caleb Epstein
On Tue, Mar 30, 2004 at 02:58:58PM -0300, A. J. Gevaerd (Revista UFO) wrote:

 I need help.  I have 6 lists stored at MailMan version 2.1.3. and I
 need to retrieve the associates? names in a list. How do I proceed
 ???

Not sure what you mean by associates, but you can list all
of the members of each list with the list_members tool:

list_members listname

You could do all six like this:

for list in one two three four five six; do list_members $list; done

I'm assuming shell access here.

-- 
Caleb Epstein |  bklyn . org  |  We all like praise, but a hike in our pay is
cae at| Brooklyn Dust |  the best kind of ways.
bklyn dot org |   Bunny Mfg.  |

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


[Mailman-Users] max_message_size

2004-03-30 Thread jsingh
Hi guys 
 How do you change the option for max_message_size from shell, I would like
to change the maximum body size to 0 in mm_cfg.py , I don't want to do
change that max size from url for all the 2000 lists I have. 

Jaskaran Singh
University Systems  Security
Fairleigh Dickinson University
1000 River Road, Mail Stop TBH1-01
Teaneck, NJ 07666

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

RE: [Mailman-Users] max_message_size

2004-03-30 Thread jsingh
I got it MAX_MESSAGE_SIZE; I had set it at 1MB I wanted it 10MB, forgot to
add the last 0 at the end

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of jsingh
Sent: Tuesday, March 30, 2004 2:22 PM
To: [EMAIL PROTECTED]
Subject: [Mailman-Users] max_message_size

Hi guys 
 How do you change the option for max_message_size from shell, I would like
to change the maximum body size to 0 in mm_cfg.py , I don't want to do
change that max size from url for all the 2000 lists I have. 

Jaskaran Singh
University Systems  Security
Fairleigh Dickinson University
1000 River Road, Mail Stop TBH1-01
Teaneck, NJ 07666



--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


Re: [Mailman-Users] Blocking messages with the same message-id.

2004-03-30 Thread Lloyd F. Tennison
Did not see this answered yet, so:  Yes.  General Options, Default 
options for new members joining this list


Filter out duplicate messages to list members (if possible)

Check that.  You may have to remove all and add all back in, 
however, after checking that.  Do not think there is a way to change 
after the fact.



Date sent:  Fri, 26 Mar 2004 06:42:32 -0600 (EST)
From:   Andrzej Kasperowicz [EMAIL PROTECTED]
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Copies to:  Subject:[Mailman-Users] Blocking messages with 
the same message-id.

 Is there any setting in Mailman to block sending of a post with the same
 message-ID for the second time?
 
 ak
 
 
 --
 Mailman-Users mailing list
 [EMAIL PROTECTED]
 http://mail.python.org/mailman/listinfo/mailman-users
 Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


Thanks.

Lloyd F. Tennison
[EMAIL PROTECTED]

No trees were harmed in the transmission of this message.
However, a rather large number of electrons were temporarily
inconvenienced.

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


[Mailman-Users] preparing to setup Mailman for the first time... questions about Mailman's functionality

2004-03-30 Thread Oklahoma Information Technologies Group
1.  Does Mailman have it's own SMTP server or does it rely on a
separate/independent SMTP server?
2.  If Mailman relies on an SMTP server package independent of Mailman, is
that SMTP server required to reside on the same machine?

BTW, I am seeking additional knowledge on how to setup Mailman and it's
prerequisites.  



charlesMOON
Oklahoma IT Group
Edmond, OK
Tel: 405.340.5847
http://www.oitgroup.com

 Day, Evening, Night, Weekend On-Site Service
 at the same fair  competitive rate.   


--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

Re: [Mailman-Users] preparing to setup Mailman for the first time... questions about Mailman's functionality

2004-03-30 Thread Dwight A. Ernest
Oklahoma Information Technologies Group wrote:

1.  Does Mailman have it's own SMTP server or does it rely on a
separate/independent SMTP server?
Mailman doesn't have its own SMTP. It is independent of the MTA (mail 
transfer agent) on the machine, and requires that there be one.

2.  If Mailman relies on an SMTP server package independent of Mailman, is
that SMTP server required to reside on the same machine?
It can be configured to use an MTA that is not on the same host as Mailman.

--
Dwight A. Ernest, dwight at significant dot comGPG key A6999567
Cell: +1-508-523-1416FAX: +1-978-405-2504YIM: dwight_ernest
RHCE #803004293310030http://significant.com/~dwight/ KA2CNN
Papa, partner, pilot, net geek, sysadmin, consultant, cohouser.
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


[Mailman-Users] Setting delivery option does not work

2004-03-30 Thread Anoetic Concepts
I'm using the Mailman version included in CPanel -- I think it's
version 2.1.3.  I sent the following 5 commands in an email to
the -request address of a list:

set authenticate password
set show
set delivery off
set show
end

Of course, I replaced password with my actual password.  The
response follows:

- Results:
Your current option settings:
ack on
digest off
delivery on
myposts on
hide off
duplicates on
reminders on
delivery option set
Your current option settings:
ack on
digest off
delivery on
myposts on
hide off
duplicates on
reminders on

- Done.

The line:
delivery option set
indicates that the set delivery command was processed, but as you can
see, the option was never turned off.  How do I get this bug fixed?
Do I need to report it to CPanel to get them to fix it and/or upgrade
the version of Mailman?

Jeff
Anoetic Concepts



--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


[Mailman-Users] My web interface has stopped working.

2004-03-30 Thread Shaun T. Erickson
It was working a couple of weeks ago, now when I try to access anything, 
I get Premature end of script headers. Yes, I read the FAQ. It was 
compiled from the latest FreeBSD port, with username and groupname and 
mail_gid set to mailman and cgi_gid to www. That worked before, but has 
stopped, for some reason. check_perms reports no problems. The lists 
work, just not the web interface.

How do I debug this?

	-ste

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


Re: [Mailman-Users] My web interface has stopped working.

2004-03-30 Thread Shaun T. Erickson
Shaun T. Erickson wrote:

It was working a couple of weeks ago, now when I try to access anything, 
I get Premature end of script headers. Yes, I read the FAQ. It was 
compiled from the latest FreeBSD port, with username and groupname and 
mail_gid set to mailman and cgi_gid to www. That worked before, but has 
stopped, for some reason. check_perms reports no problems. The lists 
work, just not the web interface.

How do I debug this?
On a hunch, I checked something. My webserver runs as www:www. I also us 
SuExec. All my virtual hosts, except for the Mailman list sites, had 
SuExec lines appropriate for the user and group they whould run as. 
Somewhere along the line, I added an SuExec line to the Mailman sites, 
saying to run as www:www, so that it would be explicitly stated. That 
was fine, except that the server could no longer access the mailman 
software, located outside the trused SuExec path. I took out the lines, 
restarted the server, and all is well. :)

	-ste

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


RE: [Mailman-Users] re: tried everything in faqs, manual, - all l ooks good, but email still not sending

2004-03-30 Thread CARTER Anthony
What is the contents of your crontab for the mailman user?
Also, the content of the aliases file (or equivalent with your mail server)?

Anthony

-Original Message-
From: Craig Elkins [mailto:[EMAIL PROTECTED]
Sent: 29 March 2004 20:07
To: [EMAIL PROTECTED]
Subject: [Mailman-Users] re: tried everything in faqs, manual, - all
looks good, but email still not sending


HI,

I'm running Version 2.1.4 on a solaris server.  My MTA is postfix.  

I've tried all solutions in faqs, archives, etc. - nothing seems to work.
basically my email won't go out.  the last bit of success i had with it was
when i stopped and started:

/usr/local/bin/virtual ~/usr/local/mailman/bin/mailmanctl stop
/usr/local/bin/virtual ~/usr/local/mailman/bin/mailmanctl -s start

and i was told it removed a stale pid.  after that, i got all of the email
that was stored in qfiles/in but nothing else seems to make it through.
qrunner appears to be running fine. i deleted lock files and qrunner created
2 new ones when i sent a new email. smtp for last email sent:

Mar 29 17:19:54 2004 (383)
[EMAIL PROTECTED] smtp for 1 recips,
completed in 1.349 seconds

what else is there?  this has worked before then one day just stopped.  any
help much much appreciated!!

thanks,
craig
  

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


RE: [Mailman-Users] Digests and mailman

2004-03-30 Thread CARTER Anthony
Is there any way to prevent users from having the option to choose MIME
messages? I see the default, but wish to remove the option for MIME
digests...

Anthony

-Original Message-
From: texas critter [mailto:[EMAIL PROTECTED]
Sent: 29 March 2004 21:58
To: [EMAIL PROTECTED]
Subject: Re: [Mailman-Users] Digests and mailman


On Monday, March 29, 2004 3:00 AM, CARTER Anthony wrote:

 The Digest Header and Footer are fine. The Today's topics just have
 the subject in a text document. My first question is why it is
 called Untitled Attachment in EML and when you click on it it
 opens to another message with another message per subject?

That sounds like you've selected Mime digests, either as the list default
or for your own personal options.

To check the list setting, go to Digest Options and look at:

When receiving digests, which format is default?  Plain  MIME

Plain is plain text, each message one after the other in a single email.
Mime includes each message as an attachment so you can read and/or save
each message individually, rather than an entire digest.

hth,
texas critter

--
EL-M FAQ: http://www.emaillist-managers.com/



--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


[Mailman-Users] archives not automatically updating

2004-03-30 Thread Michael Hubbard
Hello -

I'm relatively new to mailman, and I've searched everything I can find 
but haven't found an answer yet...   hopefully someone here can point 
me in the right direction.

I've recently taken ownership of an existing mailman list, but the 
transition wasn't all that great.  I was given temporary, limited 
access to the previous server to pull what I could... but no access to 
the old mailman account/server.  I tarred up the old archives and moved 
them to the new server, and simply untarred them into:

/usr/local/mailman/archives/public/[list-name]

and now that there has been about a month of activity, the archives 
list doesn't show anything past February (when I performed the 
transplant).  When I log onto the server, I can see the messages in 
.txt files for March, but when I vi the index.html it looks the same as 
the site... no March.

Any suggestions?

Thanks in advance!

Michael
http://www.balug.org/pipermail/balug-talk/
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


[Mailman-Users] Mailman setup with postfix

2004-03-30 Thread PiCo
I have set up mailman properly.
It start and I can manage list and user...but..
I have some dubt regarding the MTA setup.
In fact I cannot send/receive email if I write to a mailing list.
Can somebody tell me the correct parameter to use in the configuration of 
mailman and postfix.

I'm using mailman on a PC with a public IP, but i do not have a URL for 
mailman site. I don't know if this is can be a problem
ciaoo

PiCo


PiCo
ICQ # 105570291
Tel.: +39 335 1234 475
Fax.: +39 06 233 2401 88
 

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/