[Mailman-Users] Re: mailman stopped working

2020-06-06 Thread Mark Sapiro
On 6/6/20 6:21 AM, c...@web-analysts.net wrote:
> Version 2.1.20
> 
> Mail sent to list for distribution are not going out via Mailman. Strangely
> however my message does come to me and the 'To' field correctly shows the
> mailing list address.
> 
> The web UI works. When I look at archives, the last message that went out
> successfully was on April 24th.
> 
> /var/log/mailman/error is empty, as are all archived error files for all of
> May. April's error files have gone into the ether.


What is the contents of your Mailman queues? It looks like your Mailman
is probably installed from the Ubuntu package. I *think* you'll find the
queues in /var/lib/mailman/qfiles.

-- 
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
--
Mailman-Users mailing list -- mailman-users@python.org
To unsubscribe send an email to mailman-users-le...@python.org
https://mail.python.org/mailman3/lists/mailman-users.python.org/
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: https://www.mail-archive.com/mailman-users@python.org/
https://mail.python.org/archives/list/mailman-users@python.org/


[Mailman-Users] Re: mailman stopped working

2020-06-06 Thread Mark Sapiro
On 6/6/20 10:50 AM, c...@web-analysts.net wrote:
> root@mahavihara:/var/lib/mailman# ls -la qfiles
> total 44
> drwxrwsr-x 11 list list 4096 Jun 14  2019 .
> drwxrwsr-x  8 root list 4096 May 12 06:04 ..
> drwxrws---  2 list list 4096 Apr 24 09:25 archive
> drwxrws---  2 list list 4096 May 24 12:07 bounces
> drwxrws---  2 list list 4096 Apr 19 10:49 commands
> drwxrws---  2 list list 4096 Apr 24 09:25 in
> drwxrws---  2 list list 4096 Jun 14  2019 news
> drwxrws---  2 list list 4096 May 24 12:07 out
> drwxrws---  2 list list 4096 Apr 24 09:55 retry
> drwxrws---  2 list list 4096 Jun 14  2019 shunt
> drwxrws---  2 root list 4096 May 24 12:07 virgin
> root@mahavihara:/var/lib/mailman# ls -la qfiles/bounces
> total 8
> drwxrws---  2 list list 4096 May 24 12:07 .
> drwxrwsr-x 11 list list 4096 Jun 14  2019 ..
> root@mahavihara:/var/lib/mailman# ls -la qfiles/in
> total 8
> drwxrws---  2 list list 4096 Apr 24 09:25 .
> drwxrwsr-x 11 list list 4096 Jun 14  2019 ..
> root@mahavihara:/var/lib/mailman# ls -la qfiles/news
> total 8
> drwxrws---  2 list list 4096 Jun 14  2019 .
> drwxrwsr-x 11 list list 4096 Jun 14  2019 ..
> root@mahavihara:/var/lib/mailman# ls -la qfiles/out
> total 8
> drwxrws---  2 list list 4096 May 24 12:07 .
> drwxrwsr-x 11 list list 4096 Jun 14  2019 ..
> root@mahavihara:/var/lib/mailman# ls -la qfiles/retry
> total 8
> drwxrws---  2 list list 4096 Apr 24 09:55 .
> drwxrwsr-x 11 list list 4096 Jun 14  2019 ..
> root@mahavihara:/var/lib/mailman# ls -la qfiles/shunt
> total 8
> drwxrws---  2 list list 4096 Jun 14  2019 .
> drwxrwsr-x 11 list list 4096 Jun 14  2019 ..
> root@mahavihara:/var/lib/mailman# ls -la qfiles/virgin
> total 8
> drwxrws---  2 root list 4096 May 24 12:07 .
> drwxrwsr-x 11 list list 4096 Jun 14  2019 ..
> root@mahavihara:/var/lib/mailman# ls -la qfiles/archive
> total 8
> drwxrws---  2 list list 4096 Apr 24 09:25 .
> drwxrwsr-x 11 list list 4096 Jun 14  2019 ..
> root@mahavihara:/var/lib/mailman#


Please keep this thread on the list.

>From the above it appears that Mailman sent an internally generated
message at 12:07 on May 24, possibly in response to a bounce, but hasn't
received any posts in the in queue since 09:25 on April 24.

This means one of two things. Either the MTA hasn't delivered any mail
to Mailman or, assuming delivery is via aliases and not
postfix_to_mailman.py, Mailman's mail/mailman shim between Postfix and
the in queue has some issue. Normally mail/mailman errors are logged in
Mailman's error log, but permission issues can prevent that.

You need to find an incoming post in Postfix's mail.log and follow all
the log messages to see what happens to it.

-- 
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
--
Mailman-Users mailing list -- mailman-users@python.org
To unsubscribe send an email to mailman-users-le...@python.org
https://mail.python.org/mailman3/lists/mailman-users.python.org/
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: https://www.mail-archive.com/mailman-users@python.org/
https://mail.python.org/archives/list/mailman-users@python.org/