14 Jun
2005
14 Jun
'05
12:21 p.m.
On Thu, 2005-06-09 at 21:05 +0100, Rob Kettle wrote:
Hi,
I'm trying to use pop-before-smtp with Dovecot IMAP (not running pop3). Pop-before-smtp has fixes to work with the fact that Thunderbird holds the Dovecot Imap connection open and therefore doesn't record regular 'login' entries in maillog.
Problem is that pop-before-smtp relies on Dovecot recording a disconnect in the maillog when an Imap client disconnects. Dovecot doesn't seem log disconnects. How can I get it to do this please ?
Modify src/imap/client.c function client_destroy(). Add there something like:
i_info("Logout");