[Mailman-Users] logging who accesses a private archive?

2003-02-28 Thread Vince LaMonica
Hi all,

Is there anyway to log who logs in when accessing a private archive? 
Looking through my apache access_log file, I can tell what IP/hostname the 
folks who access the private archives are coming from, but other than 
that, I have no further details about the person. Since the authentication 
process doesn't use .htaccess, access_log doesn't contain the 
userid/password of the person logging in.

I checked $prefix/logs and nothing about w3-access was contained in those 
log files.

Any ideas?

Thanks,

/vjl/

-- 
Vince LaMonica   UC Irvine,  School  of  Social Ecology
 W3 Developer   *  116 Social Ecology I, Irvine, CA 92697
 [EMAIL PROTECTED]  http://www.seweb.uci.edu/techsupport

Warning: You are logged into reality as root...

--
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/archive%40jab.org


RE: [Mailman-Users] logging who accesses a private archive?

2003-02-28 Thread Staven Bruce
Thanks everyone for the help earlier, the 'newaliases' command did the
trick. As previously stated, I'm using Mailman with Red Hat 8.0 and
Sendmail. I am trying to find out what my restrictions are on List Names.
For starters, if I make a list with a title that is all one word, everything
works fine. If I make a list with underscores, i.e., 'this_is_airlist', then
when I try to confirm my membership in the group, Mailman kick's it back
with the following:

Final-Recipient: rfc822;[EMAIL PROTECTED]
Action: failed
Status: 5.1.1
Diagnostic-Code: smtp;550 5.1.1
[EMAIL PROTECTED]... User unknown

Last but not least, yesterday I created a list that had spaces in the name,
'air quality alerts'. However, now I wish to delete it, and cannot. When I
use 'rmlist air quality alerts', it just comes back with the 'rmlist' help
info, even thought I have checked grammer and case. If I try to do a 'rmlist
air' it tells me there is no such list. I have checked repeatedly, however
the list remains. Any suggestions?

Thanks

--
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/archive%40jab.org


Re: [Mailman-Users] logging who accesses a private archive?

2003-02-28 Thread Jon Carnes
On Fri, 2003-02-28 at 14:50, Vince LaMonica wrote:
 Hi all,
 
 Is there anyway to log who logs in when accessing a private archive? 
 Looking through my apache access_log file, I can tell what IP/hostname the 
 folks who access the private archives are coming from, but other than 
 that, I have no further details about the person. Since the authentication 
 process doesn't use .htaccess, access_log doesn't contain the 
 userid/password of the person logging in.
 
 I checked $prefix/logs and nothing about w3-access was contained in those 
 log files.
 
 Any ideas?
 
 Thanks,
 
 /vjl/

I took a quick look at the Source Code and it seems fairly simple to
dump that info out to one of the Mailman logs (or to a new log,
depending on how many lines of code you want to add).

Good luck


--
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/archive%40jab.org


RE: [Mailman-Users] logging who accesses a private archive?

2003-02-28 Thread Jon Carnes
On Fri, 2003-02-28 at 16:37, Staven Bruce wrote:

 Last but not least, yesterday I created a list that had spaces in the name,
 'air quality alerts'. However, now I wish to delete it, and cannot. When I
 use 'rmlist air quality alerts', it just comes back with the 'rmlist' help
 info, even thought I have checked grammer and case. If I try to do a 'rmlist
 air' it tells me there is no such list. I have checked repeatedly, however
 the list remains. Any suggestions?
 
 Thanks
 

Login to the server:
  cd ~mailman/lists
  rm -rf listname with spaces in it

There are some other directories to delete too
  rm -rf listname with spaces in it.mbox

  cd ~mailman/archives/private
  rm -rf listname with spaces in it

  cd ~mailman/archives/public
  rm -rf listname with spaces in it

That should remove all signs of the errant lists.

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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org