On 10/04/2018 08:20 PM, Dave Stevens wrote: > > and from syslog.1 this excerpt at the relevant time: > > Oct 3 18:02:11 web5 postfix/smtpd[23732]: connect from > apps-kam-2.gov.bc.ca[142.34.224.137] Oct 3 18:02:11 web5 > postfix/smtpd[23732]: C21AE8ED2DF: > client=apps-kam-2.gov.bc.ca[142.34.224.137] Oct 3 18:02:11 web5 > postfix/cleanup[4673]: C21AE8ED2DF: > message-id=<[email protected]> Oct 3 > 18:02:11 web5 postfix/qmgr[1546]: C21AE8ED2DF: > from=<[email protected]>, size=1268, nrcpt=1 (queue active) Oct 3 > 18:02:12 web5 postfix/smtpd[23732]: disconnect from > apps-kam-2.gov.bc.ca[142.34.224.137] Oct 3 18:02:12 web5 > postfix/local[4674]: C21AE8ED2DF:this point then deleted > to=<[email protected]>, > orig_to=<[email protected]>, relay=local, delay=0.92, > delays=0.2/0.01/0/0.71, dsn=2.0.0, status=sent (delivered to > command: /usr/lib/mailman/mail/mailman post kitimat) Oct 3 18:02:12 > web5 postfix/qmgr[1546]: C21AE8ED2DF: removed > > so to me this looks just like a normal delivery. I think it must be the > case that mailman handed off the delivery to postfix at this point then > deleted the message. But then why no actual delivery?
Those entries are about Postfix receiving the mail for [email protected] and delivering it via pipe to '/usr/lib/mailman/mail/mailman post kitimat' which is passing it to Mailman for posting to the kitimat list. Presumably the 'mailman' wrapper received it and queued it. I don't know where Mailman's queues are in your installation, but based on logs being in /var/log/mailman, I'm guessing this is RedHat/CentOS and queues are in /var/spool/mailman. In particular, I think you'll find the message in /var/spool/mailman/in/*.pck because IncomingRunner is not running and processing it's queue. Maybe Mailman is not running at all. See /var/log/mailman/qrunner and points 2.2 and 6.2 at <https://wiki.list.org/x/4030723>. -- Mark Sapiro <[email protected]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] https://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: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org
