Re: [Mailman-Users] Updating virtual-mailman Database

2003-03-21 Thread Barry Warsaw
On Thu, 2003-03-20 at 10:36, Jeremy Butler wrote:
> I know that one is not supposed to manually edit virtual-mailman, but I've 
> run into a problem where aliases were not deleted when I removed a list and 
> then recreated it again with the same name.
> 
> Consequently, I've got duplicate entires (see below).
> 
> Any suggestions as to what I should do about this?  Thanks!

You can always regenerate your aliases from scratch with bin/genaliases

-Barry



--
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Mailmanctl probelm

2003-03-21 Thread Barry Warsaw
On Thu, 2003-03-20 at 14:12, Bob Franklin wrote:

> What I'm unsure about is what should be done with this list - should it be
> configured in a certain way or whatever?  I guess it's just required so
> Mailman can have a valid sending address and can capture bounces, etc. in
> the usual way.

Right, and Mailman knows what the site list is (well, you tell it in
MAILMAN_SITE_LIST -- defaulting to "mailman") so it knows to handle
bounces to the list in a special way.

As for how to configure the list, nothing special is necessary, but may
be desired.  In particular, you want to subscribe yourself to the list,
and set a few privacy options.  You don't want others to subscribe to
your list, etc.

I've put together a suggested configuration template which I'll
distribute with Mailman 2.1.2.  I'll attach it below so you can take a
look at it.  Install it with config_list.

-Barry


## "mailman" mailing list configuration settings -*- python -*-
## captured on Sat Mar 22 00:21:06 2003

## Mailman - The GNU Mailing List Management System
## Copyright (C) 2003 Free Software Foundation, Inc.
## 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA

## General options
#
# Fundamental list characteristics, including descriptive info and basic
# behaviors.

# The capitalization of this name can be changed to make it presentable
# in polite company as a proper noun, or to make an acronym part all
# upper case, etc.  However, the name will be advertised as the email
# address (e.g., in subscribe confirmation notices), so it should not be
# otherwise altered.  (Email addresses are not case sensitive, but they
# are sensitive to almost everything else :-)
real_name = 'Mailman'

# This description is used when the mailing list is listed with other
# mailing lists, or in headers, and so forth.  It should be as succinct
# as you can get it, while still identifying what the list is.
description = 'Mailman site list'

# This text will be prepended to subject lines of messages posted to the
# list, to distinguish mailing list messages in in mailbox summaries.
# Brevity is premium here, it's ok to shorten long mailing list names to
# something more concise, as long as it still identifies the mailing
# list.
subject_prefix = '[Mailman Site List] '

# List moderators (and list administrators) are sent daily reminders of
# requests pending approval, like subscriptions to a moderated list, or
# postings that are being held for one reason or another.  Setting this
# option causes notices to be sent immediately on the arrival of new
# requests as well.
#
# legal values are:
#0 = "No"
#1 = "Yes"
admin_immed_notify = 1

# Should administrator get notices of subscribes and unsubscribes?
#
# legal values are:
#0 = "No"
#1 = "Yes"
admin_notify_mchanges = 1

# Approval notices are sent when mail triggers certain of the limits
# except routine list moderation and spam filters, for which notices are
# not sent.  This option overrides ever sending the notice.
#
# legal values are:
#0 = "No"
#1 = "Yes"
respond_to_post_requests = 1

## Nondigest options
#
# Policies concerning immediately delivered list traffic.

# Can subscribers choose to receive mail immediately, rather than in
# batched digests?
#
# legal values are:
#0 = "No"
#1 = "Yes"
nondigestable = 1

# Normally, Mailman sends the regular delivery messages to the mail
# server in batches.  This is much more efficent because it reduces the
# amount of traffic between Mailman and the mail server.
# 
# However, some lists can benefit from a more personalized approach.  In
# this case, Mailman crafts a new message for each member on the regular
# delivery list.  Turning this feature on may degrade the performance of
# your site, so you need to carefully consider whether the trade-off is
# worth it, or whether there are other ways to accomplish what you want.
# You should also carefully monitor your system load to make sure it is
# acceptable.
# 
# Select No to disable personalization and send messages to the members
# in batches.  Select Yes to personalize deliveries and allow additional
# substitution variables in message headers and footers (see below).  In
# addition, by selecting Full Personalization, the To header of posted
# messages will be modified to include the member's address instead of
# the list's posting address.
# 
# When personalization is enabled, a few more expansion variables that
# can be included in the message
# header and message footer.
# 
# These additional substitution variables will be available for your
# headers and footers, when this feature is enabled:
# 
# user_address - The address of the user, coerced to lower case.
# user_delivered_to - The case-preserved address that the user is
# subscribed with. user_password - The user's password. user_name - The
# user's full name. user_optionsurl - The url to the user's option page.
# 
# 
#
# legal values are:
#0 = "No"
#1 = "Yes"
#2 = "Full Personalization"
personalize =

Re: [Mailman-Users] nntp authentication

2003-03-21 Thread Barry Warsaw
On Thu, 2003-03-20 at 15:43, Todd wrote:

> I think you have to restart mailmanctl after you do this, but I'm not sure.

Any time you make a change to mm_cfg.py you need to restart mailmanctl,
otherwise none of the qrunners will see the changes.

-Barry



--
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Re: Error messages using Postfix v.2.0.6

2003-03-21 Thread Barry Warsaw
On Fri, 2003-03-21 at 17:58, Ted Dively wrote:
> On Friday, Mar 21, 2003, at 13:08 US/Pacific, Andre Ricardo wrote:
> 
> > Do what the message says, recompile with --with-mail-gid=nobody
> 
> As my original post says, I *did* this, but I get the exact same error,  
> only with "nobody" and "mailman" reversed. In other words, if I compile  
> for "nobody" it says I should recompile for "mailman", but if I compile  
> for "mailman" it says I should recompile for "nobody". Am I being  
> clear? Man, I sure hope so.

Are you using the aliases.db file generated by bin/genaliases?  If so,
be sure that the owner and group are mailman, and compile
--with-mail-gid=mailman.  That should be all you need to make it work.

-Barry



--
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


RE: [Mailman-Users] Machine is too slow

2003-03-21 Thread Jim Popovitch
Hi Andre,

-how much memory?
-sendmail?
-local DNS?
-is /var on a different partition than Mailman dir?
-output of:
  `df-k | grep tmp`
  `date; find / | wc -l; date`

Thanks,

-Jim P.

> -Original Message-
> From: Andre Ricardo
> Sent: Friday, March 21, 2003 2:34 PM
> To: [EMAIL PROTECTED]
> Subject: [Mailman-Users] Machine is too slow
>
>
>   hi,
>
>   I have a Mailman 2.1.1 running on a SPARC 4 and Solaris 7. Python
> 2.2.2 and sendmail 8.12.8 installed. Mailman call several python
> instances, the disk usage goes up leading the machine to stall and even
> crash sometimes. Any ideias?
>
>   Cheers
>   Andre
>
>
> --
> 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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/jimpop%40rocketship.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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Using Mailman with Apache James

2003-03-21 Thread Güray Sen
Hullo everyone,

Has anyone got Mailman to work with the Apache James mail server? I seem 
to be running into a configuration problem. After creating the list 
Test, Mailman tells me to setup the following aliases:

## test mailing list
## created: 21-Mar-2003 root
test:"|/usr/lib/mailman/mail/wrapper post test"
test-admin:  "|/usr/lib/mailman/mail/wrapper mailowner test"
test-request:"|/usr/lib/mailman/mail/wrapper mailcmd test"
test-owner:  test-admin
Easy enough if you are using sendmail, because you can just copy&paste 
the above into /etc/aliases and run "newaliases". What about James? I 
can create aliases with the Remote Administrator, but I don't think 
James supports the piping construct.

Any idea's appreciated.

--
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/
This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] a little help w/2 things, please

2003-03-21 Thread Ted Dively
Config:
Postfix 2.0.6
Mailman 2.1.1
Python 2.2.2
***
Problem One:
The mail log show this:

Mar 21 17:46:06 zaius postfix/local[122]: D10246B8DE:  
to=<[EMAIL PROTECTED]>, relay=local, delay=1, status=sent  
("|/usr/local/mailman/mail/mailman owner mailman")

But the mail never arrives. Any suggestions as to what might be going  
on?
 ***
Problem Two:

When starting Mailman from "sudo bin/mailmanctl start", this is what  
appears in my terminal window:

[zaius:/usr/local/mailman] ted% sudo bin/mailmanctl start
Starting Mailman's master qrunner.
[zaius:/usr/local/mailman] ted% Cannot import runner module  
Mailman.Queue.IncomingRunner
No module named _socket
Cannot import runner module Mailman.Queue.ArchRunner
No module named _socket
Cannot import runner module Mailman.Queue.OutgoingRunner
No module named _socket
Cannot import runner module Mailman.Queue.BounceRunner
No module named _socket
Cannot import runner module Mailman.Queue.NewsRunner
No module named _socket
Cannot import runner module Mailman.Queue.CommandRunner
No module named _socket
Cannot import runner module Mailman.Queue.VirginRunner
No module named _socket

Again, any suggestions as to what might be going on here? TIA
 
*
Group D Communications -- IT Support, Databases, Networking, Web Sites
POB 170697
San Francisco, CA 94117-0697
PH 415.401.8333 x305
FX 415.401.8334
http://www.groupd.com
mailto:[EMAIL PROTECTED]

--
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/
This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] install problem

2003-03-21 Thread Erich Neuwirth
i just installed mailman 2.1.1 on debian manually because i need things 
in different directories, and because debina only is at 2.0.11.
my mailer is the current version of postfix from the debian distribution.
postfix works.

the strage thins is that
setgid_group=postdrop
on main.cf of postfix, but
--with-mail-gid=postdrop does not work.
i had to do
--with-mail-gid=nogroup
(i was told so by a mail with an error message).
mailman has additional problems.

i set up a test list,
and mail to the list gets stuck in
mailman/qfiles/in
it does not get sent from there.

any ideas what might be the reason?
which aspect of the configuration do i have to change?
any hints how i might be up and running soon?



--
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/
This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Re: Error messages using Postfix v.2.0.6

2003-03-21 Thread Ted Dively
On Friday, Mar 21, 2003, at 13:08 US/Pacific, Andre Ricardo wrote:

	Do what the message says, recompile with --with-mail-gid=nobody
As my original post says, I *did* this, but I get the exact same error,  
only with "nobody" and "mailman" reversed. In other words, if I compile  
for "nobody" it says I should recompile for "mailman", but if I compile  
for "mailman" it says I should recompile for "nobody". Am I being  
clear? Man, I sure hope so.

Ted Dively
 
*
Group D Communications -- IT Support, Databases, Networking, Web Sites
POB 170697
San Francisco, CA 94117-0697
PH 415.401.8333 x305
FX 415.401.8334
http://www.groupd.com
mailto:[EMAIL PROTECTED]

--
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/
This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] exim -mailman faq - not working

2003-03-21 Thread John Swartzentruber
On 21 Mar 2003 16:55:25 -0500, Barry Warsaw wrote:

>On Mon, 2003-01-27 at 16:28, Jon Carnes wrote:
>> ~mailman/bin/genaliases in mentioned in:
>>   NEWS
>>   UPGRADING
>>   README.POSTFIX
>> 
>> Sorry, it looks like the genaliases script is designed specifically to
>> be used with Postfix... Hmmm.  Seems like it could easily be made MTA
>> neutral, and still be able to link with Postfix.
>
>genaliases depends on the MTA variable setting in mm_cfg.py.  If you
>wanted to run Exim with manual aliases, you'd set MTA='Manual'

I'm not sure I can stretch my memory back to January, but I think the
issue was that the genaliases script doesn't create a file with the
aliases in them unless you are using Postfix (presumably with the MTA
variable set to Postfix). I'm running sendmail and the MTA variable is
at the default (i.e., Manual). I think the only way to get a list of
all of the aliases is to capture the output of the genaliases script
and manually remove the extra comment lines ("To finish creating your
mailing list . . .").



--
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Name or service not known

2003-03-21 Thread Marilyn Davis
I'm still pulling out my hair on this one, and a hairless woman is not
a pretty thing.  

It's still old 2.0.13 and I need to run that on this particular
machine.

I figured out that the SMTPDirect thing was going straight out a port
rather than piping to exim.  This is a standalone machine for
development and testing.

So, in my mm_cfg.py I put:

DELIVERY_MODULE = 'Sendmail'

but it didn't fix it.

How can I get it to use sendmail (linked to exim) instead of the
SMTPDirect module?

Marilyn

On Wed, 19 Mar 2003, Marilyn Davis wrote:

> I'm setting up mailman/exim and when qrunner runs, no mail goes out.
> Nothing appears in exim_mainlog but $config/logs/smtp says:
> 
> All recipients refused: (-2 'Name or service not known')
> 
> I can't figure where this is coming from.  If I go to $config/qfiles,
> the message waits there.
> 
> I can push the message out by using "exim -t < the_message.txt" so I
> think exim is ok.  All my "sendmail" files are linked to exim.  What
> else?
> 
> Anyone have an idea what I've done wrong?
> 
> Thank you,
> 
> Marilyn Davis
> 
> 
> 
> 
> --
> 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/
> 
> This message was sent to: [EMAIL PROTECTED]
> Unsubscribe or change your options at
> http://mail.python.org/mailman/options/mailman-users/marilyn%40deliberate.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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Danish translation

2003-03-21 Thread Barry Warsaw
On Fri, 2003-03-21 at 05:41, Brian Ipsen wrote:
>  Is anyone working on a Danish translation of the message-file for Mailman
> ??

Thomas von Hassel and Soren Bondrup have volunteered to work on the
Danish translation, although nothing's been contributed back yet.  If
you can help, please contact them!

-Barry



--
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] exim -mailman faq - not working

2003-03-21 Thread Barry Warsaw
On Mon, 2003-01-27 at 16:28, Jon Carnes wrote:
> ~mailman/bin/genaliases in mentioned in:
>   NEWS
>   UPGRADING
>   README.POSTFIX
> 
> Sorry, it looks like the genaliases script is designed specifically to
> be used with Postfix... Hmmm.  Seems like it could easily be made MTA
> neutral, and still be able to link with Postfix.

genaliases depends on the MTA variable setting in mm_cfg.py.  If you
wanted to run Exim with manual aliases, you'd set MTA='Manual'

-Barry



--
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Interesting Mailman-Postfix Churning: Userunknown in local recipient table

2003-03-21 Thread Barry Warsaw
On Thu, 2003-03-20 at 21:16, Jeremy Butler wrote:
> I encountered an interesting case of, I think, Mailman-provoked Postfix 
> churning this afternoon.  For several hours, Postfix and Mailman kept going 
> in circles (see below).   Fortunately, when I restarted Postfix, the 
> churning stopped.

This is a known bug, fixed in cvs.  The problem only occurs when
attempting to deliver to an unknown user on the machine running Mailman.
At issue is the error code returned by Postfix in this case -- it
indicates a temporary error, not a permanent error, so Mailman keeps
trying to re-deliver the message.  Another fix in cvs is to have Mailman
backoff retries of temp failures for some period of time.

This fix will be in Mailman 2.1.2 (no ETA, but soon).
-Barry



--
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Error messages using Postfix v.2.0.6

2003-03-21 Thread Marilyn Davis



On Fri, 21 Mar 2003, Ted Dively wrote:

> Mailman v.2.1.1
> Postfix v.2.0.6
> Python v.2.2.2
> 
> I get this error from the mail server:
> 
> <[EMAIL PROTECTED]>: Command died with status 2:
>  "/usr/local/mailman/mail/mailman post mailman". Command output:  
> Group
>  mismatch error.  Mailman expected the mail wrapper script to be  
> executed as
>  group "mailman", but the system's mail server executed the mail  
> script as
>  group "nobody".  Try tweaking the mail server to run the script as  
> group
>  "mailman", or re-run configure,  providing the command line option
>  `--with-mail-gid=nobody'.
> Reporting-MTA: dns; zaius.groupd.com
> Arrival-Date: Fri, 21 Mar 2003 12:57:54 -0800 (PST)
> 
> But when I reconfigure everything to correct this, I get the same exact  
> error, but with "mailman" and "nobody" swapped. In other words, no  
> matter how I configure mailman, whether with "nobody" or "mailman", it  
> bounced the mail.

Did you do both things?  You should do only one.  Both the mail server
and mailman need to run under the same group.

I think.

> 
> Also, when executing bin/mailmanctl start, I get these errors:
> 
> Starting Mailman's master qrunner.
> [zaius:/usr/local/mailman] ted% Cannot import runner module  
> Mailman.Queue.ArchRunner

Hmmm.  It sounds like you don't have the complete installation, but I
don't know.

Good luck.

Marilyn Davis


> No module named _socket
> Cannot import runner module Mailman.Queue.OutgoingRunner
> No module named _socket
> Cannot import runner moduleCannot import runner module  
> Mailman.Queue.NewsRunner
> No module named _socket
>   Mailman.Queue.IncomingRunner
> No module named _socket
> Cannot import runner module Mailman.Queue.BounceRunner
> No module named _socket
> Cannot import runner module Mailman.Queue.CommandRunner
> No module named _socket
> Cannot import runner module Mailman.Queue.VirginRunner
> No module named _socket
> 
> Can anyone help me figure out what's going on here? I'm pulling out my  
> hair trying to get this installation to work.
> 
> Ted Dively
>  
> *
> Group D Communications -- IT Support, Databases, Networking, Web Sites
> POB 170697
> San Francisco, CA 94117-0697
> PH 415.401.8333 x305
> FX 415.401.8334
> http://www.groupd.com
> mailto:[EMAIL PROTECTED]
> 
> 
> 
> --
> 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/
> 
> This message was sent to: [EMAIL PROTECTED]
> Unsubscribe or change your options at
> http://mail.python.org/mailman/options/mailman-users/marilyn%40deliberate.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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Error messages using Postfix v.2.0.6

2003-03-21 Thread Ted Dively
Mailman v.2.1.1
Postfix v.2.0.6
Python v.2.2.2
I get this error from the mail server:

<[EMAIL PROTECTED]>: Command died with status 2:
"/usr/local/mailman/mail/mailman post mailman". Command output:  
Group
mismatch error.  Mailman expected the mail wrapper script to be  
executed as
group "mailman", but the system's mail server executed the mail  
script as
group "nobody".  Try tweaking the mail server to run the script as  
group
"mailman", or re-run configure,  providing the command line option
`--with-mail-gid=nobody'.
Reporting-MTA: dns; zaius.groupd.com
Arrival-Date: Fri, 21 Mar 2003 12:57:54 -0800 (PST)

But when I reconfigure everything to correct this, I get the same exact  
error, but with "mailman" and "nobody" swapped. In other words, no  
matter how I configure mailman, whether with "nobody" or "mailman", it  
bounced the mail.

Also, when executing bin/mailmanctl start, I get these errors:

Starting Mailman's master qrunner.
[zaius:/usr/local/mailman] ted% Cannot import runner module  
Mailman.Queue.ArchRunner
No module named _socket
Cannot import runner module Mailman.Queue.OutgoingRunner
No module named _socket
Cannot import runner moduleCannot import runner module  
Mailman.Queue.NewsRunner
No module named _socket
 Mailman.Queue.IncomingRunner
No module named _socket
Cannot import runner module Mailman.Queue.BounceRunner
No module named _socket
Cannot import runner module Mailman.Queue.CommandRunner
No module named _socket
Cannot import runner module Mailman.Queue.VirginRunner
No module named _socket

Can anyone help me figure out what's going on here? I'm pulling out my  
hair trying to get this installation to work.

Ted Dively
 
*
Group D Communications -- IT Support, Databases, Networking, Web Sites
POB 170697
San Francisco, CA 94117-0697
PH 415.401.8333 x305
FX 415.401.8334
http://www.groupd.com
mailto:[EMAIL PROTECTED]



--
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/
This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] filtering Importance headers

2003-03-21 Thread Erez Zadok
Is there a way that Mailman can remove certain headers before a message is
posted to a list?  In particular, I want to remove the "Importance" header,
which some posters will set to "high" or "urgent" unnecessarily.  Some MUAs
do all kinds of things users dislike for high-priority mails.

Note: I don't want to reject such posts automatically, b/c their content may
still be valuable, just not as urgent as the sender thinks.

Thanks,
Erez.

--
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Machine is too slow

2003-03-21 Thread Andre Ricardo
hi,

I have a Mailman 2.1.1 running on a SPARC 4 and Solaris 7. Python
2.2.2 and sendmail 8.12.8 installed. Mailman call several python
instances, the disk usage goes up leading the machine to stall and even
crash sometimes. Any ideias?

Cheers
Andre


--
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] templates/en/newlist.txt

2003-03-21 Thread Barry Warsaw
On Fri, 2003-03-21 at 12:30, Will Froning wrote:
> I've noticed that Mailman is kind enough to apply some formatting
> changes to my newlist.txt template when it sends the file out.

> Is there a way to keep Mailman from joining these lines?

Start the lines with whitespace.  Mailman won't wrap such lines.

-Barry



--
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] templates/en/newlist.txt

2003-03-21 Thread Will Froning
Thanks, worked like a charm.

Will

On 21 Mar 2003 12:47:42 -0500
Barry Warsaw <[EMAIL PROTECTED]> wrote:

> On Fri, 2003-03-21 at 12:30, Will Froning wrote:
> > I've noticed that Mailman is kind enough to apply some formatting
> > changes to my newlist.txt template when it sends the file out.
> 
> > Is there a way to keep Mailman from joining these lines?
> 
> Start the lines with whitespace.  Mailman won't wrap such lines.
> 
> -Barry
> 
> 


-- 
Will Froning
Unix Sys. Admin.
(209)946-7470
(209)649-0098
[EMAIL PROTECTED]

--
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] templates/en/newlist.txt

2003-03-21 Thread Will Froning
I've noticed that Mailman is kind enough to apply some formatting
changes to my newlist.txt template when it sends the file out.

For instance I have this in the newlist.txt file:
-
The format for uploading addresses is one entry per line with an
optional member name entry. IE:

"Mail Person" [EMAIL PROTECTED]
[EMAIL PROTECTED]

[Privacy options]
This section of the admin page is for specifying the subscribe_policy
and private_roster options (amoung others). 
-

But Mailman sends out this:
-
The format for uploading addresses is one entry per line with an
optional member name entry. IE:

"Mail Person" [EMAIL PROTECTED] [EMAIL PROTECTED]

[Privacy options] This section of the admin page is for specifying the
subscribe_policy and private_roster options (amoung others).
-

Is there a way to keep Mailman from joining these lines?

I'm on digest only, so I may be slow to respond.

Thanks,
Will

-- 
Will Froning
Unix Sys. Admin.
[EMAIL PROTECTED]

--
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Cannot Subscribe to Several Mailman Lists

2003-03-21 Thread Charles Curley
I have hit an odd problem, and Mailman appears to be in the center of
it. I have tried to subscribe to several lists, all using mailman
2.0.x, and have never gotten the confirming email.

One is the Red Hat 8.0 (Psyche) list,
https://listman.redhat.com/mailman/listinfo/psyche-list. Another is
the Autoupdate list, and the third the Wyoming Libertarian Party at
http://www.zayda.net/mailman/listinfo/wyolp.

In the case of the Autoupdate list, I tried both with this email
address, and as [EMAIL PROTECTED] In the case of the Wyoming LP,
I tried only with [EMAIL PROTECTED]

Is there any known bug in 2.0.x that might lead to such a result?

I was able to subscribe to this list, which is running version 2.1.1.

Can you suggest things an administrator might look at to see if the
confirming emails ever went out? The mail log would be an obvious one;
anything else?

Both ISPs use Communigate Pro for mail handling. Are there any known
issues with Communigate Pro?

I did not see anything that appeared relevant in either Christopher
Kola's admin manual, the bug list on SourceForge, or in this list's
archives.

Thank you.

-- 

Charles Curley  /"\ASCII Ribbon Campaign
Looking for fine software   \ /Respect for open standards
and/or writing?  X No HTML/RTF in email
http://w3.trib.com/~ccurley / \No M$ Word docs in email

Key fingerprint = CE5C 6645 A45A 64E4 94C0  809C FFF6 4C48 4ECD DFDB

--
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Problem with attachments

2003-03-21 Thread sem
Hi, i'm using mailman2.1 on a box with SOlaris 2.6
When the users send a word attachment you can see it right in the email, 
but mailman archive them in the spool with a .dot suffix, so you can't see 
it right on the web.
Here is an example:
attachments/20030320/8cc56c88/00Acta01-2003.dot

It happens with every word attachment
Any hint?

-- 
Sergio Edo. Miranda
Area de Ingenieria - CEC 
Universidad de Chile 




--
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] mailman 2.1.5 and Exim 3.6

2003-03-21 Thread Jon Carnes
If you can't get that Exim integration working, you can still simply treat
the Mailman aliases as normal aliases, but you will have to update your
/etc/aliases file for each list.  At the very least you will need the
-request alias added.

Good Luck - Jon Carnes

- Original Message -
From: "wiren" <[EMAIL PROTECTED]>
To: "mailman-users" <[EMAIL PROTECTED]>
Sent: Friday, March 21, 2003 2:14 AM
Subject: [Mailman-Users] mailman 2.1.5 and Exim 3.6


> Dear All
>
>
> I  have  mailman 2.1.5 and Exim 3.6 under a mixed Debian sistem. I had
> to  specifically  install  the  "unstable"  packet  to have the latest
> mailman version.
>
> Now,  I  went  through the readme.exim file into the documentation and
> made  some  changes  into  exim.conf  file  to  update the name of the
> wrapper, which appears to be different from previous versions. This is
> the line I updated:
>
> JB>  MAILMAN_WRAP=MAILMAN_HOME/mail/mailman
>
> where  formerly  instead  of mailman the end of this line used to read
> "wrapper" and, in fact, I had started receiveng bouncing messages...
>
> Now  the  lists  are working, I mean if you post mail every subscriber
> gets  its  copy but it is impossibile to subscribe or to use any other
> alias address of the list.
>
> The readme.exim says that:
>
> JB> Transport for Exim 3
> JB> 
> JB>
> JB> Add this to the transports section of your Exim config file,
> JB> i.e. somewhere between the first and second "end" line:
> JB>
> JB>   mailman_transport:
> JB> driver = pipe
> JB> command = MAILMAN_WRAP \
> JB>   '${if def:local_part_suffix \
> JB> {${sg{$local_part_suffix}{-(\\w+)(\\+.*)?}{\$1}}}
\
> JB> {post}}' \
> JB>   $local_part
> JB> current_directory = MAILMAN_HOME
> JB> home_directory = MAILMAN_HOME
> JB> user = MAILMAN_USER
> JB> group = MAILMAN_GROUP
> JB>
> JB> (XXX this is untested by me under Exim 3!  Can someone using Exim 3
> JB> please let me know if it works?)
>
> I  tried  to  do this, but it did NOT work. I got no error message, no
> bounce,  but  simply  the mail was not working. The same author of the
> readme says it is untested under exim3...
>
> I  googled  the net but did not find much info: I just found many docs
> which were obviously related to previous versions of mailman.
>
> Now,  is  there anyone who has the same configuration of mailman 2.1.5
> and  exim  3.6 and could pass me some help? Or would you suggest me to
> update  exim too? I would rather not, for I am not a linux hacker, and
> I  am  still  wondering how I could update mailman and have it working
> somehow... Any hint will be appreciated.
>
> Thank you for your attention and your help.
>
>
>
> --
> Salutoni,
>  wiren[EMAIL PROTECTED]
>
> http://www.photosig.com/viewuser.php?id=39271
>
>
> --
> 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/
>
> This message was sent to: [EMAIL PROTECTED]
> Unsubscribe or change your options at
> http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Danish translation

2003-03-21 Thread Brian Ipsen
Hi!

 Is anyone working on a Danish translation of the message-file for Mailman
??

Regards,

/Brian


--
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org