eximstats table explaination

slawn

Member
Dec 30, 2012
8
0
51
cPanel Access Level
Root Administrator
Is there any documentation available that would explain 4 eximstats tables and their columns. I was searching but cannot find it anywhere. I'm trying to do some stats based on those - but have problems with some of the fields. Thanks
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,258
463
Hello :)

Could you elaborate on the exact type of information that you are attempting to extract from this database? What problem are you having? You can browse the tables to get a better idea of the type of information stored.

Thank you.
 

slawn

Member
Dec 30, 2012
8
0
51
cPanel Access Level
Root Administrator
Hello :)

Could you elaborate on the exact type of information that you are attempting to extract from this database? What problem are you having? You can browse the tables to get a better idea of the type of information stored.

Thank you.
Thanks for coming back to me.

What I'm trying to achieve is to run a cron every minute on eximstats database and feed the info about deliveries to our email marketing system - to know when the message was actually delivered successfully.

Few questions I have:
1. What is the difference between SENDS and SMTP tables?
2. What do the statuses mean in SENDS and SMTP tables - for the processed column (I think the possible statuses are 0,1,2,3)
3. What is the countedtime, countedhour and counteddomain fields mean in the SMTP table
4. Which table will give me info about the messages that was delivered successfully.

Thanks for your help
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,258
463
I believe you will likely want to use the "eximstats" utility directly. You can run the following command to get more information about each argument:

Code:
eximstats  -h
Thank you.