[Mailman-Users] Re: Post log not being written

2020-09-22 Thread Mark Dale
== > > The oddity was that with the check "/var/run/mailman/mailman.pid" -- the > > subscribe log was getting written but not the post. > > > > /var/log/mailman/subscribe /var/log/mailman/post { > > ... > > } > ==

[Mailman-Users] Re: Post log not being written

2020-09-22 Thread Mark Sapiro
On 9/22/20 2:03 PM, Mark Dale wrote: > > The oddity was that with the check "/var/run/mailman/mailman.pid" -- the > subscribe log was getting written but not the post. > > /var/log/mailman/subscribe /var/log/mailman/post { > ... > } The subscribe log gets written often by the web CGIs. These

[Mailman-Users] Re: Post log not being written

2020-09-22 Thread Mark Dale
> > > >>> Today that log file has rotated ("post.1) and the new post log file was > >>> not being written to -- until I restarted the qrunner again. As said, > >>> no problems with mail delivery, and the other logs. > > > >> What does your logrota

[Mailman-Users] Re: Post log not being written

2020-09-21 Thread Mark Sapiro
On 9/21/20 9:07 AM, Mark Dale wrote: > >>> Today that log file has rotated ("post.1) and the new post log file was >>> not being written to -- until I restarted the qrunner again. As said, >>> no problems with mail delivery, and the other logs. > >>

[Mailman-Users] Re: Post log not being written

2020-09-21 Thread Mark Dale
> >Today that log file has rotated ("post.1) and the new post log file was > >not being written to -- until I restarted the qrunner again. As said, > >no problems with mail delivery, and the other logs. > What does your logrotate script contain? > D

[Mailman-Users] Re: Post log not being written

2020-09-21 Thread Mark Sapiro
On September 20, 2020 9:17:38 PM PDT, Mark Dale wrote: >Today that log file has rotated ("post.1) and the new post log file was >not being written to -- until I restarted the qrunner again. As said, >no problems with mail delivery, and the other logs. What does your logrotate script contain?

[Mailman-Users] Re: Post log not being written

2020-09-20 Thread Mark Dale
== > > I've just noticed that the mailman/post log isn't being written to. == > This is controlled by Defaults.py/mm_cfg.py settings SMTP_LOG_* which > specify the log name and message format for these messages. The default > settings that write to the post log are: > > > # This

[Mailman-Users] Re: Post log not being written

2020-09-20 Thread Mark Sapiro
On 9/19/20 4:24 PM, Mark Dale wrote: > Hi, > > I've just noticed that the mailman/post log isn't being written to. This is controlled by Defaults.py/mm_cfg.py settings SMTP_LOG_* which specify the log name and message format for these messages. The default settings that write to the post log are