Re: [Mailman-Users] Authentication by domain?

2005-05-09 Thread Jim Tittsler
On May 10, 2005, at 04:22, James wrote:

> Is there a way to authenticate people by domain?
> For example, all people at domain.com should be able to email any
> lists at domain.com, while people outside the domain.com must be
> members to post to the list.

Adding a regular expression that matches all possible domain.com  
poster addresses to the accept_these_nonmembers field of the Privacy  
options... Sender filters... page may be adequate for your needs.   
Try a variant of:

[EMAIL PROTECTED]

Sender addresses are rather easy to spoof, so you may want to think  
twice about doing this.

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


Re: [Mailman-Users] ezmlm to mailman

2005-05-09 Thread Jim Tittsler
On May 10, 2005, at 00:14, [EMAIL PROTECTED] wrote:

> Le lundi 9 Mai 2005 04:15, vous avez écrit :
>
>> I don't think that is an error message.  It is the normal status
>> message that arch prints at the end of its processing.
>>
>> The real question is why doesn't the archiver split apart your
>> mailbox.  It all happens inside Mailman/Archiver/HyperArch.py, so you
>> could add more verbose output there to try to track down what is
>> wrong with your mbox format.
>
> I don't understand anything to this python source (I'm a  
> perlmonger) . So I
> tried strace (below)
> The mbox is read until the end. But after that, I got a lot of "no  
> such file",  [...]

I suspect that your mbox file is not in proper mbox format.

And/or, depending on which files generated the "no such file" errors,  
you may have permissions errors that are preventing arch from writing  
to the archives/private/{listname} directory.

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


Re: [Mailman-Users] multiple domains

2005-05-09 Thread Jim Tittsler
On May 9, 2005, at 15:43, Carl Zwanzig wrote:

> You're looking for "virtual domains", there are a fair number of
> entries in the archive for this list, and in the FAQs.  (The short
> form is: yes, they're possible; for 2.1.5 you have to apply some
> patches; IME most of the patches in the archive don't apply without
> some tweeking.)

And if you are willing to live with the limitation that mailing list  
names must be unique across all the domains using a single Mailman  
instance, no patching is necessary.  Use the add_virtualhost()  
function in your mm_cfg.py (as described in Defaults.py).

   


-- 
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-postfix problem

2005-05-09 Thread Lie, Jafaruddin
Hi gang

Just joined the mailing list *waves to everyone

I have problems getting mailman to run with postfix. Here's the story:
mailman installation went ok and it ran ok with sendmail. When I
installed and used system-switch-mail to switch to postfix, the problem
began.

The setup: 
I am setting mailman to run internally, so we have local mail accounts
on my fedora box ([EMAIL PROTECTED]) not accessible to the outside
world, only locally and anyone on the domain x.x.x. 

The postfix installation went ok, I can send and receive mails from my
local accounts just fine. I configured mailman in mm_cfg.py to use
postfix as the MTA. I followed the instruction on
http://www.gnu.org/software/mailman...all/node13.html.

The problem:
I created one mailing list, with 3 email addresses suscribed to it. One
is my local mail account ([EMAIL PROTECTED] which is forwarded to
[EMAIL PROTECTED]) and two are addresses from x.x.x, lets call it
[EMAIL PROTECTED] and [EMAIL PROTECTED] These are real email addresses, 
accessible
from the internet 

With sendmail, the mailing list works just fine. All the accounts can
send and receive emails from the list.
With postfix, only the local account can. The other two email addresses
can send to the list, but they will not receive anything from it. The
error message I get from /var/log/maillog: 

May 10 12:11:24 fedora postfix/smtpd[4341]: connect from
localhost.localdomain[127.0.0.1]
May 10 12:11:24 fedora postfix/smtpd[4341]: NOQUEUE: reject: RCPT from
localhost.localdomain[127.0.0.1]: 550 <[EMAIL PROTECTED]>: Recipient address
rejected: User unknown in local recipient table;
from=<[EMAIL PROTECTED]> to=<[EMAIL PROTECTED]> proto=ESMTP
helo=
May 10 12:11:24 fedora postfix/smtpd[4341]: C36F82CC285:
client=localhost.localdomain[127.0.0.1]
May 10 12:11:24 fedora postfix/cleanup[4344]: C36F82CC285:
message-id=<[EMAIL PROTECTED]>
May 10 12:11:24 fedora postfix/qmgr[3071]: C36F82CC285:
from=<[EMAIL PROTECTED]>, size=2571, nrcpt=1 (queue
active)
May 10 12:11:24 fedora postfix/smtpd[4341]: disconnect from
localhost.localdomain[127.0.0.1]
May 10 12:11:24 fedora postfix/local[4345]: C36F82CC285:
to=<[EMAIL PROTECTED]>, orig_to=<[EMAIL PROTECTED]>, relay=local, delay=0,
status=sent (delivered to mailbox)
May 10 12:11:24 fedora postfix/qmgr[3071]: C36F82CC285: removed


That's when I send from my real email address to the list. Similar
error, about User unknown in local recipient table.
The only way I can get it to send is if I add the two email addresses
into the /etc/aliases file, something like daryl: [EMAIL PROTECTED]
Considering the list will contain a lot of people, I don't want to be
entering the aliases in the /etc/aliases when mailman obviously has the
email address stored in /etc/mailman/aliases and
/etc/mailman/aliases.db. 

What I have done:
I have ran postmap and postalias to /etc/aliases/ and
/etc/mailman/aliases, have changed /etc/postfix/main.cf, the alias_maps
to read: 
Code:
alias_maps = hash:/etc/aliases, hash:/etc/mailman/aliases


I am at lost here, and about to pull out my hair.. Any suggestions? 
TIA. 
--
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] Help with Mailman 2.1 on RedHat 9

2005-05-09 Thread DJ Freak
Hello to all.  It's been a while since I've posted here.  I have been  
very happy with Mailman on OS X Server with much credit going to the  
kind people on this list.  However the chance to move these horrible  
server fans out of my home has come into my lap and I must grab it.   
Unfortunately this means moving everything from my G4 to my new Linux  
RedHat box.  It's been easier than I thought actually.  RedHat Linux  
feels much less cluttered and confusing than OS X Server's brand of  
UNIX.  I really like it a lot.  However...

I am using the default Mailman 2.1 installed by RedHat.  I can manage  
groups via listinfo in my web browser and even add and remove members  
to the groups that I create; plus, the mail log indicates that  
messages are relayed on their merry way to the correct Mailman  
commands location however no posts or admin mails are ever sent or  
received.

The big clue here is that when I go to

/var/mailman/bin

and type

./mailmanctl restart

I get the following

Traceback (most recent call last):
   File "./mailmanctl", line 524, in ?
 main()
   File "./mailmanctl", line 319, in main
 check_privs()
   File "./mailmanctl", line 274, in check_privs
 gid = grp.getgrnam(mm_cfg.MAILMAN_GROUP)[2]
KeyError: getgrnam(): name not found

I have deleted all groups and even commented the mailman references  
out of Postfix main.cf but the error does not change.  I even  
removed /var/mailman/data/ to try to  
jostle the error but still no change.  There is indeed a mailman user  
and group on the machine as far as I can tell but still this most  
stubborn error persists.

Any thoughts from any of you generous folk?

Thanks,

Evan Miller
--
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] How to clear queue?

2005-05-09 Thread Tyler Strickland
On 05/09/2005 02:37 PM, Brad Knowles wrote:
> At 11:18 AM -0700 2005-05-09, Tyler Strickland wrote:
> 
>>  I'm running a fairly large (~125000 user) list that takes about 2 days
>>  to send to.  Say, for example, we notice an error in a message that we
>>  sent out 2 hours ago, but that still has about 2 days to go to get
>>  everything sent.  Optimization is an issue for another day, but is there
>>  a way to stop that message from getting sent to any more members?
> 
> 
> Stopping the queue runners will keep Mailman from sending out 
> anything more, but you'll also have to stop the queue runners for your 
> MTA -- it's entirely possible that Mailman was finished dumping outgoing 
> e-mail on your MTA long ago, and it's your MTA that is taking so long to 
> send everything.

That's entirely possible - the system is an old sun running sendmail. 
I'm currently building a new mail server to replace it that should be 
able to handle the load much better by running postfix on a 
hyperthreaded Pentium 4.

Thanks!

Tyler
--
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] How to clear queue?

2005-05-09 Thread Brad Knowles
At 11:18 AM -0700 2005-05-09, Tyler Strickland wrote:

>  I'm running a fairly large (~125000 user) list that takes about 2 days
>  to send to.  Say, for example, we notice an error in a message that we
>  sent out 2 hours ago, but that still has about 2 days to go to get
>  everything sent.  Optimization is an issue for another day, but is there
>  a way to stop that message from getting sent to any more members?

Stopping the queue runners will keep Mailman from sending out 
anything more, but you'll also have to stop the queue runners for 
your MTA -- it's entirely possible that Mailman was finished dumping 
outgoing e-mail on your MTA long ago, and it's your MTA that is 
taking so long to send everything.

But certainly, if you're seeing performance problems, you should 
definitely go through the FAQ and read everything that matches 
"performance".

-- 
Brad Knowles, <[EMAIL PROTECTED]>

"Those who would give up essential Liberty, to purchase a little
temporary Safety, deserve neither Liberty nor Safety."

 -- Benjamin Franklin (1706-1790), reply of the Pennsylvania
 Assembly to the Governor, November 11, 1755

   SAGE member since 1995.  See  for more info.
--
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] Authentication by domain?

2005-05-09 Thread James
Is there a way to authenticate people by domain? 
For example, all people at domain.com should be able to email any
lists at domain.com, while people outside the domain.com must be
members to post to the list.
--
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] Sanitizer settings

2005-05-09 Thread Scot Hacker
A user is asking why  HTML messages are ending up with attachments 
(which their organization is bouncing back to them since it doesn't 
allow HTML attachments). I found this in Defaults.py

ARCHIVE_HTML_SANITIZER = 1

The comments there say:
# 2 - Leave it inline, but HTML-escape it

I  added this to mm_cfg.py. Then I  changed the 1 to 2, but it doesn't 
seem to have any effect. Formatted messages still come through with 
attachments, and when I view source on a message, the HTML does not 
appear to be escaped. Ran mailmanctl restart, but no difference. How can 
I make formatted messages appear inline without attachments?

Thanks,
Scot


--
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] How to clear queue?

2005-05-09 Thread Tyler Strickland
I'm running a fairly large (~125000 user) list that takes about 2 days 
to send to.  Say, for example, we notice an error in a message that we 
sent out 2 hours ago, but that still has about 2 days to go to get 
everything sent.  Optimization is an issue for another day, but is there 
a way to stop that message from getting sent to any more members?

Thanks in advance,
Tyler
--
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] Making list inactive

2005-05-09 Thread Christopher X. Candreva
On Sun, 8 May 2005, John Poltorak wrote:

> I would like to have a list of members who subscribed to a list and 
> possibly want to reactivate it at some point in the future.

Backup the mailman/lists/listname directory, delete the list, restore the 
directory if you want to reactivate it.

You can also use the list_members command line program to dump the member 
list to a text file, which could be imported whenever you wanted to 
reactivate it.  

==
Chris Candreva  -- [EMAIL PROTECTED] -- (914) 967-7816
WestNet Internet Services of Westchester
http://www.westnet.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] Why do install docs use Apache Alias w/ trailing slash?

2005-05-09 Thread Matt England
Why do the install docs use Apache Alias w/ trailing slash?

http://list.org/mailman-install/node10.html

This reference seems to make a solid argument for not using trailing slashes:

http://httpd.apache.org/docs/misc/FAQ-E.html#set-servername

The 'ScriptAlias' trailing slash may not hurt much of anything (although I 
plan on being consistent and tell my Apache admins to always eliminate 
trailing ScriptAlias and Alias slashes as a general rule...for 
consistency's sake--any problems with this?), but the Alias trailing slash 
can cause problems as per above...I think.

Am I overlooking something?  If so, I'd like to get to the bottom of it so 
I get my Mailman server working correctly for all user scenarios.

-Matt


--
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] Cron error: /usr/bin/python -S /var/lib/mailman/cron/checkdbs

2005-05-09 Thread John Dennis
On Mon, 2005-05-09 at 08:09 -0700, James wrote:
> I have yet another cron error that I get every day in my mail. I'm not
> sure what it is.
> 
> 
> 
> Cron <[EMAIL PROTECTED]> /usr/bin/python -S /var/lib/mailman/cron/checkdbs
> 
> Traceback (most recent call last):
>   File "/var/lib/mailman/cron/checkdbs", line 178, in ?
> main()
>   File "/var/lib/mailman/cron/checkdbs", line 84, in main
> mlist = MailList.MailList(name)
>   File "/var/lib/mailman/Mailman/MailList.py", line 126, in __init__
> self.Lock()
>   File "/var/lib/mailman/Mailman/MailList.py", line 159, in Lock
> self.__lock.lock(timeout)
>   File "/var/lib/mailman/Mailman/LockFile.py", line 243, in lock
> self.__write()
>   File "/var/lib/mailman/Mailman/LockFile.py", line 422, in __write
> fp = open(self.__tmpfname, 'w')
> IOError: [Errno 13] Permission denied:
> '/var/lib/mailman/locks/mailman.lock.mail.6528.0'

I'm assuming you installed your cron entries using crontab and not
via /etc/cron.d, if so then did you remember to add "-u mailman" to the
crontab command so the scripts execute as the mailman user? (If you
used /etc/cron.d scripts then the user name goes into the cron file as
the 6th field).

If cron is executing your mailman scripts as the user mailman then look
at the file permissions on the lock file, its possible it got created
with the wrong permissions during an earlier snafu with incorrect
installation.
-- 
John Dennis <[EMAIL PROTECTED]>

--
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] ezmlm to mailman

2005-05-09 Thread cbaegert
Hello,

Le lundi 9 Mai 2005 04:15, vous avez écrit :
> I don't think that is an error message.  It is the normal status
> message that arch prints at the end of its processing.
>
> The real question is why doesn't the archiver split apart your
> mailbox.  It all happens inside Mailman/Archiver/HyperArch.py, so you
> could add more verbose output there to try to track down what is
> wrong with your mbox format.

I don't understand anything to this python source (I'm a perlmonger) . So I 
tried strace (below)
The mbox is read until the end. But after that, I got a lot of "no such file", 
and then, there's still no archive except this file (pipermail.pck) in the 
private directory. I got "no such file or directory" before this read section 
(the message is replaced by XXX), but I didn't keep it to make my message 
shorter.

Any idea ?

read(3, "XX"..., 4096) = 4096
read(3, "XX"..., 4096) = 4096
read(3, "XX"..., 4096) = 4096
read(3, "XX"..., 4096) = 4096
read(3, "XX"..., 4096) = 4096
read(3, "XX"..., 4096) = 4096
read(3, "XX"..., 4096) = 4096
read(3, "XX"..., 4096) = 4096
read(3, "XX"..., 4096) = 4096
read(3, "XX"..., 4096) = 4096
read(3, "XX"..., 4096) = 4096
read(3, "XX"..., 4096) = 4096
read(3, "XX"..., 4096) = 4096
read(3, "XX"..., 4096) = 4096
read(3, "XX"..., 4096) = 4096
read(3, "XX"..., 4096) = 4096
read(3, "XX"..., 4096) = 4096
read(3, "XX"..., 4096) = 4096
read(3, "XX"..., 4096) = 4096
read(3, "XX"..., 4096) = 4096
read(3, "XX"..., 4096) = 4096
read(3, "XX"..., 4096) = 4096
read(3, "XX"..., 4096) = 4096
read(3, "XX"..., 4096) = 4096
read(3, "XX"..., 4096) = 4096
read(3, "XX"..., 4096) = 4096
read(3, "XX"..., 4096) = 4096
read(3, "XX"..., 4096) = 4096
read(3, "XX"..., 4096) = 4096
read(3, "XX"..., 4096) = 4096
read(3, "XX"..., 4096) = 4096
read(3, "XX"..., 4096) = 4096
read(3, "XX"..., 4096) = 4096
read(3, "XX"..., 4096) = 4096
read(3, "XX"..., 4096) = 4096
read(3, "XX"..., 4096) = 4096
read(3, "XX"..., 4096) = 4096
read(3, "XX"..., 4096) = 4096
read(3, "XX"..., 4096) = 4096
read(3, "XX"..., 4096) = 4096
read(3, "XX"..., 4096) = 4096
read(3, "XX"..., 4096) = 4096
read(3, "XX"..., 4096) = 4096
read(3, "XX"..., 4096) = 4096
read(3, "XX"..., 4096) = 4096
read(3, "XX"..., 4096) = 4096
read(3, "XX"..., 4096) = 4096
read(3, "XX"..., 4096) = 3201
read(3, "", 4096)   = 0
umask(02)   = 022
open("/usr/local/mailman/archives/private/testliste/index.html", O_WRONLY|
O_CREAT|O_TRUNC|O_LARGEFILE, 0666) = 4
fstat64(4, {st_mode=S_IFREG|0664, st_size=0, ...}) = 0
umask(022)  = 02
stat64("/usr/local/mailman/archives/private/testliste.mbox/testliste.mbox", 
{st_mode=S_IFREG|0644, st_size=195713, ...}) = 0
stat64("/usr/local/mailman/messages/fr_FR.ISO8859-1/LC_MESSAGES/mailman.mo", 
0xbfffeaf0) = -1 ENOENT (No such file or directory)
stat64("/usr/local/mailman/messages/fr_FR/LC_MESSAGES/mailman.mo", 0xbfffeaf0) 
= -1 ENOENT (No such file or directory)
stat64("/usr/local/mailman/messages/fr.ISO8859-1/LC_MESSAGES/mailman.mo", 
0xbfffeaf0) = -1 ENOENT (No such file or directory)
stat64("/usr/local/mailman/messages/fr/LC_MESSAGES/mailman.mo", 
{st_mode=S_IFREG|0644, st_size=349962, ...}) = 0

pen("/usr/local/mailman/templates/listes.y.fr/fr/archtocnombox.html", 
O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/local/mailman/templates/site/fr/archtocnombox.html", O_RDONLY|
O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/local/mailman/templates/fr/archtocnombox.html", O_RDONLY|
O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/local/mailman/lists/testliste/fr/archtocnombox.html

[Mailman-Users] Cron error: /usr/bin/python -S /var/lib/mailman/cron/checkdbs

2005-05-09 Thread James
I have yet another cron error that I get every day in my mail. I'm not
sure what it is.



Cron <[EMAIL PROTECTED]> /usr/bin/python -S /var/lib/mailman/cron/checkdbs

Traceback (most recent call last):
  File "/var/lib/mailman/cron/checkdbs", line 178, in ?
main()
  File "/var/lib/mailman/cron/checkdbs", line 84, in main
mlist = MailList.MailList(name)
  File "/var/lib/mailman/Mailman/MailList.py", line 126, in __init__
self.Lock()
  File "/var/lib/mailman/Mailman/MailList.py", line 159, in Lock
self.__lock.lock(timeout)
  File "/var/lib/mailman/Mailman/LockFile.py", line 243, in lock
self.__write()
  File "/var/lib/mailman/Mailman/LockFile.py", line 422, in __write
fp = open(self.__tmpfname, 'w')
IOError: [Errno 13] Permission denied:
'/var/lib/mailman/locks/mailman.lock.mail.6528.0'
--
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] Initial list of supported languages.

2005-05-09 Thread James
Thanks. That fixed it.



On 5/8/05, Jim Tittsler <[EMAIL PROTECTED]> wrote:
> On May 9, 2005, at 04:21, James wrote:
> 
> > Is it possible to list only one languge in the "Initial list of
> > supported languages" in %prefix/mailman/create page?
> 
> You can modify the LC_DESCRIPTIONS dictionary in your mm_cfg.py to
> just include a single language.
> 
> for lc in LC_DESCRIPTIONS.keys():
>  if lc <> 'en':
>  del LC_DESCRIPTIONS[lc]
> 
> --
> 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


Re: [Mailman-Users] Initial list of supported languages. / Please Remove

2005-05-09 Thread Brad Knowles
At 6:56 AM -0500 2005-05-09, Nancy J. Hong wrote:

>  Please remove!

If you wish to unsubscribe, please go to the "Unsubscribe" link 
at the bottom of every message you receive.  It looks like this:

http://mail.python.org/mailman/options/mailman-users/nancyjhong%40comcast.net

-- 
Brad Knowles, <[EMAIL PROTECTED]>

"Those who would give up essential Liberty, to purchase a little
temporary Safety, deserve neither Liberty nor Safety."

 -- Benjamin Franklin (1706-1790), reply of the Pennsylvania
 Assembly to the Governor, November 11, 1755

   SAGE member since 1995.  See  for more info.
--
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] Initial list of supported languages. / Please Remove

2005-05-09 Thread Nancy J. Hong
Please remove!

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of
Jim Tittsler
Sent: Monday, May 09, 2005 12:45 AM
To: James
Cc: mailman-users@python.org
Subject: Re: [Mailman-Users] Initial list of supported languages.

On May 9, 2005, at 04:21, James wrote:

> Is it possible to list only one languge in the "Initial list of
> supported languages" in %prefix/mailman/create page?

You can modify the LC_DESCRIPTIONS dictionary in your mm_cfg.py to
just include a single language.

for lc in LC_DESCRIPTIONS.keys():
 if lc <> 'en':
 del LC_DESCRIPTIONS[lc]


--
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/nancyjhong%40comcast.ne
t

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