> On Sep 19, 2017, at 3:55 AM, Yukthi Systems <yukthisys...@gmail.com> wrote: > > We are facing an issue where the mail logging stops > and starts at regular intervals without an intervention, there > is no error and the email system keeps working, but only > problem is we keep missing the logs between intervals > when there is no mail logging happening, please suggest.
If log rotation regularly causes the syslog server to recreate the logging socket, and that log socket is outside the chroot jail, then chrooted processes will cease to be able to log. If a "postfix reload" causes logging to start working again, and you have chroot enabled for some services (e.g the queue manager), then that's the most likely problem. -- Viktor.