Missing options/features on E-mail Usage page

Bastille

Verified User
Joined
Mar 25, 2013
Messages
97
While troubleshooting a compromised e-mail in E-mail Manager -> E-mail Accounts -> E-mail Usage, I noticed the Sender Host column that exists in the Enhanced skin isn't present in Evolution anywhere. There's also no way to search through the results like there is in the Enhanced skin.

Nothing major for us, since we can always just do exigreps through SSH to diagnose this stuff, but it does help provide more information to regular users.
 
Please try updating the skin to solve it:
Code:
cd /usr/local/directadmin/data/skins
mkdir -p evolution
cd evolution
wget -O evolution.tar.gz https://demo.directadmin.com/download/evolution.tar.gz
tar xvzf evolution.tar.gz
cd ..
chown -R diradmin:diradmin evolution

Thank you for the report! :) We'll be waiting for the feedback.
 
As a follow-up, the Sender Host field is still an empty column on the E-mail Usage page.
 
May you check if it's the same with DA 1.58 RC2? We were unable to reproduce it. It'd be great to get full output from JSON, to see if it has any data. Just inspect your network tab in the browser, and you should see it there.
 
Ah, no. As these are production servers, they are not currently on the RC path. The server is running 1.57.5 currently and the JSON is showing the content is there but then it doesn't show up on the page.

Code:
deliveries {...}
0 {…}
time	1564646055
sender	installatron@*snip*
authenticated_id	
sender_host_address	
size	1118
destination	*snip*
path	/usr/local/installatron
id	1ht5uh-0002W5-9D

28	{…}
time	1564676815
sender	*snip*
authenticated_id	*snip*
sender_host_address	*snip* (but there is an IP here)
size	234896
destination	*snip*
path	
id	1htDuo-0003m4-2I

44	{…}
time	1564679975
sender	*snip*
authenticated_id	*snip*
sender_host_address	*snip* (but there is an IP here)
size	9224
destination	*snip*
path	
id	1htEjn-00083Y-7n

And then the attached image is from just viewing today's whereas that bit of JSON was from viewing the month's
 

Attachments

  • emailusage.PNG
    emailusage.PNG
    92.3 KB · Views: 22
It must be finally fixed now:
Code:
cd /usr/local/directadmin/data/skins
mkdir -p evolution
cd evolution
wget -O evolution.tar.gz https://demo.directadmin.com/download/evolution.tar.gz
tar xvzf evolution.tar.gz
cd ..
chown -R diradmin:diradmin evolution

Please confirm :) Thanks!
 
Back
Top