Re: [Mailman-Users] Allowing only users from a domain to post to list

2005-04-14 Thread Mark Sapiro
Kyle Kniepkamp wrote:
>
>1. I have a list that I would only like to allow people with an 
>@mydomain.com email address to post to. All others should be rejected. I 
>don't see an easy way to do this and haven't run across anything useful 
>in the list archives. Any ideas?


Put

[EMAIL PROTECTED]

in accept_these_nonmembers.


>2. I have a list that will contain other lists, will people from those 
>other lists be allowed to post to the main list without allowing anyone 
>to post to it?

Not automatically. See the FAQ
>Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Article 3.5

Also see http://starship.python.net/crew/jwt/mailman/#listinclusion

--
Mark Sapiro <[EMAIL PROTECTED]>   The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp


RE: [Mailman-Users] hide footer/s

2005-04-14 Thread Peter A. Solomon
Search through your Defaults.py for logos, remember to put any modifications
in your mm_cfg.py

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Roger Espiritu
Sent: Thursday, April 14, 2005 12:23 PM
To: mailman-users@python.org
Subject: [Mailman-Users] hide footer/s 


How do I globally hide all the footers in my mailman (v2.1.2)? There are 3
banners (mailman, python powered and gnu).

-Roger

--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe:
http://mail.python.org/mailman/options/mailman-users/psolomon%40adelphia.net

Security Policy:
http://www.python.org/cgi-bin/faqw-mm.py?req=ow&fileúq01.027.htp

--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&fileúq01.027.htp


[Mailman-Users] Allowing only users from a domain to post to list

2005-04-14 Thread Kyle Kniepkamp
This is mainly a two part question:
1. I have a list that I would only like to allow people with an 
@mydomain.com email address to post to. All others should be rejected. I 
don't see an easy way to do this and haven't run across anything useful 
in the list archives. Any ideas?

2. I have a list that will contain other lists, will people from those 
other lists be allowed to post to the main list without allowing anyone 
to post to it?

Thanks,
Mailman version 2.1.5
--
Kyle Kniepkamp
--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp


[Mailman-Users] Data directory/bounce-events-* files?

2005-04-14 Thread Larry Rosenman
I have 178MEG of bounce-events-* files in my /data directory.

Should these files be hanging around?

I did have the Python 2.4* problem with strftime, but that is now fixed by
A local patch. 

If these files need to be processed somehow, how?

Do they need to hang around?

Thanks!


-- 
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 214-351-4152 E-Mail: ler@lerctr.org
US Mail: 3535 Gaspar Drive, Dallas, TX 75220-3611

--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp



Re: [Mailman-Users] Setting option flag for all users?

2005-04-14 Thread Jared Smith
Jim Tittsler wrote:
> I think you want to set SuppressPasswordReminders for each member.  And
> yes, you could do it with withlist.
That worked perfectly and took all of 1 minute to do. THANK YOU!
I would, however, make the recommendation that when send_reminders is set 
0 for a list that imported users should also have the 
SuppressPasswordReminders flag set to 1 rather than 0. As an admin, if I 
don't want reminders sent to my users, then why would every imported user 
have their settings set to receive them, thus overriding my list setting?

Jared Smith
--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp


Re: [Mailman-Users] Setting option flag for all users?

2005-04-14 Thread Jim Tittsler
On Apr 15, 2005, at 02:35, Jared Smith wrote:
I really don't want to change the options manually in the Web 
interface for 1000 usrs. I've narrowed this down to the send_reminders 
flag in the user options, but I'm not sure how to change this flag to 
0 for all the users. Perhaps a withlist command?
I think you want to set SuppressPasswordReminders for each member.  And 
yes, you could do it with withlist.  Create ~mailman/noreminders.py 
containing:

###noreminders.py
from Mailman import mm_cfg
def noreminders(m):
for addr in m.getMembers():
m.setMemberOption(addr, mm_cfg.SuppressPasswordReminder, 1)
m.Save()
m.Unlock()
###noreminders.py
and then run on list 'mylist' by using withlist, remembering to lock 
the list:

bin/withlist -l -r noreminders mylist
--
Jim Tittsler http://www.OnJapan.net/  GPG: 0x01159DB6
Python Starship  http://Starship.Python.net/crew/jwt/
Mailman IRC  irc://irc.freenode.net/#mailman
--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp


[Mailman-Users] Extend htdig/Mailman to display message authors

2005-04-14 Thread Mark Andrews
This question is in the blurry area between Mailman and htdig. Using the 
htdig patch from SourceForge, I've managed to
get Mailman 2.1.5 correctly building and searching message indexes.

However, we have one more wish item. Using htsearch to search message 
indexes produces a nice HTML page of messages,
ranked in whatever order was chosen by the user. We would like to 
include the name of the person (the author) of each message
in the HTML page produced by htsearch.

For example, if I search the "foo" group for messages containing the 
word "bar", I currently see something like:

*** [foo] First Subject
 ** [foo] Second Subject
when I would like to see:
*** [foo] First Subject   Author Name1
 ** [foo] Second Subject  Author Name2
Anyone done something similar or know how to do it?
Thanks
--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp


Re: [Mailman-Users] MailMan Not Sending

2005-04-14 Thread Jess Mooers
Carl Zwanzig <[EMAIL PROTECTED]> wrote on Thursday, April 14, 2005:

>In a flurry of recycled electrons, Jess Mooers wrote:
>
>> This is what I get now.
>> 
>> xserve1:/ jmooers$ sudo /usr/share/mailman/bin/mailmanctl start
>> Password:
>> Site list is missing: mailman
>
>That's because with 2.1.x, you must have a list called 'mailman'. I'm
>sure it's in the FAQ somewhere. MM won't operate without it.
>
>z!
>


Thanks.  I got the following, which is I'm sure what I am supposed to get.

xserve1:/ jmooers$ sudo /usr/share/mailman/bin/mailmanctl start
Password:
Starting Mailman's master qrunner.


We'll see if it works.  Thanks for all of your help.

Jess Mooers
~~~ 
Landmann Associates
1423 S. Park St., Madison,, WI 53715
W 608-257-1558 F 608-257-8705
www.landmannassoc.com
--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&fileúq01.027.htp


Re: [Mailman-Users] MailMan Not Sending

2005-04-14 Thread Carl Zwanzig
In a flurry of recycled electrons, Jess Mooers wrote:

> This is what I get now.
> 
> xserve1:/ jmooers$ sudo /usr/share/mailman/bin/mailmanctl start
> Password:
> Site list is missing: mailman

That's because with 2.1.x, you must have a list called 'mailman'. I'm
sure it's in the FAQ somewhere. MM won't operate without it.

z!
--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp


Re: [Mailman-Users] MailMan Not Sending

2005-04-14 Thread Jess Mooers
Dan Phillips <[EMAIL PROTECTED]> wrote on Thursday, April 14, 2005:

>The fact that in and shunt directories are not empty indicates that the 
>mailmanctl daemon is not running. In the terminal, try running 
>"/usr/share/mailman/bin/mailmanctl start" or simply reboot the machine.
>
>Dan
>
Dan,

This is what I get now.

xserve1:/ jmooers$ sudo /usr/share/mailman/bin/mailmanctl start
Password:
Site list is missing: mailman

Jess Mooers
~~~ 
Landmann Associates
1423 S. Park St., Madison,, WI 53715
W 608-257-1558 F 608-257-8705
www.landmannassoc.com
--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&fileúq01.027.htp


Re: [Mailman-Users] MailMan Not Sending

2005-04-14 Thread Jess Mooers
Dan Phillips <[EMAIL PROTECTED]> wrote on Wednesday, April 13, 2005:

>Check the Mailman logs (/usr/share/mailman/logs), specifically post and  
>smtp logs. If nothing shows up there related to the above post, then I  
>suspect that for some reason the qrunners have stopped. Check  
>/mailman/qfiles to see if any directories there's anything in in or  
>shunt.
>
>Just out of curiosity, did you install the 2.1.5 upgrade from source  
>over Apple's 2.1.2 install, or was it included in a software update  
>from Apple? I'm running 2.1.5 on OS X Server 10.2, and one of the  
>reasons I haven't updated to Panther was the outdated Mailman included.
>
>Dan

Sorry for the delay in response, had a server to fix in the mean time!

The mailman logs do not give any indication that anything is wrong.  I had this 
running about a 6 weeks ago, but put it on the back burner for a few other 
things.  Came back to it and it all of a sudden would not work.

I can't get acces to the qfiles.  From the terminal I get this.

xserve1:/var/mailman/qfiles jmooers$ ls -l
total 0
drwxrwx---   2 mailman  mailman   68  2 Feb 11:18 archive
drwxrwx---   2 mailman  mailman   68 31 Jan 15:04 bounces
drwxrwx---   2 mailman  mailman   68 31 Jan 15:04 commands
drwxrwx---  16 mailman  mailman  544 13 Apr 16:57 in
drwxrwx---   2 mailman  mailman   68 31 Jan 15:04 news
drwxrwx---   2 mailman  mailman   68  2 Feb 13:39 out
drwxrwx---   2 mailman  mailman   68 31 Jan 15:04 shunt
drwxrws---  22 root mailman  748 13 Apr 17:00 virgin

The install is from Apple, running when I received our new XServe.

Jess Mooers
~~~ 
Landmann Associates
1423 S. Park St., Madison,, WI 53715
W 608-257-1558 F 608-257-8705
www.landmannassoc.com
--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&fileúq01.027.htp


Re: [Mailman-Users] encoding errors

2005-04-14 Thread Heather Madrone
At 9:03 PM -0500 4/13/05, Larry Stone wrote:
>On 4/13/05 8:20 PM, Brad Knowles at [EMAIL PROTECTED] wrote:
> > At 6:14 PM -0700 2005-04-13, Heather Madrone wrote:
> >>  Does anyone know why there are so many encoding errors with posts to this
>>>  list?
>>
>> Encoding errors?  What do you mean?
>
>I think she means this:
>[Error: Formatting error: Non-hexadecimal character in QP encoding]
>which I see in many list messages when logged into the shell on my computer
>and reading with pine (pine 4.58 running on MacOS X 10.3.8; for
>completeness, the MTA is whatever version of postfix came with Mac OS X
>10.3). I saw it in a message tonight:
>
>Date: Wed, 13 Apr 2005 18:22:26 -0500
>From: Jess Mooers <[EMAIL PROTECTED]>
>To: Mailman Users List 
>Subject: [Mailman-Users] MailMan Not Sending

Yes, that's exactly what I'm talking about.  I'm wondering if it happens when
the messages are converted to plain text.  Or maybe with the handling of 
extended
ASCII characters.

On this list, I see it with about 5% of the posts.  I'm running the same 
version of
Mailman as this list, and it doesn't happen on my list.

It seems like bad advertising for Mailman, and I'd be interested in helping to 
track
down the problem.

-- 
Heather Madrone  ([EMAIL PROTECTED])  http://www.madrone.com

A rolling stone gathers no mass.
--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp


Re: [Mailman-Users] Migrating lists to new server...

2005-04-14 Thread Tony Bibbs
Yeah, I was pretty sure I did as I used scp's -r option to do it.  I may 
have to do it over...probably missed something obvious.

--Tony
Larry Rosenman wrote:
Did you copy the entire /lists directory AND IT'S SUBDIRECTORIES?
(I just did this exact thing for a client).

 

--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp


[Mailman-Users] Setting option flag for all users?

2005-04-14 Thread Jared Smith
I just got mailman 2.1.5 up and running on Debian and only pulled out 
about half of my hair in the process. I had set send_reminders (to send 
the monthly password reminders) in my list admin to NO and then imported 
our 1000 or so users. I have everything up and running perfectly and am 
now shocked to see that all of the imported users have the "Get password 
reminder email for this list?" flag set to YES, which means they will get 
the password reminder anyway, right?

So, is there a way for me to change this setting for all users to NO and 
then give them the option to enable it if they choose to. Totally 
disabling the password reminders isn't an option - I just don't want the 
user to get them unless they change the setting to YES.

I really don't want to change the options manually in the Web interface 
for 1000 usrs. I've narrowed this down to the send_reminders flag in the 
user options, but I'm not sure how to change this flag to 0 for all the 
users. Perhaps a withlist command?

Jared
--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp


RE: [Mailman-Users] Migrating lists to new server...

2005-04-14 Thread Larry Rosenman
The members are in the config.pck files in the /lists/${listname}/
directory. 


-- 
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 214-351-4152 E-Mail: ler@lerctr.org
US Mail: 3535 Gaspar Drive, Dallas, TX 75220-3611

-Original Message-
From: Tony Bibbs [mailto:[EMAIL PROTECTED] 
Sent: Thursday, April 14, 2005 12:08 PM
To: Larry Rosenman
Cc: mailman-users@python.org
Subject: Re: [Mailman-Users] Migrating lists to new server...

Yeah, I was pretty sure I did as I used scp's -r option to do it.  I may
have to do it over...probably missed something obvious.

--Tony

Larry Rosenman wrote:

>Did you copy the entire /lists directory AND IT'S SUBDIRECTORIES?
>
>(I just did this exact thing for a client).
> 
>
>
>  
>


--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp


[Mailman-Users] hide footer/s

2005-04-14 Thread Roger Espiritu
How do I globally hide all the footers in my mailman (v2.1.2)? There are 3 
banners (mailman, python powered and gnu).

-Roger

--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&fileúq01.027.htp


RE: [Mailman-Users] Migrating lists to new server...

2005-04-14 Thread Larry Rosenman
Did you copy the entire /lists directory AND IT'S SUBDIRECTORIES?

(I just did this exact thing for a client).
 


-- 
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 214-351-4152 E-Mail: ler@lerctr.org
US Mail: 3535 Gaspar Drive, Dallas, TX 75220-3611

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Tony
Bibbs
Sent: Wednesday, April 13, 2005 8:41 AM
To: mailman-users@python.org
Subject: [Mailman-Users] Migrating lists to new server...

I'm trying to successfully migrate all lists and associated accounts over to
a new server.  I copied everythign in the /lists and /data directories.
This seemed to produce the lists just fine but none of the addresses tied to
each list came with them.  Thoughts?

--Tony
--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe:
http://mail.python.org/mailman/options/mailman-users/ler%40lerctr.org

Security Policy:
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp



--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp


Re: [Mailman-Users] Migrating lists to new server...

2005-04-14 Thread Tony Bibbs
Well, I had already created the aliases. The problem is the addresses 
really didn't come with them.  What file(s) are the addresses kept in so 
I can verify this?

--Tony
Jim Tittsler wrote:
On Apr 13, 2005, at 22:40, Tony Bibbs wrote:
I'm trying to successfully migrate all lists and associated accounts 
over to a new server.  I copied everythign in the /lists and /data 
directories.  This seemed to produce the lists just fine but none of 
the addresses tied to each list came with them.  Thoughts?

(You will probably also want to copy the archives and mm_cfg.py 
customizations.)

If you copied the contents of the lists directory, that contains all 
of the subscriber addresses.

If you mean the addresses to reach the mailing lists, you will also 
need to copy or recreate all of the aliases that pipe mail into 
mailman (unless you use an MTA scheme that automatically detects the 
lists, which is most common for Exim users).  the bin/genaliases 
command can (re)build the complete list of aliases for your lists.  
(If you are using Postfix, you will also want to tell it where to find 
the aliases in the data directory... details are in README.POSTFIX.)

--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp


[Mailman-Users] Re: Mailman-Users Digest, Vol 14, Issue 22

2005-04-14 Thread Paul Williams
Just last week I did a move all my mailmna lists
to a totally new server, I moved  where mailman was installed
and had a new version of Mailman.
I needed to run
  bin/withlist -l -r fix_url -a
as described in 3.4 in the Mailman FAQ
and then I encountered the apparently known problem described in 3.38
in the Mailman FAQ, ie.
After upgrading mailman it gives out erroneous moderation messages, eg
"Subject: -1 LISTNAME moderator request(s) waiting
This fixes itself when you go to the link.
There is a description how to fix the problem other than going to the link,
but to be honest, the description was not written in a way that I could
understand to fix the problem.  I understood how to use the python fix for
one list but I have about 400+ lists and I didn't want to run it by hand on
all 400+ lists.  So I just told owners to click on the link and it
should fix it for them.
paulw

Content-Transfer-Encoding: 7bit
From: Jim Tittsler <[EMAIL PROTECTED]>
Precedence: list
MIME-Version: 1.0 (Apple Message framework v619.2)
Cc: mailman-users@python.org
To: Tony Bibbs <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
In-Reply-To: <[EMAIL PROTECTED]>
Date: Thu, 14 Apr 2005 11:54:09 +0900
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=US-ASCII; format=flowed
Subject: Re: [Mailman-Users] Migrating lists to new server...
Message: 5
On Apr 13, 2005, at 22:40, Tony Bibbs wrote:
I'm trying to successfully migrate all lists and associated accounts over 
to a new server.  I copied everythign in the /lists and /data 
directories.  This seemed to produce the lists just fine but none of the 
addresses tied to each list came with them.  Thoughts?
(You will probably also want to copy the archives and mm_cfg.py 
customizations.)

If you copied the contents of the lists directory, that contains all of 
the subscriber addresses.

If you mean the addresses to reach the mailing lists, you will also need 
to copy or recreate all of the aliases that pipe mail into mailman (unless 
you use an MTA scheme that automatically detects the lists, which is most 
common for Exim users).  the bin/genaliases command can (re)build the 
complete list of aliases for your lists.  (If you are using Postfix, you 
will also want to tell it where to find the aliases in the data 
directory... details are in README.POSTFIX.)

--
Jim Tittsler http://www.OnJapan.net/  GPG: 0x01159DB6
Python Starship  http://Starship.Python.net/crew/jwt/
Mailman IRC  irc://irc.freenode.net/#mailman
--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp


[Mailman-Users] Mailman 2.1.6 release candidate up

2005-04-14 Thread Tokio Kikuchi
Sorry that I forget to add the download pointer;
http://sourceforge.net/project/showfiles.php?group_id=103
or
http://mm.tkikuchi.net/mailman-2.1.6rc1.tgz
Hi all,
Now we are on the last stage before the final release of 2.1.6.
After the release of 2.1.6b5, we've got translation updates from the
language champions including Leona for zh_CN (Chinese, China).
Hopefully, I will be able to release the 2.1.6 final within a week.
Cheers,
--
Tokio Kikuchi tkikuchi@ is.kochi-u.ac.jp
http://weather.is.kochi-u.ac.jp/
--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp


[Mailman-Users] Mailman 2.1.6 release candidate up

2005-04-14 Thread Tokio Kikuchi
Hi all,
Now we are on the last stage before the final release of 2.1.6.
After the release of 2.1.6b5, we've got translation updates from the 
language champions including Leona for zh_CN (Chinese, China).
Hopefully, I will be able to release the 2.1.6 final within a week.

Cheers,
--
Tokio Kikuchi tkikuchi@ is.kochi-u.ac.jp
http://weather.is.kochi-u.ac.jp/
--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp


Re: [Mailman-Users] MailMan Not Sending

2005-04-14 Thread Larry Stone
On 4/13/05 5:11 PM, Jess Mooers at [EMAIL PROTECTED] wrote:

> I am having a strange problem with Mailman 2.1.5, Mac OS X Server 10.3,
> Postfix.
> 
> First, Postfix is sending mail from our php forms, so I know that it is
> working.  I can send a message to the list, with no bounce backs.  Here is the
> mail log that shows the email being sent.
> 
> Apr 13 16:57:13 xserve1 postfix/smtpd[15537]: connect from
> smtp.landmanninteractive.com[66.170.10.201]
> Apr 13 16:57:13 xserve1 postfix/smtpd[15537]: DDCE9298A97C:
> client=smtp.landmanninteractive.com[66.170.10.201]
> Apr 13 16:57:13 xserve1 postfix/cleanup[15538]: DDCE9298A97C:
> message-id=<[EMAIL PROTECTED]>
> Apr 13 16:57:13 xserve1 postfix/qmgr[14677]: DDCE9298A97C:
> from=<[EMAIL PROTECTED]>, size=1149, nrcpt=1 (queue active)
> Apr 13 16:57:13 xserve1 postfix/smtpd[15537]: disconnect from
> smtp.landmanninteractive.com[66.170.10.201]
> Apr 13 16:57:14 xserve1 postfix/local[15540]: DDCE9298A97C:
> to=<[EMAIL PROTECTED]>, relay=local, delay=1, status=sent
> ("|/usr/share/mailman/mail/mailman post li_customers")
> 
> The problem is that the message never sends from mailman.  Any help in
> troubleshooting would be great.

All that log excerpt shows is the mail was delivered to mailman. You need to
take a look at mailman's logs (in (prefix)/mailman/logs) to see what is
going on within mailman.

But let's not pass up the obvious: you did start mailman, right?

-- Larry Stone
   [EMAIL PROTECTED]
   http://www.stonejongleux.com/
   


--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp


[Mailman-Users] OSError

2005-04-14 Thread Sean

Hi,

I started seeing this on one of my mailman servers:

Apr 13 12:02:48 2005 qrunner(62314): Traceback (most recent call last):
Apr 13 12:02:48 2005 qrunner(62314):   File "/usr/mailman/bin/qrunner",
line 270, in ?
Apr 13 12:02:48 2005 qrunner(62314):   File "/usr/mailman/bin/qrunner",
line 230, in main
Apr 13 12:02:48 2005 qrunner(62314):  qrunner.run()
Apr 13 12:02:48 2005 qrunner(62314):   File
"/usr/mailman/Mailman/Queue/Runner.py", line 70, in run
Apr 13 12:02:48 2005 qrunner(62314):  filecnt = self._oneloop()
Apr 13 12:02:48 2005 qrunner(62314):   File
"/usr/mailman/Mailman/Queue/Runner.py", line 94, in _oneloop
Apr 13 12:02:48 2005 qrunner(62314):  files =
self._switchboard.files()
Apr 13 12:02:48 2005 qrunner(62314):   File
"/usr/mailman/Mailman/Queue/Switchboard.py", line 158, in files
Apr 13 12:02:48 2005 qrunner(62314):  for f in
os.listdir(self.__whichq):
Apr 13 12:02:48 2005 qrunner(62314): OSError :  [Errno 23] Too many open
files in system: '/usr/mailman/qfiles/out'

This is on a FreeBSD 4.8-STABLE box with mailman 2.1.5.  When I ran pstat
-T the number for files open was around 5000 and the default limit on the
server is 8232.   So its not hitting that limit.   Any ideas why
Switchboard.py is complaining about this?

It causes the OutgoingRunner to die off.  I've got a similar setup on a
separate FreeBSD 4.8-STABLE box but never get this error there.  The only
difference is that there are 2 slices of OutgoingRunner on the box giving
the error.

Thanks for any input,
Sean

--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp


Re: [Mailman-Users] no outgoing mail with postfix

2005-04-14 Thread Tamara Yoggev
Thanks a lot for your reply.
After going through the FAQ,
I performed the following steps and the problem was solved:
1) started the qrunner. (A bit embarrassing, don't know how it was stopped)
2) In mm_cfg.py, added SMTPHOST=
3) In /etc/nsswitch.conf switched:
   hosts: files nis 
  to:
  hosts: dns files nis

and that solved all my problems.
Thanks again,
Tamara
- Original Message - 
From: "Jim Tittsler" <[EMAIL PROTECTED]>
To: "Tamara Yoggev" <[EMAIL PROTECTED]>
Cc: 
Sent: Wednesday, April 13, 2005 10:46 AM
Subject: Re: [Mailman-Users] no outgoing mail with postfix


On Apr 12, 2005, at 02:55, Tamara Yoggev wrote:
relay host, I can accept emails, but I can't seem to send any emails, 
but I get NO error in the log file. so I am totally clueless as to 
what the problem is.
Meaning there is no error in either your Postfix logs or your Mailman 
logs?

Did you try check the troubleshooting points suggested by the FAQ?
  
Everything seems fine! except the message doesn't get posted to all 
the list members!
Are the messages collecting in the Mailman qfiles/in (did you remember 
to start mailman?) or qfiles/shunt (check Mailman's error log again)?

--
Jim Tittsler http://www.OnJapan.net/  GPG: 0x01159DB6
Python Starship  http://Starship.Python.net/crew/jwt/
Mailman IRC  irc://irc.freenode.net/#mailman
--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp


[Mailman-Users] MailMan Not Sending

2005-04-14 Thread Jess Mooers
I am having a strange problem with Mailman 2.1.5, Mac OS X Server 10.3, Postfix.

First, Postfix is sending mail from our php forms, so I know that it is 
working.  I can send a message to the list, with no bounce backs.  Here is the 
mail log that shows the email being sent. 

Apr 13 16:57:13 xserve1 postfix/smtpd[15537]: connect from 
smtp.landmanninteractive.com[66.170.10.201]
Apr 13 16:57:13 xserve1 postfix/smtpd[15537]: DDCE9298A97C: 
client=smtp.landmanninteractive.com[66.170.10.201]
Apr 13 16:57:13 xserve1 postfix/cleanup[15538]: DDCE9298A97C: 
message-id=<[EMAIL PROTECTED]>
Apr 13 16:57:13 xserve1 postfix/qmgr[14677]: DDCE9298A97C: from=<[EMAIL 
PROTECTED]>, size=1149, nrcpt=1 (queue active)
Apr 13 16:57:13 xserve1 postfix/smtpd[15537]: disconnect from 
smtp.landmanninteractive.com[66.170.10.201]
Apr 13 16:57:14 xserve1 postfix/local[15540]: DDCE9298A97C: to=<[EMAIL 
PROTECTED]>, relay=local, delay=1, status=sent 
("|/usr/share/mailman/mail/mailman post li_customers")

The problem is that the message never sends from mailman.  Any help in 
troubleshooting would be great.

Regards,
Jess Mooers
~~~ 
Landmann InterActive
1423 S. Park St., Madison, WI 53715
W 608-257-1558 F 608-257-8705
www.landmanninteractive.com
--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&fileúq01.027.htp