I have a client who would like to know the size of the largest email any of the email accounts under his account has received. Just the single largest size for an email. Is there any way I can determine this?
Thanks.
Matthew
I have a client who would like to know the size of the largest email any of the email accounts under his account has received. Just the single largest size for an email. Is there any way I can determine this?
Thanks.
Matthew
Easiest (and quickest) way I can think of is for the client to log into Webmail and then sort emails by size. Alternatively, you could login manually via telnet to the server on port 110, "LIST" and then sort the sizes.
Thanks for the reply. I thought of the first idea, but he doesn't know the passwords to all of the accounts. Plus, the accounts are for business associates of his, and some of the information in the emails may be confidential.
I'd imagine the second suggestion is a good one, but unfortunately, I have telnet disabled on the server, and am not familiar with it even if it was.
Thank you for the suggestions though. I'm hoping there is a way with SSH that I can scan the email accounts and order by size somehow.
I think I could use mutt to do this. I have installed mutt via "yum install" but I can not figure out how to sort the messages by size. Anyone have any suggestions?