Re: [Mailman-Users] mailman logs..

2011-09-22 Thread Khalil Abbas
Hello ??? anyone ??
From: Khalil Abbas 
Sent: Thursday, September 15, 2011 12:45 PM
To: mailman-users@python.org 
Subject: mailman logs..

hi,

is there a manual for understanding mailman logs??

I need to know which addresses were unsubscribed from the list by clicking the 
un-subscribe link or sent an email to be removed from the list, (I have the 
list administrator notification disabled).. and which users were unsubscribed 
due to excessive bounces and which members currently disabled..

thanks..

--
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] mailman logs..

2011-09-22 Thread Ralf Hildebrandt
* Khalil Abbas khillo...@hotmail.com:
 Hello ??? anyone ??

I already answered. You should try reading the answers

-- 
Ralf Hildebrandt
  Geschäftsbereich IT | Abteilung Netzwerk
  Charité - Universitätsmedizin Berlin
  Campus Benjamin Franklin
  Hindenburgdamm 30 | D-12203 Berlin
  Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962
  ralf.hildebra...@charite.de | http://www.charite.de

--
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

[Mailman-Users] 403 forbidden

2011-09-22 Thread Emre Eryilmaz
Hi,

I cant reach public archive of my mailman lists.It gives 403 Forbidden
error.
Also I have got another problem (may be this can be the source of a previous
problem ).when I give check_perms cmmand to check the permissions of the
directory,I get the following output:

***
/var/lib/mailman/mail bad group (has: root, expected list)
/var/lib/mailman/cgi-bin bad group (has: root, expected list)
/var/lib/mailman/logs bad group (has: root, expected list)
/var/lib/mailman/Mailman bad group (has: root, expected list)
/var/lib/mailman/bin bad group (has: root, expected list)
/var/lib/mailman/icons bad group (has: root, expected list)
/var/lib/mailman/templates bad group (has: root, expected list)
/var/lib/mailman/locks bad group (has: root, expected list)
/var/lib/mailman/scripts bad group (has: root, expected list)
/var/lib/mailman/cron bad group (has: root, expected list)

***

Then I tried to fix the permissions with check_perms -f command and the
output is below :

/var/lib/mailman/mail bad group (has: root, expected list) (fixing)
/var/lib/mailman/cgi-bin bad group (has: root, expected list) (fixing)
/var/lib/mailman/logs bad group (has: root, expected list) (fixing)
/var/lib/mailman/Mailman bad group (has: root, expected list) (fixing)
/var/lib/mailman/bin bad group (has: root, expected list) (fixing)
/var/lib/mailman/icons bad group (has: root, expected list) (fixing)
/var/lib/mailman/templates bad group (has: root, expected list) (fixing)
/var/lib/mailman/locks bad group (has: root, expected list) (fixing)
/var/lib/mailman/scripts bad group (has: root, expected list) (fixing)
/var/lib/mailman/cron bad group (has: root, expected list) (fixing)


although it says fixing there is nothing change.Because again when I give
check_perms command ,it gives same output(I mean first output above).

Do you have any suggestion about this situation ?how can I fix these
problems?
Thanks :)
--
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] settings changed?

2011-09-22 Thread David Doonan
The site has two admins. One contacted me about the problem. Before I  
had time to investigate, the other admin fixed the problem, which is  
why I couldn't find anything wrong.


david


On Sep 21, 2011, at 10:47 AM, Mark Sapiro wrote:


david doonan wrote:


One of my clients is managing a mailman list, version 2.1.13.

He tells me that he has NOT changed any of the admin settings, but
starting yesterday, all messages from authorized users are being held
for moderation. Any idea what I should be looking for?



The reason why the message is held. You can find this reason in
Mailman's vette log, in notices to the admin about the held post(s)
and in the list's admindb interface when a post is held.

--
Mark Sapiro m...@msapiro.netThe highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan



--
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] 403 forbidden

2011-09-22 Thread Mark Sapiro
Emre Eryilmaz wrote:

I cant reach public archive of my mailman lists.It gives 403 Forbidden
error.


Most likely you need something like

Directory /var/lib/mailman/archives/public
Options +FollowSymLinks
Order allow,deny
Allow from all
/Directory

in your web server config. Also, see
http://www.list.org/mailman-install/node9.html.


[...]
Then I tried to fix the permissions with check_perms -f command and the
output is below :

/var/lib/mailman/mail bad group (has: root, expected list) (fixing)
/var/lib/mailman/cgi-bin bad group (has: root, expected list) (fixing)
/var/lib/mailman/logs bad group (has: root, expected list) (fixing)
/var/lib/mailman/Mailman bad group (has: root, expected list) (fixing)
/var/lib/mailman/bin bad group (has: root, expected list) (fixing)
/var/lib/mailman/icons bad group (has: root, expected list) (fixing)
/var/lib/mailman/templates bad group (has: root, expected list) (fixing)
/var/lib/mailman/locks bad group (has: root, expected list) (fixing)
/var/lib/mailman/scripts bad group (has: root, expected list) (fixing)
/var/lib/mailman/cron bad group (has: root, expected list) (fixing)


although it says fixing there is nothing change.Because again when I give
check_perms command ,it gives same output(I mean first output above).

Do you have any suggestion about this situation ?how can I fix these
problems?


The check_perms issue is not a problem per se. The issue is that all
those things check_perms are complaining about are symlinks. See
http://www.google.com/search?q=site:mail.python.org+inurl%3Amailman-users+check_perms+symlink.

-- 
Mark Sapiro m...@msapiro.netThe highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org