Hey All,
This is more an annoyance than anything that really impacts the server. I have noticed that dovecot and imap spam the mail,log file pretty seriously. This is to the tune of about 3 entries per user per second. These are not failed logon attempts, but actual people either logged in through the web or via activsync.
I am not overly worried about it, but it seems a little crazy that this log file is reaching 300+ MB per week which honestly makes it a real pain to get anything useful out of. I am considering setting dovecot to log to a different file than mail.log to at least make it more useful, but I would love to better understand why there is so many entries for this process.
Here is an example of what I see, and this is just one user for one second.
Jun 29 13:45:51 mail dovecot: imap-login: Login: user=someuser@mydomain.com, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, mpid=25106, TLS, session=<ABcpqasZAQB/AAAB>
Jun 29 13:45:51 mail dovecot: imap(someuser@mydomain.com): Disconnected: Logged out in=15 out=409
Jun 29 13:45:51 mail dovecot: imap-login: Login: user=someuser@mydomain.com, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, mpid=25108, TLS, session=<mMwqqasZAwB/AAAB>
Jun 29 13:45:51 mail dovecot: imap(someuser@mydomain.com): Disconnected: Logged out in=15 out=409
Jun 29 13:45:51 mail dovecot: imap-login: Login: user=someuser@mydomain.com, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, mpid=25110, TLS, session=<6GIsqasZBQB/AAAB>
Jun 29 13:45:51 mail dovecot: imap(someuser@mydomain.com): Disconnected: Logged out in=15 out=409
Does anyone else have this same issue?