Search results for query "Cannot connect to SMTP server"
- 66 messages
[MM3-users] Re: Mailman3 not delivering list mail
by Mark Sapiro
On 10/1/20 11:18 AM, gordon(a)dickens.com wrote:
> Hi Mark,
>
> I have errors like these in the mailman3 logs but they occurred earlier (that is prior to my attempting to post messages to the new mailman3 mailing list and which are not echoed to list members):
>
>
> Oct 01 11:08:22 2020 (7895) Skipping and preserving unparseable message: 1601564901.8696995+c2b86623e2dcc8e9800b10ca2bcf8b82e8d8d662
> Oct 01 11:08:23 2020 (7895) Uncaught runner exception: [Errno 13] Permission denied: '/var/lib/mailman3/queue/virgin/1601564902.28165
> 63+16bd684dfb18c6175f3e7b0b11312cb203dc9c89.pck'
> Oct 01 11:08:23 2020 (7895) Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/mailman/core/runner.py", line 158, in _one_iteration
> msg, msgdata = self.switchboard.dequeue(filebase)
> File "/usr/lib/python3/dist-packages/mailman/core/switchboard.py", line 150, in dequeue
> with open(filename, 'rb') as fp:
> PermissionError: [Errno 13] Permission denied: '/var/lib/mailman3/queue/virgin/1601564902.2816563+16bd684dfb18c6175f3e7b0b11312cb203dc9c89.pck'
These relate to the messages in the `bad` queue. It seems there is/was
andn issue with ownership and/or permissions on some directory or
directories is the path `/var/lib/mailman3/queue/virgin`. Is mailman3,
queue and virgin user and group `list` and searchable, readable and
writable by `list`. Are all the runners running as user `list`
ps -fwwA|grep runner
> The above errors occurred prior to the time that I attempted to send to the mailman3 list. However, here is what I see in the logs immediately after I sent a message to the list and which was not then echoed to list members:
>
>
> Oct 01 11:51:03 2020 (7888) ACCEPT: <f92eeaad-245c-124b-dd09-b31a6b3c5686(a)dickens.com>
> Oct 01 11:51:07 2020 (7885) HyperKitty archived message <f92eeaad-245c-124b-dd09-b31a6b3c5686(a)dickens.com> to https://georgiajets.org
> /mailman3/hyperkitty/list/members(a)georgiajets.org/message/NUOU6UQ6DSHSK2WKNVZFIN5AELK5EYBU/
> Oct 01 11:51:07 2020 (7891) Cannot connect to SMTP server localhost on port 25
This is delivery of the outgoing message which looks like it was
successfully archived. These messages come from
`/var/lib/mailman3/queue/out` and after the failure are put in
`/var/lib/mailman3/queue/retry` and periodically are moved back to the
`out` queue and tried again.
> Please note the message about the SMTP server not being able to connect to local host on port 25. Please let me know what you think is wrong and how to fix it.
Normally it means exactly what is says. Is your MTA (Postfix or ??)
running? Can you `telnet localhost 25` successfully? Note that if the
message actually says `local host` and not `localhost`, the setting for
smtp_host in the [mta] section of mailman.cfg needs to be fixed.
--
Mark Sapiro <mark(a)msapiro.net> The highway is for gamblers,
San Francisco Bay Area, California better use your sense - B. Dylan
4 years, 1 month
[MM3-users] Re: Trying to set up mailman3 on my mail server
by Mark Sapiro
On 10/14/21 7:51 PM, Shawn Heisey wrote:
> I'm having a lot of trouble with trying to set up mailman3 on my mail
> server.
>
> It's on an AWS instance, running Ubuntu 20.04 LTS. All software is
> installed from Ubuntu packages. Mailman version is 3.2.2.
Please see <https://wiki.list.org/x/12812344>[1]
> The problem I am trying to troubleshoot first is how this can be happening:
>
> Oct 14 11:27:26 2021 (2341) ACCEPT:
> <f36e1ed0-9d25-b661-9c94-4ce999f6d5fd(a)elyograg.org>
> Oct 14 11:27:27 2021 (2344) Cannot connect to SMTP server 127.0.0.1 on
> port 25
>
> From the shell, I can "telnet localhost 25" successfully, even as the
> "list" user. Apparmor is disabled. The UFW firewall is enabled, which
> allows all traffic on the loopback interface. I disabled ipv6 at the
> kernel level, but had the same problem with ipv6 enabled, so I don't
> think ipv6 is related at all. I do not see any connections in the
> postfix log that correspond to the mailman connection error.
There's a long thread on this at
<https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/thread/…>.
Your issue may not be the same, but that one had to do with templates,
perhaps created in Postorius, that couldn't be accessed.
> From a fresh install of mailman, I created two mailing lists. Once upon
> a time I had those lists active on a Debian 6 machine running mailman
> 2.1.13 ... I copied the mailing list config from that machine over and
> used the "import21" facility to import the configuration into the new
> mailman3 install. That worked without error and I can see the lists and
> their members with the "mailman" command. I found instructions for
> integration with postfix, and added the required three config lines to
> the postfix config.
>
> When I try to send a message to the list, I get what I pasted above in
> the mailman log. I think that means the postfix integration is working,
> and is forwarding to mailman.
Yes, and the message should be archived in whatever archivers are
enabled. If the prototype archiver is enabled you should see the message
in Mailman's var/archives/prototype/<list-id>/new/ directory and if
HyperKitty is enabled, in mailman's database in the hyperkitty_email table.
> I'm hoping somebody can give me some pointers, and if more information
> is needed for troubleshooting, let me know what is needed.
If your web UI isn't working, you probably haven't created any templates
in Postorius, but import21 will create templates and if you ran import21
as root, you may have created templates and perhaps other things that
can't be accessed by the Mailman user (`list` in your case). All Mailman
related commands should be run only by the Mailman user.
[1] This FAQ says you should be going to Debian/Ubuntu for support. If
you've tried that and are not getting help there, I respectfully submit
that you should purge the Debian/Ubuntu package and start over from here
<https://docs.mailman3.org/en/latest/install/virtualenv.html>.
--
Mark Sapiro <mark(a)msapiro.net> The highway is for gamblers,
San Francisco Bay Area, California better use your sense - B. Dylan
3 years, 1 month
[MM3-users] Re: Mailman3 not able to deliver emails sent through list, but moderation notifications
by Ruth Ivimey-Cook
See after:
On 26/11/2022 18:18, Mark Sapiro wrote:
> I found this article stating the the SMTP error message
>> might be misleading:
>> https://blog.tfiu.de/mailman3-cannot-connect-to-smtp-server-localhost-on-po…
>>
>>
>> How to further debug this?
>> What could be wrong with my Mailman3 instance and how to fix it?
>
> The article is relevant and mentions the most likely issue which is
> lack of permission on one or more message templates.
>
> Everything in Mailman's var/ directory should be owned by Mailman's
> user:group - normally `list:list` in Debian packages.
While this is always true for mailman-core, in some configurations the
mailman-web files are also inside the ./var/ tree, and they need to be
readable (and, for some, writable) by the process acting as webserver,
which may or may not be list:list.
In my case (a bit off-piste) I have set mailman-web it up to run as
owner=www-data, for example (I forget quite why this was needed now!!).
Regards
Ruth
--
Tel: 01223 414180
Blog: http://www.ivimey.org/blog
LinkedIn: http://uk.linkedin.com/in/ruthivimeycook/
1 year, 11 months
[MM3-users] Re: Postfix-Fehler mit mailman-web
by Jens Günther
Hey there, this already helped a lot! (I also think this is logged
double, because of another configuration problem:
https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/message…)
Am 26.08.23 um 15:56 schrieb Stephen J. Turnbull:
> Jens Günther writes:
>
> > Already a while I get this type of error:
> >
> > 2023-08-26T08:21:59.517986+02:00 postfix/smtpd[2843414]: connect from
> > unknown[192.168.176.6]
> > 2023-08-26T08:21:59.522238+02:00 postfix/smtpd[2843414]: NOQUEUE:
> > reject: RCPT from unknown[192.168.176.6]: 450 4.7.25 Client host
> > rejected: cannot find your hostname, [192.168.176.6];
> > from=<$admin(a)mydomain.de> to=<$recipient> proto=ESMTP helo=<mailman-web>
>
> and similar except for
>
> > from=<root(a)$mailman.mydomain.de> to=<root@localhost> proto=ESMTP
> [...]
> > Where
> > - $admin(a)mydomain.de is set in MAILMAN_ADMIN_EMAIL (mm-web)
> > and as site_owner in mailman-extra.cfg (mm-core)
> > and as DEFAULT_FROM_EMAIL in settings_local.py (mm-web)
> > - $mailman.mydomain.de is set in SERVE_FROM_DOMAIN (mm-web)
>
> The first one is probably a Django error. You can probably find a
> trace of it in the Mailman's mailman-web.log. The second one could be
> any number of things but I would guess for starters it's a cron
> report. That might show up in a cron.log or syslog or messages.
With hte log I could reproduce it and it happens, when somebody tries to
reset the password:
ERROR 2023-08-26 19:41:00,863 22 django.request Internal Server Error:
/accounts/password/reset/
Traceback (most recent call last):
File
"/usr/lib/python3.10/site-packages/django/core/handlers/exception.py",
line 55, in inner
response = get_response(request)
File
"/usr/lib/python3.10/site-packages/django/core/handlers/base.py", line
197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File
"/usr/lib/python3.10/site-packages/django/views/generic/base.py", line
84, in view
return self.dispatch(request, *args, **kwargs)
File "/usr/lib/python3.10/site-packages/django/utils/decorators.py",
line 46, in _wrapper
return bound_method(*args, **kwargs)
File "/usr/lib/python3.10/site-packages/allauth/decorators.py", line
20, in wrap
resp = function(request, *args, **kwargs)
File
"/usr/lib/python3.10/site-packages/django/views/generic/base.py", line
119, in dispatch
return handler(request, *args, **kwargs)
File "/usr/lib/python3.10/site-packages/allauth/account/views.py",
line 105, in post
response = self.form_valid(form)
File "/usr/lib/python3.10/site-packages/allauth/account/views.py",
line 700, in form_valid
form.save(self.request)
File "/usr/lib/python3.10/site-packages/allauth/account/forms.py",
line 580, in save
self._send_password_reset_mail(request, email, self.users, **kwargs)
File "/usr/lib/python3.10/site-packages/allauth/account/forms.py",
line 620, in _send_password_reset_mail
get_adapter(request).send_mail(
File "/usr/lib/python3.10/site-packages/allauth/account/adapter.py",
line 140, in send_mail
msg.send()
File "/usr/lib/python3.10/site-packages/django/core/mail/message.py",
line 298, in send
return self.get_connection(fail_silently).send_messages([self])
File
"/usr/lib/python3.10/site-packages/django/core/mail/backends/smtp.py",
line 131, in send_messages
sent = self._send(message)
File
"/usr/lib/python3.10/site-packages/django/core/mail/backends/smtp.py",
line 149, in _send
self.connection.sendmail(
File "/usr/lib/python3.10/smtplib.py", line 901, in sendmail
raise SMTPRecipientsRefused(senderrs)
smtplib.SMTPRecipientsRefused: {'$Accountaddress': (450, b'4.7.25 Client
host rejected: cannot find your hostname, [192.168.176.6]')}
- where $Accountaddress is the mail-address I registered with
-> it seems to me, that in this process the hostname for the
web-container is missing and can't be found, right? I mean the hostname
for the core-container must be there, since mail is accepted :-D
Thanks for looking into this.
1 year, 2 months
[MM3-users] Uncaught runner exception
by Stephen J. Turnbull
Wolfgang Bock via Mailman-users writes:
> smtp_host: Tried with 127.0.0.1/localhost/server ip or FQDN=servername
> smtp_port: (got a "cannot connect to SMTP Server on port 25") so I let this
> item empty ...
This is your problem. By default, it should be port 25. Apparently
there is no fallback for this in case it's left empty. (I would guess
if you commented it out, it *would* fall back to port 25.
> Apr 06 00:03:26 2020 (31153) ACCEPT:
> <6a504834-123a-60f6-3a0e-494623b74523(a)mailbox.org>
> Apr 06 00:03:26 2020 (31156) Uncaught runner exception: invalid literal for
> int() with base 10: ''
This is saying int() was called with the empty string as argument.
> Apr 06 00:03:26 2020 (31156) Traceback (most recent call last):
[intermediate frames omitted]
> File "/usr/lib/python3/dist-packages/mailman/mta/base.py", line 45, in
> __init__
> config.mta.smtp_host, int(config.mta.smtp_port),
The call to int() in the line above is getting the empty value from
the config file. Changing smtp_port to '25' (or the appropriate
value) in the config file will prevent the "Uncaught runner exception".
If localhost's smptd is not listening on port 25, as the comment above
seems to indicate, you either need to
- find out the correct value if smptd is listening on a different port,
- enable that daemon if it's not running, or
- point smtp_host at a functioning outgoing mail server if localhost
is not expected to be a mail server.
In the latter two cases you also need to make sure smtp_port is
correct for the server you use. There are some other, rarer and more
complicated, possibilities, so if your answer is "none of the above",
feel free to say so. But check those first, please.
Steve
4 years, 7 months
[MM3-users] Re: Mailman3 doesn't send Mails to users (Debian12 with Plesk)
by Odhiambo Washington
On Fri, May 24, 2024 at 2:34 PM marcus--- via Mailman-users <
mailman-users(a)mailman3.org> wrote:
> Hello,
>
> i already send this question to the plesk-forum but it seems that nobody
> there can help me :-(
>
> After updating from Debian 10 to 11 to 12, I now have mailman3 running on
> my server
> I then converted all lists from Mailman2 to Mailman3 following the
> instructions from mailman.
> I can access it via the web interface, manage everything etc.
> When I register on the web interface, I also receive the corresponding
> mails from Mailman (forgotten password...)
> Mails are also arriving, at least mails that are not allowed go into the
> mails to be approved.
>
> The problem, however, is that it does not send out any mails, nor do they
> appear in the archive.
>
> When I look in the Mailman-Log I find:
>
> May 16 01:44:55 2024 (6833) Cannot connect to SMTP server localhost on
> port 25
> May 16 01:48:15 2024 (61252) error opening connection to nntp_host:
> localhost
>
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Why is it talking about NNTP_HOST here?
> [Errno 111] Connection refused
> May 16 01:48:15 2024 (61252) NNTP error for list
> vereinsmitglieder(a)ludothek.de:
>
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Also here!
> [Errno 111] Connection refused
>
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This is okay anyway, since we do not need
nntp anyways.
The configuration of Mailman.cfg looks like this:
>
> incoming: mailman.mta.postfix.LMTP
> outgoing: mailman.mta.deliver.deliver
> smtp_host: localhost
> smtp_port: 25
> smtp_user:
> smtp_pass:
> lmtp_host: 127.0.0.1
> lmtp_port: 8024
>
So I assume you followed some other guide to install your MM3. You did not
follow https://docs.mailman3.org/en/latest/install/virtualenv.html. Is that
right?
If you used the above (recommended) method of installation, you'd end up
with mailman.cfg whose contents of the [mta] section would look different
from what you've shown above.
Also, you'd have ended up with the following directory and files:
```
odhiambo@lists:/opt/mailman/mm/var/data$ pwd
/opt/mailman/mm/var/data
odhiambo@lists:/opt/mailman/mm/var/data$ ls -al
total 100
drwxr-xr-x 2 mailman mailman 4096 Mar 16 00:11 .
drwxr-xr-x 12 mailman mailman 4096 Mar 15 04:50 ..
-rw-rw---- 1 mailman mailman 359 Mar 16 00:11 postfix_domains
-rw-r----- 1 mailman mailman 12288 Mar 16 00:11 postfix_domains.db
-rw-rw---- 1 mailman mailman 26481 Mar 16 00:11 postfix_lmtp
-rw-r----- 1 mailman mailman 49152 Mar 16 00:11 postfix_lmtp.db
odhiambo@lists:/opt/mailman/mm/var/data$
```
Also, you'd have ended with the following (or equivalent) in your
/etc/postfix/main.cf:
```
transport_maps =
hash:/opt/mailman/mm/var/data/postfix_lmtp
local_recipient_maps =
hash:/opt/mailman/mm/var/data/postfix_lmtp
relay_domains =
hash:/opt/mailman/mm/var/data/postfix_domains
```
For now, you should find where these files are and point your Postfix to
them and that may solve your problem. I am no Postfix Admin and I don't
know nada about Plesk.
> In Mailman manuals I find hints that the transport routes have to be added
> to the Postfix-config. Doesn't Debian/Plesk do this automatically?
>
There is only one DEFINITIVE manual for Mailman3 and it is
https://docs.mailman3.org/en/latest/install/virtualenv.html. It doesn't
mention Plesk or cPanel :-)
> Does anyone else have an idea what I need to change to get my mails out?
>
Yes. As I have detailed above, sin permissions issues.
I did the conversion from mailman2 to mailman3 with root because it didn't
> work with "sudo -u list "m, but the files stored in the file system all
> belong to list, so that shouldn't be the problem.
>
Looks like a problem with the HOWTO that you followed.
Here we're happier to help when you follow OUR HOWTO
<https://docs.mailman3.org/en/latest/install/virtualenv.html> above. We're
not quite enthusiastic when you follow other HOWTOs out there.
Good luck!
--
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254 7 3200 0004/+254 7 2274 3223
In an Internet failure case, the #1 suspect is a constant: DNS.
"Oh, the cruft.", egrep -v '^$|^.*#' ¯\_(ツ)_/¯ :-)
[How to ask smart questions:
http://www.catb.org/~esr/faqs/smart-questions.html]
6 months
[MM3-users] Mails for 1 specific mailinglist not being send and looping in out queue
by Eric Broens
For some reason, the mail for 1 specific mailinglist doesn't get distributed. It worked fine before, and no changes have been made.The mailman3 debug log shows that mailman keeps attempting to distribute the mail.The mailman3 error log show that there is a connection failure to port 25.A tcpdump however shows that there are *NO* further connection attempts on port 25 (postfix) to distribute this mail.Also after stopping and starting mailman3 again, no further connection attempts to the mailserver (postfix) are being made for this mail.Using qfile, the pck file of this mail looks fine.
New emails on this specific mailinglist are not distributed either.For all other mailinglists on this server, and which are on the same domain, there are no problems.
Does anyone know how to get this mailinglist functioning properly again, and what is causing this issue?Below are the relevant extracts from the log files for the particular case.
mailman smtp.log:
Jan 09 12:00:57 2021 (1571668) Peer: ('127.0.0.1', 51752)Jan 09 12:00:57 2021 (1571668) ('127.0.0.1', 51752) handling connectionJan 09 12:00:57 2021 (1571668) ('127.0.0.1', 51752) Data: b'LHLO ****'Jan 09 12:00:57 2021 (1571668) ('127.0.0.1', 51752) Data: b'MAIL FROM:<****@****>'Jan 09 12:00:57 2021 (1571668) ('127.0.0.1', 51752) sender: *****@*****Jan 09 12:00:57 2021 (1571668) ('127.0.0.1', 51752) Data: b'RCPT TO:<*****@*****>'Jan 09 12:00:57 2021 (1571668) ('127.0.0.1', 51752) recip: ******@********Jan 09 12:00:57 2021 (1571668) ('127.0.0.1', 51752) Data: b'DATA'Jan 09 12:00:57 2021 (1571668) ('127.0.0.1', 51752) Data: b'QUIT'Jan 09 12:00:57 2021 (1571668) ('127.0.0.1', 51752) connection lost...
Message has been archived properly, mailmansuite.logINFO 2021-01-09 12:01:00,277 1164814 hyperkitty.views.mailman Archived message <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com> to ***
mailman error.logJan 09 12:01:00 2021 (1571670) Cannot connect to SMTP server 127.0.0.1 on port 25
mailman debug.log
Jan 09 12:00:58 2021 (1571671) <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com> pipeline default-posting-pipeline processing: validate-authenticityJan 09 12:00:58 2021 (1571671) <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com> pipeline default-posting-pipeline processing: mime-deleteJan 09 12:00:58 2021 (1571671) <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com> pipeline default-posting-pipeline processing: taggerJan 09 12:00:58 2021 (1571671) <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com> pipeline default-posting-pipeline processing: member-recipientsJan 09 12:00:58 2021 (1571671) <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com> pipeline default-posting-pipeline processing: avoid-duplicatesJan 09 12:00:58 2021 (1571671) <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com> pipeline default-posting-pipeline processing: cleanseJan 09 12:00:58 2021 (1571671) <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com> pipeline default-posting-pipeline processing: cleanse-dkimJan 09 12:00:58 2021 (1571671) <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com> pipeline default-posting-pipeline processing: cook-headersJan 09 12:00:58 2021 (1571671) <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com> pipeline default-posting-pipeline processing: subject-prefixJan 09 12:00:58 2021 (1571671) <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com> pipeline default-posting-pipeline processing: rfc-2369Jan 09 12:00:59 2021 (1571671) <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com> pipeline default-posting-pipeline processing: to-archiveJan 09 12:00:59 2021 (1571671) <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com> pipeline default-posting-pipeline processing: to-digestJan 09 12:00:59 2021 (1571671) <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com> pipeline default-posting-pipeline processing: to-usenetJan 09 12:00:59 2021 (1571671) <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com> pipeline default-posting-pipeline processing: after-deliveryJan 09 12:00:59 2021 (1571671) <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com> pipeline default-posting-pipeline processing: acknowledgeJan 09 12:00:59 2021 (1571671) <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com> pipeline default-posting-pipeline processing: dmarcJan 09 12:00:59 2021 (1571671) <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com> pipeline default-posting-pipeline processing: arc-signJan 09 12:00:59 2021 (1571671) <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com> pipeline default-posting-pipeline processing: to-outgoingJan 09 12:00:59 2021 (1571667) [IncomingRunner] starting oneloopJan 09 12:00:59 2021 (1571667) [IncomingRunner] ending oneloop: 0Jan 09 12:00:59 2021 (1571671) [PipelineRunner] finishing filebase: 1610190058.1544778+e952a743e8df115e8fff9c60f98b189d4800e7e6Jan 09 12:00:59 2021 (1571671) [PipelineRunner] doing periodicJan 09 12:00:59 2021 (1571671) [PipelineRunner] committing transactionJan 09 12:00:59 2021 (1571671) [PipelineRunner] checking short circuitJan 09 12:00:59 2021 (1571671) [PipelineRunner] ending oneloop: 1Jan 09 12:00:59 2021 (1571671) [PipelineRunner] starting oneloopJan 09 12:00:59 2021 (1571671) [PipelineRunner] ending oneloop: 0Jan 09 12:00:59 2021 (1571674) [VirginRunner] starting oneloopJan 09 12:00:59 2021 (1571674) [VirginRunner] ending oneloop: 0Jan 09 12:00:59 2021 (1571669) [NNTPRunner] starting oneloopJan 09 12:00:59 2021 (1571669) [NNTPRunner] ending oneloop: 0Jan 09 12:00:59 2021 (1571675) [DigestRunner] starting oneloopJan 09 12:00:59 2021 (1571675) [DigestRunner] ending oneloop: 0Jan 09 12:01:00 2021 (1571670) [OutgoingRunner] starting oneloopJan 09 12:01:00 2021 (1571670) [OutgoingRunner] processing filebase: 1610190059.1591551+dcfcb22d5156b0a4d4267eabf83c5bb68f945e41Jan 09 12:01:00 2021 (1571670) [OutgoingRunner] processing onefileJan 09 12:01:00 2021 (1571670) [outgoing] <function deliver at 0x7f612989dea0>: <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com>Jan 09 12:01:00 2021 (1571664) [ArchiveRunner] starting oneloopJan 09 12:01:00 2021 (1571664) [ArchiveRunner] processing filebase: 1610190059.1079752+2644b9a3eab17d52203a2c2648a1db5ff146eb6dJan 09 12:01:00 2021 (1571664) [ArchiveRunner] processing onefileJan 09 12:01:00 2021 (1571666) [CommandRunner] starting oneloopJan 09 12:01:00 2021 (1571666) [CommandRunner] ending oneloop: 0Jan 09 12:01:00 2021 (1571670) [OutgoingRunner] finishing filebase: 1610190059.1591551+dcfcb22d5156b0a4d4267eabf83c5bb68f945e41Jan 09 12:01:00 2021 (1571670) [OutgoingRunner] doing periodicJan 09 12:01:00 2021 (1571670) [OutgoingRunner] committing transactionJan 09 12:01:00 2021 (1571670) [OutgoingRunner] checking short circuitJan 09 12:01:00 2021 (1571670) [OutgoingRunner] ending oneloop: 1Jan 09 12:01:00 2021 (1571670) [OutgoingRunner] starting oneloopJan 09 12:01:00 2021 (1571670) [OutgoingRunner] processing filebase: 1610190060.1351898+91420b755194277d1236a36b6e2195eff547c8b0Jan 09 12:01:00 2021 (1571670) [OutgoingRunner] processing onefileJan 09 12:01:00 2021 (1571667) [IncomingRunner] starting oneloopJan 09 12:01:00 2021 (1571667) [IncomingRunner] ending oneloop: 0Jan 09 12:01:00 2021 (1571670) [outgoing] <function deliver at 0x7f612989dea0>: <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com>...Jan 09 12:16:41 2021 (1571670) [outgoing] <function deliver at 0x7f612989dea0>: <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com>...Jan 09 12:16:41 2021 (1571670) [outgoing] <function deliver at 0x7f612989dea0>: <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com>...Jan 09 12:16:41 2021 (1571670) [outgoing] <function deliver at 0x7f612989dea0>: <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com>...Jan 09 12:16:41 2021 (1571670) [outgoing] <function deliver at 0x7f612989dea0>: <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com>...Jan 09 12:16:41 2021 (1571670) [outgoing] <function deliver at 0x7f612989dea0>: <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com>...Jan 09 12:16:42 2021 (1571670) [outgoing] <function deliver at 0x7f612989dea0>: <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com>...Jan 09 12:16:42 2021 (1571670) [outgoing] <function deliver at 0x7f612989dea0>: <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com>...Jan 09 12:16:42 2021 (1571670) [outgoing] <function deliver at 0x7f612989dea0>: <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com>...Jan 09 12:16:42 2021 (1571670) [outgoing] <function deliver at 0x7f612989dea0>: <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com>...Jan 09 12:16:42 2021 (1571670) [outgoing] <function deliver at 0x7f612989dea0>: <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com>......Jan 09 14:06:30 2021 (1601275) [outgoing] <function deliver at 0x7f038df80ea0>: <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com>...
Thanks in advance,Eric
3 years, 10 months
[MM3-users] Re: Mails for 1 specific mailinglist not being send and looping in out queue
by Eric Broens
In my mailclient it looks like the LF's have been removed.
I'll attach the log extracts to make them better readable.
Best Regards,
Eric On Saturday, January 9, 2021, 02:17:18 PM GMT+1, Eric Broens <ebroens(a)yahoo.com> wrote:
----- Forwarded Message ----- From: Eric Broens via Mailman-users <mailman-users(a)mailman3.org>To: Mailman Users <mailman-users(a)mailman3.org>Sent: Saturday, January 9, 2021, 02:14:42 PM GMT+1Subject: [MM3-users] Mails for 1 specific mailinglist not being send and looping in out queue
For some reason, the mail for 1 specific mailinglist doesn't get distributed.
It worked fine before, and no changes have been made.The mailman3 debug log shows that mailman keeps attempting to distribute the mail.
The mailman3 error log show that there is a connection failure to port 25.
A tcpdump however shows that there are *NO* further connection attempts on port 25 (postfix) to distribute this mail.
Also after stopping and starting mailman3 again, no further connection attempts to the mailserver (postfix) are being made for this mail.
Using qfile, the pck file of this mail looks fine.
New emails on this specific mailinglist are not distributed either.
For all other mailinglists on this server, and which are on the same domain, there are no problems.
Does anyone know how to get this mailinglist functioning properly again, and what is causing this issue?
Below are the relevant extracts from the log files for the particular case.
mailman smtp.log:
Jan 09 12:00:57 2021 (1571668) Peer: ('127.0.0.1', 51752)Jan 09 12:00:57 2021 (1571668) ('127.0.0.1', 51752) handling connectionJan 09 12:00:57 2021 (1571668) ('127.0.0.1', 51752) Data: b'LHLO ****'Jan 09 12:00:57 2021 (1571668) ('127.0.0.1', 51752) Data: b'MAIL FROM:<****@****>'Jan 09 12:00:57 2021 (1571668) ('127.0.0.1', 51752) sender: *****@*****Jan 09 12:00:57 2021 (1571668) ('127.0.0.1', 51752) Data: b'RCPT TO:<*****@*****>'Jan 09 12:00:57 2021 (1571668) ('127.0.0.1', 51752) recip: ******@********Jan 09 12:00:57 2021 (1571668) ('127.0.0.1', 51752) Data: b'DATA'Jan 09 12:00:57 2021 (1571668) ('127.0.0.1', 51752) Data: b'QUIT'Jan 09 12:00:57 2021 (1571668) ('127.0.0.1', 51752) connection lost...
Message has been archived properly, mailmansuite.logINFO 2021-01-09 12:01:00,277 1164814 hyperkitty.views.mailman Archived message <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com> to ***
mailman error.logJan 09 12:01:00 2021 (1571670) Cannot connect to SMTP server 127.0.0.1 on port 25
mailman debug.log
Jan 09 12:00:58 2021 (1571671) <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com> pipeline default-posting-pipeline processing: validate-authenticityJan 09 12:00:58 2021 (1571671) <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com> pipeline default-posting-pipeline processing: mime-deleteJan 09 12:00:58 2021 (1571671) <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com> pipeline default-posting-pipeline processing: taggerJan 09 12:00:58 2021 (1571671) <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com> pipeline default-posting-pipeline processing: member-recipientsJan 09 12:00:58 2021 (1571671) <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com> pipeline default-posting-pipeline processing: avoid-duplicatesJan 09 12:00:58 2021 (1571671) <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com> pipeline default-posting-pipeline processing: cleanseJan 09 12:00:58 2021 (1571671) <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com> pipeline default-posting-pipeline processing: cleanse-dkimJan 09 12:00:58 2021 (1571671) <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com> pipeline default-posting-pipeline processing: cook-headersJan 09 12:00:58 2021 (1571671) <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com> pipeline default-posting-pipeline processing: subject-prefixJan 09 12:00:58 2021 (1571671) <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com> pipeline default-posting-pipeline processing: rfc-2369Jan 09 12:00:59 2021 (1571671) <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com> pipeline default-posting-pipeline processing: to-archiveJan 09 12:00:59 2021 (1571671) <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com> pipeline default-posting-pipeline processing: to-digestJan 09 12:00:59 2021 (1571671) <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com> pipeline default-posting-pipeline processing: to-usenetJan 09 12:00:59 2021 (1571671) <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com> pipeline default-posting-pipeline processing: after-deliveryJan 09 12:00:59 2021 (1571671) <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com> pipeline default-posting-pipeline processing: acknowledgeJan 09 12:00:59 2021 (1571671) <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com> pipeline default-posting-pipeline processing: dmarcJan 09 12:00:59 2021 (1571671) <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com> pipeline default-posting-pipeline processing: arc-signJan 09 12:00:59 2021 (1571671) <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com> pipeline default-posting-pipeline processing: to-outgoingJan 09 12:00:59 2021 (1571667) [IncomingRunner] starting oneloopJan 09 12:00:59 2021 (1571667) [IncomingRunner] ending oneloop: 0Jan 09 12:00:59 2021 (1571671) [PipelineRunner] finishing filebase: 1610190058.1544778+e952a743e8df115e8fff9c60f98b189d4800e7e6Jan 09 12:00:59 2021 (1571671) [PipelineRunner] doing periodicJan 09 12:00:59 2021 (1571671) [PipelineRunner] committing transactionJan 09 12:00:59 2021 (1571671) [PipelineRunner] checking short circuitJan 09 12:00:59 2021 (1571671) [PipelineRunner] ending oneloop: 1Jan 09 12:00:59 2021 (1571671) [PipelineRunner] starting oneloopJan 09 12:00:59 2021 (1571671) [PipelineRunner] ending oneloop: 0Jan 09 12:00:59 2021 (1571674) [VirginRunner] starting oneloopJan 09 12:00:59 2021 (1571674) [VirginRunner] ending oneloop: 0Jan 09 12:00:59 2021 (1571669) [NNTPRunner] starting oneloopJan 09 12:00:59 2021 (1571669) [NNTPRunner] ending oneloop: 0Jan 09 12:00:59 2021 (1571675) [DigestRunner] starting oneloopJan 09 12:00:59 2021 (1571675) [DigestRunner] ending oneloop: 0Jan 09 12:01:00 2021 (1571670) [OutgoingRunner] starting oneloopJan 09 12:01:00 2021 (1571670) [OutgoingRunner] processing filebase: 1610190059.1591551+dcfcb22d5156b0a4d4267eabf83c5bb68f945e41Jan 09 12:01:00 2021 (1571670) [OutgoingRunner] processing onefileJan 09 12:01:00 2021 (1571670) [outgoing] <function deliver at 0x7f612989dea0>: <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com>Jan 09 12:01:00 2021 (1571664) [ArchiveRunner] starting oneloopJan 09 12:01:00 2021 (1571664) [ArchiveRunner] processing filebase: 1610190059.1079752+2644b9a3eab17d52203a2c2648a1db5ff146eb6dJan 09 12:01:00 2021 (1571664) [ArchiveRunner] processing onefileJan 09 12:01:00 2021 (1571666) [CommandRunner] starting oneloopJan 09 12:01:00 2021 (1571666) [CommandRunner] ending oneloop: 0Jan 09 12:01:00 2021 (1571670) [OutgoingRunner] finishing filebase: 1610190059.1591551+dcfcb22d5156b0a4d4267eabf83c5bb68f945e41Jan 09 12:01:00 2021 (1571670) [OutgoingRunner] doing periodicJan 09 12:01:00 2021 (1571670) [OutgoingRunner] committing transactionJan 09 12:01:00 2021 (1571670) [OutgoingRunner] checking short circuitJan 09 12:01:00 2021 (1571670) [OutgoingRunner] ending oneloop: 1Jan 09 12:01:00 2021 (1571670) [OutgoingRunner] starting oneloopJan 09 12:01:00 2021 (1571670) [OutgoingRunner] processing filebase: 1610190060.1351898+91420b755194277d1236a36b6e2195eff547c8b0Jan 09 12:01:00 2021 (1571670) [OutgoingRunner] processing onefileJan 09 12:01:00 2021 (1571667) [IncomingRunner] starting oneloopJan 09 12:01:00 2021 (1571667) [IncomingRunner] ending oneloop: 0Jan 09 12:01:00 2021 (1571670) [outgoing] <function deliver at 0x7f612989dea0>: <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com>...Jan 09 12:16:41 2021 (1571670) [outgoing] <function deliver at 0x7f612989dea0>: <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com>...Jan 09 12:16:41 2021 (1571670) [outgoing] <function deliver at 0x7f612989dea0>: <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com>...Jan 09 12:16:41 2021 (1571670) [outgoing] <function deliver at 0x7f612989dea0>: <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com>...Jan 09 12:16:41 2021 (1571670) [outgoing] <function deliver at 0x7f612989dea0>: <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com>...Jan 09 12:16:41 2021 (1571670) [outgoing] <function deliver at 0x7f612989dea0>: <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com>...Jan 09 12:16:42 2021 (1571670) [outgoing] <function deliver at 0x7f612989dea0>: <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com>...Jan 09 12:16:42 2021 (1571670) [outgoing] <function deliver at 0x7f612989dea0>: <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com>...Jan 09 12:16:42 2021 (1571670) [outgoing] <function deliver at 0x7f612989dea0>: <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com>...Jan 09 12:16:42 2021 (1571670) [outgoing] <function deliver at 0x7f612989dea0>: <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com>...Jan 09 12:16:42 2021 (1571670) [outgoing] <function deliver at 0x7f612989dea0>: <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com>......Jan 09 14:06:30 2021 (1601275) [outgoing] <function deliver at 0x7f038df80ea0>: <91B190F7-EEA3-4FA7-9808-2C35774E665A(a)gmail.com>...
Thanks in advance,Eric
_______________________________________________
Mailman-users mailing list -- mailman-users(a)mailman3.org
To unsubscribe send an email to mailman-users-leave(a)mailman3.org
https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
3 years, 10 months
[MM3-users] Re: Migration from 2.1 to 3
by brunol@agro.uba.ar
> What do you mean by constantly appearing? Do you mean endlessly
repeating or that they just repeat a number of times equal to the number
of expected recipients of the post?
Sorry, I meant endlessly repeating.
This is a piece from debug after sending an email to the list from a recipient that does not need moderation:
Dec 27 11:41:10 2019 (11473) [outgoing] <function deliver at 0x7f7c3de987b8>: <CAOwJ5NX+K3CORg9riHc2T1dbdKZLZojHT1MVs44Wd3SbTJju6A(a)mail.gmail.com>
Dec 27 11:41:10 2019 (11473) Using agent: <mailman.mta.bulk.BulkDelivery object at 0x7f7c3de264a8>
Dec 27 11:41:10 2019 (11468) [BounceRunner] starting oneloop
Dec 27 11:41:10 2019 (11468) [BounceRunner] ending oneloop: 0
Dec 27 11:41:10 2019 (11473) Cannot connect to SMTP server 127.0.0.1 on port 25
Dec 27 11:41:10 2019 (11473) [OutgoingRunner] finishing filebase: 1577457670.0510046+6fe6039c1b0b65672aade3bfced1aca2fe8afa16
Dec 27 11:41:10 2019 (11473) [OutgoingRunner] doing periodic
Dec 27 11:41:10 2019 (11473) [OutgoingRunner] committing transaction
Dec 27 11:41:10 2019 (11473) [OutgoingRunner] checking short circuit
Dec 27 11:41:10 2019 (11473) [OutgoingRunner] ending oneloop: 1
Dec 27 11:41:10 2019 (11473) [OutgoingRunner] starting oneloop
Dec 27 11:41:10 2019 (11473) [OutgoingRunner] processing filebase: 1577457670.5784276+6f5454f4a57da4dc15912e789f0719be53c74616
Dec 27 11:41:10 2019 (11473) [OutgoingRunner] processing onefile
Dec 27 11:41:10 2019 (11473) [outgoing] <function deliver at 0x7f7c3de987b8>: <CAOwJ5NX+K3CORg9riHc2T1dbdKZLZojHT1MVs44Wd3SbTJju6A(a)mail.gmail.com>
Dec 27 11:41:10 2019 (11473) Using agent: <mailman.mta.bulk.BulkDelivery object at 0x7f7c3de26e10>
Dec 27 11:41:10 2019 (11470) [IncomingRunner] starting oneloop
Dec 27 11:41:10 2019 (11470) [IncomingRunner] ending oneloop: 0
Dec 27 11:41:10 2019 (11473) [OutgoingRunner] finishing filebase: 1577457670.5784276+6f5454f4a57da4dc15912e789f0719be53c74616
Dec 27 11:41:10 2019 (11473) [OutgoingRunner] doing periodic
Dec 27 11:41:10 2019 (11473) [OutgoingRunner] committing transaction
Dec 27 11:41:10 2019 (11473) [OutgoingRunner] checking short circuit
Dec 27 11:41:10 2019 (11473) [OutgoingRunner] ending oneloop: 1
Dec 27 11:41:10 2019 (11473) [OutgoingRunner] starting oneloop
Dec 27 11:41:10 2019 (11473) [OutgoingRunner] processing filebase: 1577457670.61572+a2844469514ead14dedcee020ad8e2a34036f8ef
Dec 27 11:41:10 2019 (11473) [OutgoingRunner] processing onefile
Dec 27 11:41:10 2019 (11473) [outgoing] <function deliver at 0x7f7c3de987b8>: <CAOwJ5NX+K3CORg9riHc2T1dbdKZLZojHT1MVs44Wd3SbTJju6A(a)mail.gmail.com>
Dec 27 11:41:10 2019 (11473) Using agent: <mailman.mta.bulk.BulkDelivery object at 0x7f7c3de26f28>
Dec 27 11:41:10 2019 (11473) [OutgoingRunner] finishing filebase: 1577457670.61572+a2844469514ead14dedcee020ad8e2a34036f8ef
Dec 27 11:41:10 2019 (11473) [OutgoingRunner] doing periodic
Dec 27 11:41:10 2019 (11473) [OutgoingRunner] committing transaction
Dec 27 11:41:10 2019 (11473) [OutgoingRunner] checking short circuit
Dec 27 11:41:10 2019 (11473) [OutgoingRunner] ending oneloop: 1
Dec 27 11:41:10 2019 (11473) [OutgoingRunner] starting oneloop
Dec 27 11:41:10 2019 (11473) [OutgoingRunner] processing filebase: 1577457670.6512213+13fe7854257bb1a494f797f480cb10733bd440ac
Dec 27 11:41:10 2019 (11473) [OutgoingRunner] processing onefile
Dec 27 11:41:10 2019 (11473) [outgoing] <function deliver at 0x7f7c3de987b8>: <CAOwJ5NX+K3CORg9riHc2T1dbdKZLZojHT1MVs44Wd3SbTJju6A(a)mail.gmail.com>
Dec 27 11:41:10 2019 (11473) Using agent: <mailman.mta.bulk.BulkDelivery object at 0x7f7c3dd44390>
Dec 27 11:41:10 2019 (11469) [CommandRunner] starting oneloop
Dec 27 11:41:10 2019 (11469) [CommandRunner] ending oneloop: 0
This is endlessly repeating with different filebase
4 years, 10 months
[MM3-users] Re: Migration from 2.1 to 3
by Mark Sapiro
On 12/27/19 6:54 AM, brunol(a)agro.uba.ar wrote:
>> What do you mean by constantly appearing? Do you mean endlessly
> repeating or that they just repeat a number of times equal to the number
> of expected recipients of the post?
>
> Sorry, I meant endlessly repeating.
>
> This is a piece from debug after sending an email to the list from a recipient that does not need moderation:
>
> Dec 27 11:41:10 2019 (11473) [outgoing] <function deliver at 0x7f7c3de987b8>: <CAOwJ5NX+K3CORg9riHc2T1dbdKZLZojHT1MVs44Wd3SbTJju6A(a)mail.gmail.com>
> Dec 27 11:41:10 2019 (11473) Using agent: <mailman.mta.bulk.BulkDelivery object at 0x7f7c3de264a8>
> Dec 27 11:41:10 2019 (11468) [BounceRunner] starting oneloop
> Dec 27 11:41:10 2019 (11468) [BounceRunner] ending oneloop: 0
> Dec 27 11:41:10 2019 (11473) Cannot connect to SMTP server 127.0.0.1 on port 25
This message is logged only once, but the issue occurs every time.
deliver is getting a socket.error exception on its attempt to connect to
the MTA. Thus, sending of this message fails and the message is requeued
and the process repeats.
Is an MTA listening on 127.0.0.1 on port 25?
The only question is if we can't send this mail, how can we send the
'held for moderation' notices?. These are sent the same way.
> Dec 27 11:41:10 2019 (11473) [OutgoingRunner] finishing filebase: 1577457670.0510046+6fe6039c1b0b65672aade3bfced1aca2fe8afa16
> Dec 27 11:41:10 2019 (11473) [OutgoingRunner] doing periodic
> Dec 27 11:41:10 2019 (11473) [OutgoingRunner] committing transaction
> Dec 27 11:41:10 2019 (11473) [OutgoingRunner] checking short circuit
> Dec 27 11:41:10 2019 (11473) [OutgoingRunner] ending oneloop: 1
> Dec 27 11:41:10 2019 (11473) [OutgoingRunner] starting oneloop
> Dec 27 11:41:10 2019 (11473) [OutgoingRunner] processing filebase: 1577457670.5784276+6f5454f4a57da4dc15912e789f0719be53c74616
> Dec 27 11:41:10 2019 (11473) [OutgoingRunner] processing onefile
> Dec 27 11:41:10 2019 (11473) [outgoing] <function deliver at 0x7f7c3de987b8>: <CAOwJ5NX+K3CORg9riHc2T1dbdKZLZojHT1MVs44Wd3SbTJju6A(a)mail.gmail.com>
> Dec 27 11:41:10 2019 (11473) Using agent: <mailman.mta.bulk.BulkDelivery object at 0x7f7c3de26e10>
> Dec 27 11:41:10 2019 (11470) [IncomingRunner] starting oneloop
> Dec 27 11:41:10 2019 (11470) [IncomingRunner] ending oneloop: 0
> Dec 27 11:41:10 2019 (11473) [OutgoingRunner] finishing filebase: 1577457670.5784276+6f5454f4a57da4dc15912e789f0719be53c74616
> Dec 27 11:41:10 2019 (11473) [OutgoingRunner] doing periodic
> Dec 27 11:41:10 2019 (11473) [OutgoingRunner] committing transaction
> Dec 27 11:41:10 2019 (11473) [OutgoingRunner] checking short circuit
> Dec 27 11:41:10 2019 (11473) [OutgoingRunner] ending oneloop: 1
> Dec 27 11:41:10 2019 (11473) [OutgoingRunner] starting oneloop
> Dec 27 11:41:10 2019 (11473) [OutgoingRunner] processing filebase: 1577457670.61572+a2844469514ead14dedcee020ad8e2a34036f8ef
> Dec 27 11:41:10 2019 (11473) [OutgoingRunner] processing onefile
> Dec 27 11:41:10 2019 (11473) [outgoing] <function deliver at 0x7f7c3de987b8>: <CAOwJ5NX+K3CORg9riHc2T1dbdKZLZojHT1MVs44Wd3SbTJju6A(a)mail.gmail.com>
> Dec 27 11:41:10 2019 (11473) Using agent: <mailman.mta.bulk.BulkDelivery object at 0x7f7c3de26f28>
> Dec 27 11:41:10 2019 (11473) [OutgoingRunner] finishing filebase: 1577457670.61572+a2844469514ead14dedcee020ad8e2a34036f8ef
> Dec 27 11:41:10 2019 (11473) [OutgoingRunner] doing periodic
> Dec 27 11:41:10 2019 (11473) [OutgoingRunner] committing transaction
> Dec 27 11:41:10 2019 (11473) [OutgoingRunner] checking short circuit
> Dec 27 11:41:10 2019 (11473) [OutgoingRunner] ending oneloop: 1
> Dec 27 11:41:10 2019 (11473) [OutgoingRunner] starting oneloop
> Dec 27 11:41:10 2019 (11473) [OutgoingRunner] processing filebase: 1577457670.6512213+13fe7854257bb1a494f797f480cb10733bd440ac
> Dec 27 11:41:10 2019 (11473) [OutgoingRunner] processing onefile
> Dec 27 11:41:10 2019 (11473) [outgoing] <function deliver at 0x7f7c3de987b8>: <CAOwJ5NX+K3CORg9riHc2T1dbdKZLZojHT1MVs44Wd3SbTJju6A(a)mail.gmail.com>
> Dec 27 11:41:10 2019 (11473) Using agent: <mailman.mta.bulk.BulkDelivery object at 0x7f7c3dd44390>
> Dec 27 11:41:10 2019 (11469) [CommandRunner] starting oneloop
> Dec 27 11:41:10 2019 (11469) [CommandRunner] ending oneloop: 0
>
> This is endlessly repeating with different filebase
> _______________________________________________
> Mailman-users mailing list -- mailman-users(a)mailman3.org
> To unsubscribe send an email to mailman-users-leave(a)mailman3.org
> https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
>
--
Mark Sapiro <mark(a)msapiro.net> The highway is for gamblers,
San Francisco Bay Area, California better use your sense - B. Dylan
4 years, 10 months