Skip to main content

One account transfered 50 Gb of data on IMAP in one month

Comments

3 comments

  • Otávio Serra
    I found the solution to find the bandwidth one mail account use in one day using this command line: cat /var/log/maillog | grep "account@domain.com" | grep "imap" | grep "Logged out" And I found the problem: one user was using some mail's accounts to transfer data with each other users instead of using one cloud drive such as google drive per example LOL. Closed topic
    0
  • cPanelMichael
    Hello @Ot"vio Serra, I'm glad to see you were able to determine the source of the usage. Thank you for sharing the outcome.
    0
  • LoadFactor
    A slightly better way to discover more bandwidth usage is this command: cat /var/log/maillog | grep "account@domain.com" | grep "bytes=" This will include results from other commands like a UID SEARCH. In my case just one of these accounted for a gigabyte of data.
    0

Please sign in to leave a comment.