El 1/4/23 a las 22:53, Mark Sapiro escribió:
On 4/1/23 12:44, Guillermo Hernandez (Oldno7) via Mailman-users wrote:
I get the same error as before:
Did you post this traceback before? If so, I missed it. Yes. I did. when I configured debug in mailman.cfg as Odhiambo sugested
... The issue is in aiosmtpd which is trying to determine if it can use IPv6 "::1" for localhost. It does this before it checks if we've provided a hostname which we have. The issue is in aiosmtp/controller.py in the get_localhost() function, but it's even deeper than that in socket which is raising the Protocol not supported error.
There is something strange on your server in that IPv6 seems to be only partially supported. I don't know for sure what the underlying issue is, but look at https://github.com/aio-libs/aiosmtpd/blob/master/aiosmtpd/controller.py#L49
Find aiosmtpd /controller.py in your venv/lib/python3.?/site-pacakages directory and change that
return has_ipv6
line to
return False
that did the trick
14477 - SJ 0:01.12 /usr/local/bin/python3.9 /usr/local/bin/runner -C /usr/local/mailman3/var/etc/mailman.cfg --runner=lmtp:0:1
And now the lists are working as should.
Thank you very very much. You are a saver.
to work around the issue.
Mailman's content filtering has removed the following MIME parts from this message.
Content-Type: image/png Name: firma-GHP-emails.png
Replaced multipart/alternative part with first alternative.