[Mailman-Users] installing..PLEASE help

2005-03-14 Thread Tamara Yoggev
Hi there,

I've just installed mailman on a Linux server, and I'm having a few problems, 
some which may be related. Well here goes:

1. I'm using sendmail as my mailing system. I went through the tutorial , and 
tried to
create the sendmail.cf file from the sample file in ../mailman../contrib. I 
only changed
a few lines related to my host etc. bit when I ran the m4 and then restarted 
sendmail
I got a lot of errors, Here is a snip:
(and BTW, all the files that are referred as 'No such file or directory' DO 
exist in /etc/mail where all  my sendmail configuration is done )

[EMAIL PROTECTED] mail]# make start
service sendmail start
Starting sendmail: 451 4.0.0 /etc/mail/sendmail.cf: line 7: fileclass: cannot 
open 'ATURE(local_procmail)': No such file or directory
554 5.0.0 /etc/mail/sendmail.cf: line 8: MAILER(local): A= argument required
451 4.0.0 /etc/mail/sendmail.cf: line 19: fileclass: cannot open 
'ATURE(mailertable,': No such file or directory
451 4.0.0 /etc/mail/sendmail.cf: line 21: fileclass: cannot open 
'ATURE(virtusertable,': No such file or directory
554 5.0.0 /etc/mail/sendmail.cf: line 23: invalid argument to V line: 
"IRTUSER_DOMAIN(aishl"
451 4.0.0 /etc/mail/sendmail.cf: line 28: fileclass: cannot open 
'ATURE(limited_masquerade)': No such file or directory
554 5.0.0 /etc/mail/sendmail.cf: line 29: MASQUERADE_AS(aishlist.com): A= 
argument required
451 4.0.0 /etc/mail/sendmail.cf: line 32: fileclass: cannot open 
'ATURE(access_db)': No such file or directory
451 4.0.0 /etc/mail/sendmail.cf: line 35: fileclass: cannot open 
'ATURE(blacklist_recipients)': No such file or directory
554 5.0.0 /etc/mail/sendmail.cf: line 38: MAILER(smtp): A= argument required
554 5.0.0 /etc/mail/sendmail.cf: line 39: MAILER(procmail): A= argument required
554 5.0.0 /etc/mail/sendmail.cf: line 42: MAILER_DEFINITIONS: A= argument 
required
554 5.0.0 No local mailer defined
554 5.0.0 QueueDirectory (Q) option must be set
   [FAILED]
Starting sm-client:[  OK  ]
---

2. I've successfully created a few lists via the command line, but when I try 
to create a list on the web, I get this message:
   Error: you are not authorized to create new mailing lists.
   I'm using my site password (which I know I created), which is the same as 
list administrator password for the bottom field, and
  yes, I've recreated the password and tries creating the list several times. I 
know I have'nt misspelled anything.

3. When I try to view the list properties on the web, for instance: If I 
created a list called 'test', and I go to www.dom.ain\mailman\admin\testI get a 
message: No such list: test. (and it does exist when I run the list_lists 
command, it's there!)

I'd really appreciate if there is anyone out there who could help me.

well, waiting...
Tamara

--
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] installing..PLEASE help

2005-03-14 Thread Brad Knowles
At 12:54 PM -0800 2005-03-13, Tamara Yoggev wrote:
 Starting sendmail: 451 4.0.0 /etc/mail/sendmail.cf: line 7: fileclass:
 cannot open 'ATURE(local_procmail)': No such file or directory
	This is supposed to be "FEATURE(local_procmail)".  Somehow, the 
leading "FE" appears to have been left off, and this has almost 
certainly caused everything else to be thrown out of what.  If you 
correct the use of "ATURE" with "FEATURE" and re-try, you'll have a 
better chance of getting that to work.

	Of course, these changes need to be made in a file like 
/etc/mail/sendmail.mc, and then you use m4 to "compile" that into the 
corresponding /etc/mail/sendmail.cf.  If you did this directly in 
/etc/mail/sendmail.cf, then that would be your other problem.

 2. I've successfully created a few lists via the command line, but when I
 try to create a list on the web, I get this message:
Error: you are not authorized to create new mailing lists.
I'm using my site password (which I know I created), which is the same
 as list administrator password for the bottom field, and
   yes, I've recreated the password and tries creating the list several
 times. I know I have'nt misspelled anything.
	Not sure what to tell you.  This error should only be issued when 
you're using an incorrect site password, as generated by mmsitepass.

What's showing up in your logs?
 3. When I try to view the list properties on the web, for instance: If
 I created a list called 'test', and I go to www.dom.ain\mailman\admin\testI
 get a message: No such list: test. (and it does exist when I run the
 list_lists command, it's there!)
	You need to use forward slashes, not backslashes.  You also need 
to avoid the use of the vertical pipe character.

	However, until you can get problems #1 and #2 corrected, I 
wouldn't be surprised that you'd have additional problems like this. 
Go back and get #1 and #2 fixed, and that may very well fix #3 as 
well.

--
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] installing..PLEASE help

2005-03-15 Thread Tamara Yoggev

-
[EMAIL PROTECTED] mail]# make start
service sendmail start
Starting sendmail: 451 4.0.0 /etc/mail/sendmail.cf: line 7: fil
en 'ATURE(local_procmail)': No such file or directory
554 5.0.0 /etc/mail/sendmail.cf: line 8: MAILER(local): A= argu
451 4.0.0 /etc/mail/sendmail.cf: line 19: fileclass: cannot ope
ble,': No such file or directory
451 4.0.0 /etc/mail/sendmail.cf: line 21: fileclass: cannot ope
table,': No such file or directory
554 5.0.0 /etc/mail/sendmail.cf: line 23: invalid argument to V
OMAIN(aishl"
451 4.0.0 /etc/mail/sendmail.cf: line 28: fileclass: cannot ope
masquerade)': No such file or directory
554 5.0.0 /etc/mail/sendmail.cf: line 29: MASQUERADE_AS(aishlis
nt required
451 4.0.0 /etc/mail/sendmail.cf: line 32: fileclass: cannot ope
b)': No such file or directory
451 4.0.0 /etc/mail/sendmail.cf: line 35: fileclass: cannot ope
t_recipients)': No such file or directory
554 5.0.0 /etc/mail/sendmail.cf: line 38: MAILER(smtp): A= argu
554 5.0.0 /etc/mail/sendmail.cf: line 39: MAILER(procmail): A=
554 5.0.0 /etc/mail/sendmail.cf: line 42: MAILER_DEFINITIONS: A
ed
554 5.0.0 No local mailer defined
554 5.0.0 QueueDirectory (Q) option must be set
  [FAI
Starting sm-client:[  O
[EMAIL PROTECTED] mail]#
-
All files are already at /etc/mail so there is no need to 'install new
sendmail.cf file'.
Appriciate any further help...
- Original Message - 
From: "Brad Knowles" <[EMAIL PROTECTED]>
To: "Tamara Yoggev" <[EMAIL PROTECTED]>
Cc: 
Sent: Monday, March 14, 2005 4:06 AM
Subject: Re: [Mailman-Users] installing..PLEASE help


At 12:54 PM -0800 2005-03-13, Tamara Yoggev wrote:
 Starting sendmail: 451 4.0.0 /etc/mail/sendmail.cf: line 7: fileclass:
 cannot open 'ATURE(local_procmail)': No such file or directory
This is supposed to be "FEATURE(local_procmail)".  Somehow, the leading 
"FE" appears to have been left off, and this has almost certainly caused 
everything else to be thrown out of what.  If you correct the use of 
"ATURE" with "FEATURE" and re-try, you'll have a better chance of getting 
that to work.

Of course, these changes need to be made in a file like 
/etc/mail/sendmail.mc, and then you use m4 to "compile" that into the 
corresponding /etc/mail/sendmail.cf.  If you did this directly in 
/etc/mail/sendmail.cf, then that would be your other problem.

 2. I've successfully created a few lists via the command line, but when 
I
 try to create a list on the web, I get this message:
Error: you are not authorized to create new mailing lists.
I'm using my site password (which I know I created), which is the 
same
 as list administrator password for the bottom field, and
   yes, I've recreated the password and tries creating the list several
 times. I know I have'nt misspelled anything.
Not sure what to tell you.  This error should only be issued when you're 
using an incorrect site password, as generated by mmsitepass.

What's showing up in your logs?
 3. When I try to view the list properties on the web, for instance: If
 I created a list called 'test', and I go to 
www.dom.ain\mailman\admin\testI
 get a message: No such list: test. (and it does exist when I run the
 list_lists command, it's there!)
You need to use forward slashes, not backslashes.  You also need to avoid 
the use of the vertical pipe character.

However, until you can get problems #1 and #2 corrected, I wouldn't be 
surprised that you'd have additional problems like this. Go back and get 
#1 and #2 fixed, and that may very well fix #3 as well.

--
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 <http://www.sage.org/> 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