Hi guys!
I have been trying to find a decent explanation of the Dovecot Maillog output, specifically for IMAP users.
The command I used is as follows:
cat /var/log/maillog | grep "[email protected]" | grep "imap" | grep "Logged out"
The output line that confuses me is as follows:
dovecot: imap([email protected]): Logged out in=787, out=63023692, bytes=787/63023692
Basically, I need to know exactly what each of the following means:
Logged out in=
out=
bytes=
Any info would be awesome.
I have been trying to find a decent explanation of the Dovecot Maillog output, specifically for IMAP users.
The command I used is as follows:
cat /var/log/maillog | grep "[email protected]" | grep "imap" | grep "Logged out"
The output line that confuses me is as follows:
dovecot: imap([email protected]): Logged out in=787, out=63023692, bytes=787/63023692
Basically, I need to know exactly what each of the following means:
Logged out in=
out=
bytes=
Any info would be awesome.