Dear listmembers.
I have the following
login_log_format_elements = service=%s user=<%u> session=%{session}
method=%m rip=%r lip=%l mpid=%e %c %k
Maybe I have overseen the config option to add the %{session} also to
the logout line.
Here a example from my log:
###
Nov 3 00:46:43 <HOST> dovecot: imap-login: Login: service=imap,
user=<USER>, session=ETV8v4vNfwB/AAAB, method=CRAM-MD5, rip=127.0.0.1,
lip=127.0.0.1, mpid=14874, TLS, TLSv1.1 with cipher AES256-SHA (256/256
bits) zlib compression
Nov 3 00:46:43 external dovecot: imap(USER): Disconnected: Logged out
in=15649 out=80199
###
Thanks for help and answers.
Best regards
Aleks
On 11/03/2012 12:51 AM Aleksandar Lazic wrote:> Dear listmembers. > > I have the following > > login_log_format_elements = service=%s user=<%u> session=%{session} > method=%m rip=%r lip=%l mpid=%e %c %k > > Maybe I have overseen the config option to add the %{session} also to > the logout line. > ?I use: imap_logout_format = in=%i out=%o, session=<%{session}> Regards, Pascal -- The trapper recommends today: c01dcofe.1230800 at localdomain.org
Dear Pascal, Am 03-11-2012 01:01, schrieb Pascal Volk:> On 11/03/2012 12:51 AM Aleksandar Lazic wrote: >> Dear listmembers. >>[snipp]>> Maybe I have overseen the config option to add the %{session} also >> to >> the logout line. >> ? > > I use: imap_logout_format = in=%i out=%o, session=<%{session}>AH thanks I have overlooked this with dovecot config|egrep -i log Best regards Aleks