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
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
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
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
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