• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

How do I know the public IP of the computer connecting to a specific mailbox

O

ozit

Guest
Hello,

My client has been burgled its notebook computers.
In hope that the thieves set on a notebook and they are trying to consult mails, I would like to know if I should have the public IP address in a log, which was connected.

Thanks:confused:
 
look in /usr/local/psa/var/log/maillog.

Entries should look something like this:

pop3d: IMAP connect from @ [xx.xxx.xxx.xx]INFO: LOGIN, user=username, ip=[xx.xxx.xxx.xx]
 
Thanks a lot,
I'm going to write a bash script to look in that file le username I'm looking for and then it will send me a mail
 
Back
Top