========================
> >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?
> Does it do
> bin/mailmanctl reopen
> after rotation?
========================

Yes. It does "reopen" for "post". 

/var/log/mailman/subscribe /var/log/mailman/post {
        su root list
        daily
        missingok
        create 0664 list list
        rotate 3
        compress
        delaycompress
        sharedscripts
        postrotate
            [ -f '/var/run/mailman/mailman.pid' ] && 
/usr/lib/mailman/bin/mailmanctl -q reopen || exit 0
        endscript
}
------------------------------------------------------
Mailman-Users mailing list -- mailman-users@python.org
To unsubscribe send an email to mailman-users-le...@python.org
https://mail.python.org/mailman3/lists/mailman-users.python.org/
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: https://www.mail-archive.com/mailman-users@python.org/
    https://mail.python.org/archives/list/mailman-users@python.org/

Reply via email to