Millionade
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Comments
Recent activity by Millionade-
I've seen my VPS provider generate these reports and I want to know how to do it myself, I thought there'd be a few dudes floating around that were savvy. Is this the wrong place to ask about EXIM...
-
Yuk, why? Hmm. I don't know. I like the CLI :-) We've got easy to use tools for that here: WHM " Email " View Sent Summary Yes I've been using that tool and it's handy, but it only shows domai...
-
Hi :), You may need to manually create a command like below, which will show the email addresses in queue as per their count: exim -bpr | grep "<*@*>" | awk '{print $4}'|grep -v "<>" | sort | uni...