Displaying 2 results from an estimated 2 matches for "121374".
Did you mean:
12134
2019 Mar 14
2
Dovecot logrotation - old journal files are still in use
...log reopen` used files are changed to</div><div xmlns="http://www.w3.org/1999/xhtml"># lsof -p19140 |grep dovecot\\\.<br />...<br />log 19140 root 33w REG 9,3 0 417651 /var/log/dovecot.log<br />log 19140 root 34w REG 9,3 121374 417690 /var/log/dovecot.info<br />log 19140 root 35w REG 9,3 916153 417691 /var/log/dovecot.debug</div><div xmlns="http://www.w3.org/1999/xhtml"> </div><div xmlns="http://www.w3.org/1999/xhtml">as it is expected to be</div>&l...
2019 Mar 15
1
Dovecot logrotation - old journal files are still in use (second attempt)
...G 9,3 14853918 417683 /var/log/dovecot.debug.1
...
After the manual issue 'doveadm log reopen` command the files are changed to
# lsof -p19140 |grep dovecot\\\.
...
log 19140 root 33w REG 9,3 0 417651 /var/log/dovecot.log
log 19140 root 34w REG 9,3 121374 417690 /var/log/dovecot.info
log 19140 root 35w REG 9,3 916153 417691 /var/log/dovecot.debug
as it is expected to be.
I use the logrotate config for dovecot instance:
/var/log/dovecot.log /var/log/dovecot.info /var/log/dovecot.debug {
daily
rotate 14
missingok
notifemp...