11 Feb
2009
11 Feb
'09
2:38 a.m.
On Tue, 2009-02-10 at 09:07 +0100, Ralf Heidenreich wrote:
Hello,
here is my dovecot.conf ------snip---------- log_path = /var/log/maillog info_log_path = /var/log/maillog -------snip------------- Is it possible, than logrotate rotates the maillog, and dovecot wants to write to it, if the maillog is not available at the moment, dovecot writes to audit.log?
No, that's not possible. With the above configuration Dovecot logs only to /var/log/maillog and if it can't do that it dies. If you don't send USR1 or HUP to Dovecot after log rotation, Dovecot simply continues writing to the old rotated log file (maillog.1 or whatever).
Of course if for some weird reason your log rotation rotates maillog to audit.log that would explain it..