[Mailman-Developers] Re: Issues gathering list members

2021-01-20 Thread costavitorino
Mark Sapiro wrote: > On 1/20/21 9:54 AM, costavitor...@gmail.com wrote: > > Hi > > Yes, I receive the logging with: > > subaddress: None, queue: in > > And then I have another few lines of logging, with nothing relevant ending > > up in > > Connection lost during _handle_client() > > That is norm

[Mailman-Developers] Re: Issues gathering list members

2021-01-20 Thread costavitorino
Hi Yes, I receive the logging with: subaddress: None, queue: in And then I have another few lines of logging, with nothing relevant ending up in Connection lost during _handle_client() If I send with the prefix owner, after the same line I have a line saying: envsender: -teste222-bounces+e

[Mailman-Developers] Issues gathering list members

2021-01-20 Thread costavitorino
Hi I'm with mailman 3 in a custom docker environment. And I have all services running in independent containers, and they all communicate between them. I'm testing sending emails by telnet to a mailing list. But mailman don't send the mail to the mailing list members. But if I send the mailing

[Mailman-Developers] Logging

2021-01-07 Thread costavitorino
Hi Is it possible to log to console? I've changed gunicorn configuration: accesslog='-' errorlog='-' Then logs are not written to log files, but I can't see what's being logged. I'm on a docker environment and having log files it's something that I want to avoid to control disk usage. And I'm

[Mailman-Developers] Mailman, postfix and docker

2020-12-18 Thread costavitorino
Hi all I'm upgrading a mailman2 installation to mailman3. And I using a docker implementation, created by me and not Maxking's implementation. Everything is installed and is served correctly. I have created a postfix container that relays emails to a smtp server, and I can send emails by telne