Re: [Mailman-Users] Logging list password change events?

2017-05-04 Thread Mark Sapiro
On 05/04/2017 09:36 AM, Rosenbaum, Larry M. wrote: > Does Mailman log when a list owner or moderator password gets changed? No. Mailman doesn't log this, but assuming these changes are not from the command line interface, the web server logs some info. Look in the web server logs for a string lik

[Mailman-Users] Logging list password change events?

2017-05-04 Thread Rosenbaum, Larry M.
Does Mailman log when a list owner or moderator password gets changed? One of our admins keeps forgetting and asking for support to reset and the list owner is curious if they are changing the password. -- Mailman-Users mailing list Mailman-User

Re: [Mailman-Users] Logging sequence?

2016-04-25 Thread Mark Sapiro
On 04/24/2016 10:12 PM, Mark J Bradakis wrote: > Mailman is not working. Messages come in, nothing goes out. Logs are > useless, providing no clue as to what is happening. There is a FAQ article at which may help. > In a working mailman system. what is the sequ

[Mailman-Users] Logging sequence?

2016-04-24 Thread Mark J Bradakis
Mailman is not working. Messages come in, nothing goes out. Logs are useless, providing no clue as to what is happening. In a working mailman system. what is the sequence of logging that a message would go through? mjb. -- Mailman-Users ma

Re: [Mailman-Users] Logging fail?

2014-05-12 Thread Mark Sapiro
On 05/12/2014 05:51 PM, Mark J Bradakis wrote: > > My turn to apologize, I should have specified that the logs contained > nothing related to > that specific message, and not implied they were completely empty. Please note that when I ask what's in logs, I don't want a filtered response. Granted

Re: [Mailman-Users] Logging fail?

2014-05-12 Thread Mark J Bradakis
Mark Sapiro wrote: What's in Mailman's qrunner log? Nothing. There can't be "Nothing" in the qrunner log unless you never started mailmnanctl or you're looking at the wrong log? My turn to apologize, I should have specified that the logs contained nothing related to that specific mes

Re: [Mailman-Users] Logging fail?

2014-05-12 Thread Mark Sapiro
On 05/12/2014 01:40 AM, Mark J Bradakis wrote: > Mark Sapiro wrote: > >> Is incomingRunner running? OutgoingRunner? > > Like I said, the runners are running. I apologize for my skepticism, but many people will see a list of qrunner processes and assume that *all* are running. >> What's in Mai

Re: [Mailman-Users] Logging failed Admin logins [SEC=UNCLASSIFIED]

2012-05-21 Thread Mark Sapiro
Dale, Mark wrote: > >I've had a look through the Mailman log files and can't see that Mailman >writes anywhere for failed login attempts (to the Admin page). Correct. >It seems that the best that can be done at the moment is to guess it from the >POST entries in the Apache logs. > >Even there

[Mailman-Users] Logging failed Admin logins [SEC=UNCLASSIFIED]

2012-05-21 Thread Dale, Mark
Hi All, I'm looking for a way to prevent the Mailman Admin login from getting bruted. I was thinking that I can set fail2ban to watch the logfiles and trigger an event after a certain number of failed logins from the same IP address, within a specified time period. I've had a look through the

Re: [Mailman-Users] Logging admin/moderators logins

2009-09-24 Thread Mark Sapiro
Pat Power wrote: > >Is there a way to log when an admin or moderator logs into a list? This would >be for the purpose >of logging changes. Moderator actions such as approving or rejecting posts posts are already logged in Mailman's vette log. Subscription approvals, but not all subscription acti

[Mailman-Users] Logging admin/moderators logins

2009-09-24 Thread Pat Power
Hi, Is there a way to log when an admin or moderator logs into a list? This would be for the purpose of logging changes. Thanks! -pat -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-user

Re: [Mailman-Users] Logging list creation

2006-11-30 Thread Patrick Bogen
On 11/30/06, Richard Kirkcaldy <[EMAIL PROTECTED]> wrote: > Is there a way to log the creation of new lists? We've got quite a > few people administering our Mailman server and I'd like announcements > of new lists to be either logged somewhere or, even better, emailed > out to the Mailman list.

[Mailman-Users] Logging list creation

2006-11-30 Thread Richard Kirkcaldy
Hi, Is there a way to log the creation of new lists? We've got quite a few people administering our Mailman server and I'd like announcements of new lists to be either logged somewhere or, even better, emailed out to the Mailman list. -- Richard Kirkcaldy

Re: [Mailman-Users] Logging Archive Creation in MM2.1.7

2006-01-03 Thread Mark Sapiro
Bryan Carbonnell wrote: >On 03/01/06, Mark Sapiro <[EMAIL PROTECTED]> wrote: >> >> Please go to >> >> and download and try the HyperArch.patch id 161935. >> >> I think this patch should completely fix the

Re: [Mailman-Users] Logging Archive Creation in MM2.1.7

2006-01-03 Thread Bryan Carbonnell
On 03/01/06, Mark Sapiro <[EMAIL PROTECTED]> wrote: > Mark Sapiro wrote: > > > >I intend to develop a proper fix within a day or two. As soon as I can > >get a grasp on what 2.1.7 change is causing this changed behavior. > > Please go to >

Re: [Mailman-Users] Logging Archive Creation in MM2.1.7

2006-01-02 Thread Mark Sapiro
Mark Sapiro wrote: > >I intend to develop a proper fix within a day or two. As soon as I can >get a grasp on what 2.1.7 change is causing this changed behavior. Please go to and download and try the HyperA

Re: [Mailman-Users] Logging Archive Creation in MM2.1.7

2006-01-02 Thread Mark Sapiro
Bryan Carbonnell wrote: > >So, let me just see if I have this right, this error only happens when >I rebuild the archive? I think it happens with new posts too. >Will it happen when new posts are sent to the list, and therefore archived? I haven't actually checked this out, but what I think w

Re: [Mailman-Users] Logging Archive Creation in MM2.1.7

2006-01-02 Thread Bryan Carbonnell
On 02/01/06, Mark Sapiro <[EMAIL PROTECTED]> wrote: > Bryan Carbonnell wrote: > > > >The error I get is: > >UnicodeDecodeError: 'ascii' codec can't decode byte 0xa3 in position > >2025: ordinal not in range(128) > > > >I have looked through the mbox file and all the ascii characters > >greater tha

Re: [Mailman-Users] Logging Archive Creation in MM2.1.7

2006-01-02 Thread Mark Sapiro
Bryan Carbonnell wrote: > >The error I get is: >Pickling archive state into /var/mailman/archives/private/dba-vb/pipermail.pck >Traceback (most recent call last): > File "./bin/arch", line 200, in ? >main() > File "./bin/arch", line 188, in main >archiver.processUnixMailbox(fp, start, end

Re: [Mailman-Users] Logging Archive Creation in MM2.1.7

2006-01-02 Thread Bryan Carbonnell
On 02/01/06, Bryan Carbonnell <[EMAIL PROTECTED]> wrote: > Does Mailman log anything when you try and rebuild the archive from > the commandline? > I have looked through the mbox file and all the ascii characters > greater than 128 are in the body of the e-mails. The 2 characters that > i can find

[Mailman-Users] Logging Archive Creation in MM2.1.7

2006-01-02 Thread Bryan Carbonnell
Does Mailman log anything when you try and rebuild the archive from the commandline? The reason I am asking is that I have just installed MM2.1.7 on a test box and tried to rebuild the archive and I get an error with every archive I try and rebuild and I would like to try and track down what is ca

[Mailman-Users] logging problems

2004-02-26 Thread Al Black
Hi gang, I'm trying to hunt down a logging problem. I set up weekly log rotation, and it ran fine. However in the two days subsequently, there been no further logging in the locks, post, qrunner, and smtp log files and there's been lots of traffic on the lists. I can't think or see any reaso

[Mailman-Users] Logging

2004-02-19 Thread Michael F. Sprague
Hi folks, I hate to ask such a simple question, but I have been unable to find the answer on my own yet. How do I get mailman to log to the logs/* files? No matter what I do nothing shows up there? thanks, mikeS -- Michael Sprague | [EMAIL PROTECTED] Partner | System and Network En

Re: [Mailman-Users] Logging question...

2003-06-17 Thread Glenn Sieb
Richard Barrett said: > Looking at your listing for the logs directory, most of the files are not > group writable. My guess is that is why not a whole lot is being written > to them. Hmm. Good point. I just updated newsyslog.conf. I must have typo'd that :-/ > I note that only the bounce, error

Re: [Mailman-Users] Logging question...

2003-06-17 Thread Richard Barrett
At 22:39 17/06/2003, Glenn Sieb wrote: Richard Barrett said: > Usually 0664 for the files in $prefix/logs but the best way to get this > right is by running '$prefix/bin/check_perms -f' as either root or the > mailman user. This makes sure the setgid bit on directories are also > correct. I usually

Re: [Mailman-Users] Logging question...

2003-06-17 Thread Glenn Sieb
Richard Barrett said: > Usually 0664 for the files in $prefix/logs but the best way to get this > right is by running '$prefix/bin/check_perms -f' as either root or the > mailman user. This makes sure the setgid bit on directories are also > correct. I usually stop mailmanctl and the local MTA whil

Re: [Mailman-Users] Logging question...

2003-06-17 Thread Richard Barrett
At 16:14 17/06/2003, Glenn Sieb wrote: Hey everyone.. running MM 2.1 on FreeBSD 4.8 with Postfix/AMaViS/SpamAssassin I had a user ask me why an email she sent never got posted to a list she's a proper member of.. so I went to investigate.. saw that yes, she indeed posted a message, it hit my SMTP,

[Mailman-Users] Logging question...

2003-06-17 Thread Glenn Sieb
Hey everyone.. running MM 2.1 on FreeBSD 4.8 with Postfix/AMaViS/SpamAssassin I had a user ask me why an email she sent never got posted to a list she's a proper member of.. so I went to investigate.. saw that yes, she indeed posted a message, it hit my SMTP, went through SA/AMaViS and through to

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 thou

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 ha

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 fin

[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 authenticatio

Re: [Mailman-Users] logging mysteriously stopped

2002-11-12 Thread Greg Woods
On Tue, 2002-11-12 at 11:30, Jon Carnes wrote: > Check the volume size (amount of space available on the log volume), and > check the permissions on the log files and the log directory. I checked all those things before I came to the list. > > Also, it may be possible that the logs are being wri

Re: [Mailman-Users] logging mysteriously stopped

2002-11-12 Thread Jon Carnes
Check the volume size (amount of space available on the log volume), and check the permissions on the log files and the log directory. Also, it may be possible that the logs are being written elsewhere: locate vette Very curious. On Tue, 2002-11-12 at 12:12, Greg Woods wrote: > I have been run

[Mailman-Users] logging mysteriously stopped

2002-11-12 Thread Greg Woods
I have been running mailman for about 8 months now. I run the standard Red Hat 7.2 RPM version (2.0.13-1) if that matters. Everything seems to be working well, except for one thing: on June 20, the logging mysteriously stopped. All the files in /var/mailman/logs have not been written to since then

[Mailman-Users] Logging

2002-02-21 Thread Charlie ROOT
Hi all, I'm trying to correlate posts logged in logs/post with messages sent in logs/smtp. The idea is to be able to say, "subscriber W posted a message of size X to list Y which was delivered to Z subscribers", allowing the generation of some per-list and per-site statistics. Question: Aug 05

[Mailman-Users] Logging and diagnostics for problem resolution?

2001-10-18 Thread matthew . malthouse
I have a problem I can't resolve because I can't find any information in the logs. Situation: a cgi script generates a mail for the users wishing to subscibe. Because it's a script we know that it's of the correct format etc. In the mail logs we can follow the mail from cgi server, relay se