How can I find out which email users are connected to SMTP/IMAP?

Hi everyone,

As the title of this discussion asks, is it possible to find out which email users are connected to the mail server via an SMTP/IMAP connection from the Terminal?
I recently realised a migration, so I need to know which users have successfully reconnected and which ones haven’t.

I’m using mailinabox v73, Ubuntu server 22.04

Regards,

In /var/log/mail.log I see entries like imap-login: Info: Login: user= Perhaps these are useful to you?

1 Like

Great. I have been able to identify the users who are already connecting from RoundCube (same server box.domain/mail) and from an external IP (Thunderbird).

Thanks!