/var/log/exim_mainlog will show all incoming and outgoing email.
You can enable extra logging in exim by adding "log_selector = +all" to /etc/exim.conf at the top, then restart exim.
/var/log/maillog shows all POP login/logout connections if they are sending thru POP.
Thanks for that. Checking maillog for the problem pop account:
Jun 7 10:02:23 mercury pop3d: LOGIN,
[email protected], ip=[::ffff:60.242.173.83]
Jun 7 10:02:23 mercury pop3d: LOGOUT,
[email protected], ip=[::ffff:60.242.173.83], top=0, retr=0, time=0
Jun 7 10:03:24 mercury pop3d: LOGIN,
[email protected], ip=[::ffff:60.242.173.83]
Jun 7 10:03:27 mercury pop3d: LOGOUT,
[email protected], ip=[::ffff:60.242.173.83], top=0, retr=8528, time=3
Jun 7 10:04:39 mercury pop3d: LOGIN,
[email protected], ip=[::ffff:60.242.173.83]
Jun 7 10:04:42 mercury pop3d: LOGOUT,
[email protected], ip=[::ffff:60.242.173.83], top=0, retr=16555, time=3
Jun 7 10:05:51 mercury pop3d: LOGIN,
[email protected], ip=[::ffff:60.242.173.83]
Jun 7 10:05:52 mercury pop3d: LOGOUT,
[email protected], ip=[::ffff:60.242.173.83], top=0, retr=0, time=1
Jun 7 10:06:54 mercury pop3d: LOGIN,
[email protected], ip=[::ffff:60.242.173.83]
Jun 7 10:07:11 mercury pop3d: LOGOUT,
[email protected], ip=[::ffff:60.242.173.83], top=0, retr=1056289, time=17
Jun 7 10:08:01 mercury pop3d: LOGIN,
[email protected], ip=[::ffff:60.242.173.83]
Jun 7 10:08:01 mercury pop3d: LOGOUT,
[email protected], ip=[::ffff:60.242.173.83], top=0, retr=0, time=0
Jun 7 10:09:11 mercury pop3d: LOGIN,
[email protected], ip=[::ffff:60.242.173.83]
Jun 7 10:09:23 mercury pop3d: LOGOUT,
[email protected], ip=[::ffff:60.242.173.83], top=0, retr=1067247, time=12
Jun 7 10:10:31 mercury pop3d: LOGIN,
[email protected], ip=[::ffff:60.242.173.83]
I think I can assume that "top=0, retr=0, time=0" is good and "top=0, retr=1056289, time=17" is *not* good?
Does anyone know specifically what top, retr, and time mean in this context? Like this person (who also didn't get the answer they were seeking), I assumed that I'd find the answer in exim documentation:
http://www.exim-users.org/forums/showthread.php?threadid=54850
But googling on "pop3d maillog top retr time" didn't illuminate either.
Any takers?