show user login history with ip address and username used
-
@micro said in show user login history with ip address and username used:
which log file is the line from
In the past this was logged into the error.log. But for the WebApp log levels it may be more appropriate to ask in the webapp sub forum.
-
grep -R -i user /var/log/apache/*error*
didn’t show any hits. There is no information about “user”. I will try to ask the question on the WebApp sub-forum and point to this thread…
thank you so far Felix
-
maybe try
grep -R -i user /var/log/apache2/*
-
@item: please read and think first
-
I don’t know your configuration of apache2 but the default log is at /etc/apache2
and for me grep -R -i user /var/log/apache2/* works and gives output like :/var/log/apache2/error.log.1:[Sun Jan 26 22:41:40.557437 2020] [:error] [pid 18123] [client 192.168.2.72:50142] Kopano WebApp user: georg: authentication failure at MAPI, referer: https://serveraddress/webapp/
rg
Christian -
Hi Chris,
certainly you did mean “…the default log is in /var/log/apache2” :) Thanks for the information, that is correct. But it shows the failed logins.
My question was related to “succeeded” logins to track when, who and which backend was used.
-
anyone else? how can we
- track succeeded logins in Kopano ?
- track access (attach/open) to certain mailboxes (eg. when a user attaches or requests a particular mailbox, other than its own)
?
-
@micro have you checked the audit logging?
-
A bit late, and maybe it’s already mentioned in the thread, but, are you looking for this:
https://forum.kopano.io/topic/2569/logging-of-login-attemts -
@klausade: THANK YOU!