1

Topic: how to distinguish the way user logged in

==== Required information ====
- iRedMail version: 0.8.7
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): mysql
- Linux/BSD distribution name and version: centos 6.6
- Related log if you're reporting an issue:
====

Hello,
It's easy to distinguish pop3 and imap login (dovecot.log).
But is it an easy way to distinguish login via webmail?
Can it be found somewhere in admin interface ?
Regards

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: how to distinguish the way user logged in

if webmail is hosted on localhost, you can find log in dovecot.log with below info:

* protocol is imap. you can see 'imap-login'.
* remote ip address (rip=) is 127.0.0.1.
* it's always secure connection ("secured" in log).

Hope it helps.