On 1 July 2013 11:32, Thomas Leuxner tlx@leuxner.net wrote:
- Simon B simon.buongiorno@gmail.com 2013.07.01 10:41:
/var/log/mail.log.1:42896:Jun 30 17:27:34 mail dovecot: imap: Server shutting down. in=1764 out=4027
What does the preceding line for the master process say?
Jun 29 11:39:24 spectre dovecot: master: Warning: Killed with signal 15 (by pid=11676 uid=0 code=kill) Jun 29 11:39:24 spectre dovecot: imap: Server shutting down. in=556 out=11739 Jun 29 11:39:24 spectre dovecot: imap: Server shutting down. in=7534 out=29257
Hi Thomas,
The line before was a regular imap login line. As per my original mail nothing was logged with warning in the entire mail.log.
I notice now that I don't have any master logging lines too..
root@mail:~# grep -inr dovecot /var/log/mail* | grep '(fatal|error|warning|panic)' root@mail:~# grep -inr dovecot /var/log/mail* | grep '(fatal|error|warning|panic|master)' root@mail:~#
I wonder where master is being logged to and how I can redirect that.
Simon