Skip to main content

IMAP consuming so much bandwidth

Comments

3 comments

  • cPanelMichael
    Hello, Do you have root access to the system? If so, you can find email activity logged at /var/log/maillog. You can search this log for terms such as "dovecot: imap" to see IMAP activity. Look for the "in=" and "out=" entries, as those represent the incoming and outgoing bandwidth associated with the session. EX:
    grep "dovecot: imap" /var/log/maillog
    Thank you.
    0
  • wafaa
    Hello, The result returned several accounts. How can I detect the account that connect repeatedly.
    0
  • cPanelMichael
    Hello, There's no option available in cPanel & WHM that's going to provide you that information in an easy-to-see format. It's going to require browsing through /var/log/maillog or coming up with custom bash commands to search through it. Here are a couple of threads you may find helpful: imap traffic Massive POP3 Bandwidth - Stuck in a Loop Thank you.
    0

Please sign in to leave a comment.