Re: [Mailman-Users] What's wrong with the mailman-users archive?

2003-01-10 Thread Richard Barrett
At 00:16 10/01/2003, Tokio Kikuchi wrote:

Hi,

As of 0900 JST (+0900),
http://mail.python.org/pipermail/mailman-users/2003-January/date.html
shows 12 messages archived but it also says there are 311 messages.

Looks like all the messages before Wed Jan 8 13:55:56 EST 2003 (in
January 2003) are gone !


I think the HTML messages are there but the archive index page generation 
is going wrong, although new messages are being added to the truncated list 
on the index page. That said the gzipped text file of the archive is 
consistent with the index page.

What happened ?

Tokio


Maybe related to the problem I've been seeing but maybe not; according to 
message headers on some mail coming from the list the time from the mailman 
server receiving posts to sending them out has been very lengthy (see 
headers below from one message). Before the list's index page was screwed 
up messages were appearing in the archives long before they were passed to 
the mail.python.org MTA for distribution to the list members.

Received: from punt-2.mail.demon.net by mailstore
  for [EMAIL PROTECTED] id 1042145505:20:23692:131;
  Thu, 09 Jan 2003 20:51:45 GMT
Received: from mail.python.org ([12.155.117.29]) by punt-2.mail.demon.net
   id ab2024967; 9 Jan 2003 20:51 GMT
Received: from localhost.localdomain ([127.0.0.1] helo=mail.python.org)
by mail.python.org with esmtp (Exim 4.05)
id 18WjeO-EU-00
for [EMAIL PROTECTED]; Thu, 09 Jan 2003 15:51:40 -0500
Received: from mail1.nucleus.com ([207.34.101.2] helo=MAIL.nucleus.com)
by mail.python.org with esmtp (Exim 4.05)
id 18W7K0-0008Ny-00
for [EMAIL PROTECTED]; Tue, 07 Jan 2003 22:56:04 -0500
Received: from www.kumacommunications.net (unverified [207.229.8.78]) by
MAIL.nucleus.comfor <[EMAIL PROTECTED]>;
Tue, 7 Jan 2003 20:56:03 -0700
Received: from grizzly (dsl-psoun-207-229-8-79-edm.nucleus.com 
[207.229.8.79])
h083tsf27303
for <[EMAIL PROTECTED]>; Tue, 7 Jan 2003 20:55:54 -0700


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



Re: [Mailman-Users] Install issue on Mac OS 10.2.3

2003-01-10 Thread Jean-Michel Biraghi
Right, it's now OK with that change. Thank you.

My only problem now is with Sendmail :

sudo newaliases
/etc/mail/aliases: line 1: alias line too long
/etc/mail/aliases: 0 aliases, longest 0 bytes, 0 bytes total

Everything seems to be OK with the alias file :
– it's a plain text file
– 1st line is a comment
– 1st uncommented line has 23 chars (root: [TAB] username)

and also with the sendmail.cf :
O AliasFile=/etc/mail/aliases

I really don't understand what's wrong in that stuff...
I've sent a question to the Sendmail newsgroup but nobody answered.

Did somebody get this problem ?

Thanks for your help... (I'm quite stubborn... I WANT to finish it.. :-
))

***
Jean-Michel Biraghi
4D Hispano
28230 Las Rozas de Madrid, Spain
http://www.4dhispano.com
***


El Thu, 09 Jan 2003 15:45:46 -0500, Steve Burling escribió :
> --On Tuesday, January 7, 2003 11:27 AM +0100 Jean-Michel Biraghi 
> <[EMAIL PROTECTED]> wrote:
> 
>>  W A R N I N G :   G r o u p   w r i t a b l e   d i r e c t o r y   /
>> 
>> What do you think about this warning ?
> 
> To which I reply:
> 
> The "Group writable directory" error is one of sendmail's security 
> checks, and typically happens on Mac OS X because Apple's Installer 
> *always* seems to make the root directory (/) group writable.  Try 
> this command:
> 
>sudo chmod g-w /
> 
> which removes the group writability on /, and see if that helps.
> 
> -- Steve
> 
> ---
> Steve Burling
> University of Michigan, ICPSRVoice: +1 734 615.3779
> 330 Packard Street   FAX:   +1 734 647.8700
> Ann Arbor, MI 48104-2910

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



Re: [Mailman-Users] Coerce Plain Text with Mailman 2.1

2003-01-10 Thread Webmaster ST Frontier Fleet

> Using Outlook Express 6, I created a standard HTML message (using one
of
> OE's default templates) and the first tries resulted in the message
> disappearing into nowhere. So next I removed all content filter
> settings, so it now says:
> - Should Mailman filter the content of list traffic according to the
> settings below? [ Yes ]
> - Remove message attachments that have a matching content type. [
> Empty ]
> - Remove message attachments that don't have a matching content type.
> Leave this field blank to skip this filter test. [ Empty ]
> - Remove message attachments that don't have a matching content type.
> Leave this field blank to skip this filter test. [ Empty ]

Try setting this one to:

multipart/mixed
multipart/alternative
text/plain

david


Hi David,

Thanks for your reply. Even though it would bring me back to my default
settings I gave it a try again and after a lot of error and try I found
out that the messages using OE6's template were discarded because they
included images. However, if I simply type a message and tell OE to send
it as HTML, then Mailman seems to do the conversion indeed the right
way.

Now what I need to find out next is if I could set Mailman 2.1 to strip
these attachments instead of discarding/rejecting the message in a
whole

Well, using Mailman 2.1 to restrict plain text seems to be abit harder
then using a patched Mailman 2.0.x but with some more error and try I
should probably succeed. :-)

Thanks so far. And if anyone has some more suggestions, I'm all ears.
;-)

Kind regards,

Guido

___

"If you were any other man, I would kill you where you stand!" -- Worf
 -- ST VIII: First Contact


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



[Mailman-Users] Red Hat install

2003-01-10 Thread Jon Fraley
I have done a fresh install of Red Hat 8.0.  I had Mailman installed
also.  Can someone tell me what I need to do at this point to get
MailMan up and running.  I have tried and failed to get it work.

Thanks,

Jon


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



Re: [Mailman-Users] Problem using "newlist"

2003-01-10 Thread Jean Berthold


Hello Raquel,
This error was due to the fact I had my :
root@atlanta # cat /etc/hosts
#
# Internet host table
#
127.0.0.1   localhost
172.16.16.2    atlanta  loghost
Only with the hostname ...
And the nsswitch.conf:
like that:
hosts: files dns
Instead of:
hosts:  dns files
Then I modified nsswitch.conf to user DNS and now all is ok !
Sorry for this newbie's error ...
Thanks again for your help and have a nice week-end !
Jean
Raquel Rice a écrit :
On Wed, 08 Jan 2003 16:43:47 +0100
[EMAIL PROTECTED] (Jean Berthold) wrote:
> Illegal list name: test@atlanta
> $
>
> Do I need to specify an URL like www in my Defaults.py or can
> I keep this current configuration:
> # because otherwise the default mappings won't be correct.
> DEFAULT_EMAIL_HOST = 'atlanta'
> DEFAULT_URL_HOST = 'atlanta'
> DEFAULT_URL_PATTERN = 'http://%s/mailman/'
>
> I cannot found where is my error, could you help me ?
>
> Thanks by advance and have a nice day
Jean,
I believe you need to provide an FQDN:
    atlanta.eos.elro
--
Raquel

One is not born a woman, one becomes one.
  --Simone de Beauvoir
--
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/jean.berthold%40eos-gd.ch

--

Jean Berthold
EOS - energie ouest suisse
Chemin de Mornex 10 , CP 570
CH-1001 Lausanne , Switzerland
Tel. : +41 (0)21 341 24 58
Fax  : +41 (0)21 341 20 49
E-Mail : [EMAIL PROTECTED]

 
 
 
...Unix is like a wigwam - no windows, no gates, apache inside...
 
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/



[Mailman-Users] Kicked out of archives

2003-01-10 Thread Ivan Van Laningham
Hi All--
A user has an Imac power book and IE 5.0.  Her security setting for IE
indicates that all cookies are accepted, yet she cannot view the
archives.  She logs in with her address and password just fine, sees the
page listing the months and ways of viewing that month's archives, but
as soon as she clicks on "Thread", for example, she is kicked out and
sent back to the authorization page.

Mailman version:  version 2.1rc1

Any suggestions?

Metta,
Ivan
--
Ivan Van Laningham
God N Locomotive Works
http://www.pauahtun.org/
http://www.foretec.com/python/workshops/1998-11/proceedings.html
Army Signal Corps:  Cu Chi, Class of '70
Author:  Teach Yourself Python in 24 Hours

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



[Mailman-Users] admindb - "Add [email] to a sender filter"

2003-01-10 Thread Bryan Fullerton
Howdy,

When I approve a message and also select "Add [email] to a sender 
filter", is it supposed to add them to the non-member filter lists 
under the admin/[list]/privacy/sender web interface? I just approved a 
message and selected that option, but they're not listed in the sender 
filters.

Thanks,

Bryan


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


Re: [Mailman-Users] Install issue on Mac OS 10.2.3

2003-01-10 Thread Jean-Michel Biraghi
End of the story !

Return chars were not understood as "new line" with the BBEdit default 
settings, so my file seemed to have only 1 line, and too long of 
course... After changing BBEdit prefs, it works finally !

Many thanks to Jon Carnes

Jean-Michel Biraghi
4D Hispano


- Begin forwarded message -
From: Jean-Michel Biraghi <[EMAIL PROTECTED]>
Date: Fri, 10 Jan 2003 11:25:09 +0100
To: Steve Burling <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED]
Subject: Re: [Mailman-Users] Install issue on Mac OS 10.2.3

Right, it's now OK with that change. Thank you.

My only problem now is with Sendmail :

sudo newaliases
/etc/mail/aliases: line 1: alias line too long
/etc/mail/aliases: 0 aliases, longest 0 bytes, 0 bytes total

Everything seems to be OK with the alias file :
– it's a plain text file
– 1st line is a comment
– 1st uncommented line has 23 chars (root: [TAB] username)

and also with the sendmail.cf :
O AliasFile=/etc/mail/aliases

I really don't understand what's wrong in that stuff...
I've sent a question to the Sendmail newsgroup but nobody answered.

Did somebody get this problem ?

Thanks for your help... (I'm quite stubborn... I WANT to finish it.. :-
))

***
Jean-Michel Biraghi
4D Hispano
28230 Las Rozas de Madrid, Spain
http://www.4dhispano.com
***


El Thu, 09 Jan 2003 15:45:46 -0500, Steve Burling escribió :
> --On Tuesday, January 7, 2003 11:27 AM +0100 Jean-Michel Biraghi 
> <[EMAIL PROTECTED]> wrote:
> 
>>  W A R N I N G :   G r o u p   w r i t a b l e   d i r e c t o r y   /
>> 
>> What do you think about this warning ?
> 
> To which I reply:
> 
> The "Group writable directory" error is one of sendmail's security 
> checks, and typically happens on Mac OS X because Apple's Installer 
> *always* seems to make the root directory (/) group writable.  Try 
> this command:
> 
>sudo chmod g-w /
> 
> which removes the group writability on /, and see if that helps.
> 
> -- Steve
> 
> ---
> Steve Burling
> University of Michigan, ICPSRVoice: +1 734 615.3779
> 330 Packard Street   FAX:   +1 734 647.8700
> Ann Arbor, MI 48104-2910

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



Re: [Mailman-Users] Install issue on Mac OS 10.2.3

2003-01-10 Thread Chuq Von Rospach

On Friday, January 10, 2003, at 02:25  AM, Jean-Michel Biraghi wrote:


Right, it's now OK with that change. Thank you.

My only problem now is with Sendmail :

sudo newaliases
/etc/mail/aliases: line 1: alias line too long
/etc/mail/aliases: 0 aliases, longest 0 bytes, 0 bytes total

Everything seems to be OK with the alias file :


what are you editing the file with?


--
Chuq Von Rospach, Architech
[EMAIL PROTECTED] -- http://www.plaidworks.com/chuqui/blog/



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



[Mailman-Users] Error after install with "newlist"

2003-01-10 Thread e. wu
Sorry for the newbie question...can anyone help me interpret this? I just installed 
Mailman 2.1 on OS X with postfix using a combination of directions off the web.

Everything seems to install fine, but when I create a new list I get this:


Traceback (most recent call last):
  File "bin/newlist", line 219, in ?
main()
  File "bin/newlist", line 160, in main
mlist.Create(listname, owner_mail, pw)
  File "/usr/local/mailman/Mailman/MailList.py", line 437, in Create
self._full_path = Site.get_listpath(name, create=1)
  File "/usr/local/mailman/Mailman/Site.py", line 59, in get_listpath
_makedir(path)
  File "/usr/local/mailman/Mailman/Site.py", line 34, in _makedir
os.makedirs(path, 02775)
  File "/usr/lib/python2.2/os.py", line 203, in makedirs
mkdir(name, mode)
OSError: [Errno 13] Permission denied: '/usr/local/mailman/lists/test'

It seems to be some sort of permissions problem but as far as I can tell I have proper 
permissions on everything, and check_perms reveals no problems.

Best regards,
Ed

--
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: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org



Re: [Mailman-Users] What's wrong with the mailman-users archive?

2003-01-10 Thread Barry A. Warsaw

We had some problems with mail delivery on python.org/zope.org.  We
now believe it was a SpamAssassin process that was hanging Exim
delivery.  We've got a stop gap measure in place which is getting mail
flowing again.  Looks like the hosage affected the archives.  I'll
attempt to rebuild 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/



Re: [Mailman-Users] Red Hat install

2003-01-10 Thread Matthew Davis
check the doc's that are included.  Specifically the README* and INSTALL files.

Another good resource when you get stuck is the FAQ (See URL below) and list archives 
(again URL below).  Most questions (especially for Redhat 8.0) have already been 
answered are either in the docs/faq/archives.

* Jon Fraley ([EMAIL PROTECTED]) wrote:
> I have done a fresh install of Red Hat 8.0.  I had Mailman installed
> also.  Can someone tell me what I need to do at this point to get
> MailMan up and running.  I have tried and failed to get it work.
> 
> Thanks,
> 
> Jon
> 
> 
> --
> 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/


--
| Matthew Davis /\ http://dogpound.vnet.net/ |
||
| Friday, January 10, 2003 / 03:42PM |
--
Never mind the facts - I know what I know.

--
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: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org



Re: [Mailman-Users] Error after install with "newlist"

2003-01-10 Thread Richard Barrett
At 20:18 10/01/2003, e. wu wrote:

Sorry for the newbie question...can anyone help me interpret this? I just 
installed Mailman 2.1 on OS X with postfix using a combination of 
directions off the web.

Everything seems to install fine, but when I create a new list I get this:


Traceback (most recent call last):
  File "bin/newlist", line 219, in ?
main()
  File "bin/newlist", line 160, in main
mlist.Create(listname, owner_mail, pw)
  File "/usr/local/mailman/Mailman/MailList.py", line 437, in Create
self._full_path = Site.get_listpath(name, create=1)
  File "/usr/local/mailman/Mailman/Site.py", line 59, in get_listpath
_makedir(path)
  File "/usr/local/mailman/Mailman/Site.py", line 34, in _makedir
os.makedirs(path, 02775)
  File "/usr/lib/python2.2/os.py", line 203, in makedirs
mkdir(name, mode)
OSError: [Errno 13] Permission denied: '/usr/local/mailman/lists/test'

It seems to be some sort of permissions problem but as far as I can tell I 
have proper permissions on everything, and check_perms reveals no problems.

Best regards,
Ed

I would first check the id you are using when you run newlist from the 
command line and if it isn't mailman is that id a member of the mailman 
group. check_perms will normally have given mailman:mailman write 
permissions over the list directory.


--
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: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] OS X StartupItems folder

2003-01-10 Thread Dan Phillips
Setup: OS X Server 10.2.3, MM2.1, Postfix 1.1.11, Apache 1.3.27

Has anyone put together a StartupItems folder for a similar setup? The 
script of course is supplied, and I think I can manage the Resources 
folder, but I'm clueless as to the required contents for the 
StartupParameters.plist.

Dan


--
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: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Confirmation Cookies

2003-01-10 Thread Charles Layno
I have just installed 2.1 and in testing the subscibing function in the
test list, the email is going to me and when I go the web page in the
confirmation email, I get to the enter confirmation cookie no matter what
I enter, it will not accept anything, including the confirmation number
included in the email. I have looked to see where I can turn that feature
off, and can't find it. When I subscibed to this list, it showed me the
same pages EXCECT the cookie confirmation.

What am I doing wrong?

I am running RH 8.0.

Charles Layno



--
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: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org



[Mailman-Users] No route to host

2003-01-10 Thread Lou Fox
I'm using: 
redhat 8
mailman-2.0.13-3
postfix-1.1.11-5

I've made the following changes to postfix's main.cf file:
myhostname = foulox.com
mydestination = $myhostname, 127.0.0.1, $mydomain
mydomain = foulox.com
myorigin = $myhostname
inet_interfaces = all
mynetworks_style = host
relay_domains = $mydestination
local_recipient_maps = $alias_maps unix:passwd.byname
alias_maps = hash:/etc/postfix/aliases
alias_database = hash:/etc/postfix/aliases
ail_spool_directory = /var/spool/mail
mailbox_command = /usr/bin/procmail

I've made the following changes to my mm_cfg.py file:
DEFAULT_HOST_NAME = 'foulox.com'

I've created a new list, and copied the information into
/etc/postfix/aliases file, ran newaliases, then pressed enter so it
continue owner verification.

I never receive an email.  My mail log doesn't even show an attempt being 
made to send an email.  The smtp file shows the following error repeated
over and over again:

All recipients refused: (113, 'No route to host')

Now I poked around a bit, and I found this.  If I attempt to telnet to
localhost 25, it actually tries to go to localhost.com, and is
unsuccessful.  If I try to go to foulox.com 25, I have no problem.  Is
this the problem?  If so how can I correct it.  And if not, do you have
any suggestions?

Thanks in advance for any suggestions you might offer!



--
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: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org