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 Burlingmailto:[EMAIL PROTECTED]
 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 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 Burlingmailto:[EMAIL PROTECTED]
 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-09 Thread Jean-Michel Biraghi
Hi John,

Developer Tools downloading and installing was OK. I took advantage of 
the downloading time to learn some terminal basics. It was useful : I'm 
now 0,01 % better than before :-)

Still refering to Kathleen's guide, I'm still in trouble from step 5-h

Step 5-h : the /var/mail folder was already set for mail group... so I 
wonder if there is an error... I was expecting mailman group... Am I 
right ?

Step 6-a

[Ordenador-
de-jmb:/usr/adm/sm.bin] jmb% sudo 
/System/Library/StartupItems/Sendmail/Sendmail
 start
Starting mail services
451 4.0.0 /etc/mail/sendmail.cf: line 93: 
fileclass: cannot open 
'/etc/mail/local-host-names': Group 
writable directory

local-host-names file is set on read only. Is it normal ?

[Ordenador-de-jmb:/usr/adm/sm.bin] jmb% 
sudo m4 /usr/share/sendmail/conf/m4/cf.m4 
/etc/mail/config.mc  /tmp/sendmail.cf
[Ordenador-de-jmb:/usr/adm/sm.bin] jmb% 
sudo mv /etc/mail/sendmail.cf 
/etc/mail/sendmail.cf.old
[Ordenador-de-jmb:/usr/adm/sm.bin] jmb% 
sudo mv /tmp/sendmail.cf 
/etc/mail/sendmail.cf
[Ordenador-de-jmb:/usr/adm/sm.bin] jmb% 
sudo makemap hash /etc/mail/access  
/etc/mail/access
WARNING: Group writable directory /

What do you think about this warning ?

[Ordenador-de-jmb:/usr/adm/sm.bin] jmb% 
sudo newaliases
/etc/mail/aliases: line 1: alias line too 
long
/etc/mail/aliases: 0 aliases, longest 0 
bytes, 0 bytes total

Well.. what's wrong here ?...

Thanks to all...

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



El Sat, 4 Jan 2003 15:24:56 -0800, John W Baxter escribió :
 Note that since the Developer Tools CD packed with Jaguar there have been
 a small but critical update, and more recently a complete new release
 (December 2002 Developer Tools).  Hope you have a fast connection...it's a
 300+ meg download [1].  (You can get a CD shipped for $19.95 plus tax.)
 But since you want Mailman, you likely have a fast connection.
 

--
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] Install issue on Mac OS 10.2.3

2003-01-08 Thread Jean-Michel Biraghi
It seems that my message has not been sent yesterday, so I repost it, 
sorry for the noise...

Hi John,

Developer Tools downloading and installing was OK. I took advantage of 
the downloading time to learn some terminal basics. It was useful : I'm 
now 0,01 % better than before :-)

Still refering to Kathleen's guide, I'm still in trouble from step 5-h

Step 5-h : the /var/mail folder was already set for mail group... so I 
wonder if there is an error... I was expecting mailman group... Am I 
right ?

Step 6-a

[Ordenador-de-jmb:/usr/adm/sm.bin] jmb% sudo 
/System/Library/StartupItems/Sendmail/Sendmail start
Starting mail services
451 4.0.0 /etc/mail/sendmail.cf: line 93: fileclass: cannot open 
'/etc/mail/local-host-names': Group writable directory

local-host-names file is set on read only. Is it normal ?

[Ordenador-de-jmb:/usr/adm/sm.bin] jmb% sudo m4 
/usr/share/sendmail/conf/m4/cf.m4 /etc/mail/config.mc  /tmp/sendmail.cf
[Ordenador-de-jmb:/usr/adm/sm.bin] jmb% sudo mv /etc/mail/sendmail.cf 
/etc/mail/sendmail.cf.old
[Ordenador-de-jmb:/usr/adm/sm.bin] jmb% sudo mv /tmp/sendmail.cf 
/etc/mail/sendmail.cf
[Ordenador-de-jmb:/usr/adm/sm.bin] jmb% sudo makemap hash 
/etc/mail/access  /etc/mail/access
WARNING: Group writable directory /

What do you think about this warning ?

[Ordenador-de-jmb:/usr/adm/sm.bin] jmb% sudo newaliases
/etc/mail/aliases: line 1: alias line too long
/etc/mail/aliases: 0 aliases, longest 0 bytes, 0 bytes total

Well.. what's wrong here ?...

Thanks to all...

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


El Sat, 4 Jan 2003 15:24:56 -0800, John W Baxter escribió :
  Note that since the Developer Tools CD packed with Jaguar there have been
 a small but critical update, and more recently a complete new release
 (December 2002 Developer Tools).  Hope you have a fast 
connection...it's a
 300+ meg download [1].  (You can get a CD shipped for $19.95 plus tax.)
 But since you want Mailman, you likely have a fast connection.
 

--
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] Install issue on Mac OS 10.2.3

2003-01-04 Thread John W Baxter
At 17:30 +0100 1/2/2003, Jean-Michel Biraghi wrote:
I forgot to install the Developer Tools indeed.

Note that since the Developer Tools CD packed with Jaguar there have been
a small but critical update, and more recently a complete new release
(December 2002 Developer Tools).  Hope you have a fast connection...it's a
300+ meg download [1].  (You can get a CD shipped for $19.95 plus tax.)
But since you want Mailman, you likely have a fast connection.

You need to be a member of one of Apple's developer programs, but the
free (on-line) level is sufficient.  Do read the license agreement...there
may be some things that turn you away.

http://www.apple.com/
and click on the little Developer widget to get started.

I'm not sure which of the three releases is best for building.

(It's impossible to provide a direct URL to the download.)

  --John

[1]  I have a 56K frame connection.  I took my Windows/Linux laptop to the
office basement (my ISP, where I work) and exercised our in-house 1mb DLS
connection for the download (doing that avoided impacting customer
traffic).   Into the Linux side of the laptop.   It was about 45 minutes at
a reported 119.5 KB per second.  Then I came home and moved the file to the
Mac over Ethernet with scp, and burned a CD.
-- 
John Baxter   [EMAIL PROTECTED]  Port Ludlow, WA, USA


--
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] Install issue on Mac OS 10.2.3

2003-01-02 Thread Charles Sebold
On 28 Teveth 5763, Jean-Michel Biraghi wrote:

 I use the very useful Kathleen Webb's step guide to install mailman
 2.1 on Jaguar 10.2.3. I know nothing about Unix...
 
 Everything is OK till step 4 with the permissions. The two commands
 make and bin/check_perms are not found... and I can't go
 on... I've tried as administrator and root as well... It's certainly
 something very simple to resolve but I need help... Did somebody get
 the same problem ?

If you're missing make then it sounds like you haven't installed the
Developer's Tools CDROM - either that or the variable called $PATH
that contains the directories in which your shell looks for things to
run, is messed up.

If you haven't installed the Developer's Tools, do that.

If you have, then maybe we could start by posting the output of the
commands whereis make and echo $PATH.
-- 
Charles Sebold  28th of Teveth, 5763
  Systems Specialist, LCMS - Office of Information Systems
*** Opinions expressed herein are not necessarily ***
*** those of the Lutheran Church - Missouri Synod ***


--
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] Install issue on Mac OS 10.2.3

2003-01-02 Thread Jean-Michel Biraghi
Glen, Charles,

I forgot to install the Developer Tools indeed.

Thank's a lot.

Jean-Michel Biraghi
4D Hispano

El Thu, 2 Jan 2003 10:54:00 -0500, Glen Foster escribió :
 Jean-Michel.
 
 You need to install the OS X Developer Tools to build software.
 
 Glen Foster [EMAIL PROTECTED]
 
 Jean-Michel Biraghi writes:
   Hi all,
   
   I use the very useful Kathleen Webb's step guide to install mailman 2.1 
   on Jaguar 10.2.3. I know nothing about Unix...
   
   Everything is OK till step 4 with the permissions. The two commands 
   make and bin/check_perms are not found... and I can't go on... I've 
   tried as administrator and root as well... It's certainly something 
   very simple to resolve but I need help... Did somebody get the same 
   problem ?
   
   Thanks in advance
   
   ***
   Jean-Michel Biraghi
   4D Hispano
   28230 Las Rozas de Madrid, Spain
   http://www.4dhispano.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: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org