Skip to main content

Trace mail downloaded from server?

Comments

4 comments

  • Max Miles
    Hello, I don't think you will be able to find who downloaded the mails.However if you have root level access, you can check the /var/log/maillog to see Which IP connected to which email account via which protocol (POP or IMAP). I guess looking at that would give you an idea at what timestamps were the particular email accounts accessed and based on that you can come to conclusion. Regards, Max Miles
    0
  • keat63
    Are you using outlook local client, like 2003, 2007,2010 or cloud outlook.
    0
  • JunCol
    i'm using Outlook 2010. The rest of the guys are mix of Outlook 2013, 2016. Just wondered. Is there some form of acknowledgement of each email being downloaded successfully?
    0
  • cPanelLauren
    You can most certainly do this if you have root access to the server, using /var/log/maillog. By default you'll see the following (as an example in the maillog for pop3 access: Jun 21 10:33:13 server dovecot: pop3(user@domain.net)<40486>: Disconnected: Logged out top=0/0, retr=848/35230089, del=0/848, size=35211518, bytes=8396/35261172
    You'll want to note specifically the following: Retrieved 848 messages out of a maximum of 35230089 retr=848/35230089
    Deleted 0 out of a maximum of 848 messages (meaning they're all still present on the server) del=0/848
    Total size of the download/exchange in bytes size=35211518
    0

Please sign in to leave a comment.