Skip to main content

eximstats table explaination

Comments

3 comments

  • cPanelMichael
    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.
    0
  • slawn
    ]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
    0
  • cPanelMichael
    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:
    eximstats -h
    Thank you.
    0

Please sign in to leave a comment.