Page 1 of 1

MTA Reputation statistics not showing

PostPosted: Wed Aug 07, 2013 9:00 am
by gardar
The MTA Reputation statistics are not being displayed for some reason. See attachment.
I am using PowerMTA and I am wondering if this is a configuration issue.
How do I fix this?

Also I am not getting any MTA statistics in the Email Campaign Statistics section.
Is this the same issue?

Re: MTA Reputation statistics not showing

PostPosted: Wed Aug 07, 2013 10:22 am
by MaBoRaK
loading..........

Hello hello, based in the Multiple MTA Documentation: https://www.maborak.com/interspire/addo ... nitor.html

The IP Monitor feature requires extra configuration:

  1. Fetch RBL and Reputation query list
    Code: Select all
    /usr/local/bin/php /path/to/interspire/admin/addons/mta/api/cli.php --populate-ipguard
    Run only 1 time.
  2. Cron Jobs running 1 time each day.
    Run once a day [Reputation checker]
    Code: Select all
    0 0 * * * /usr/local/bin/php /path/to/interspire/admin/addons/mta/api/cli.php --check-ipguard

    Run once a day [Blacklist Checker]
    Code: Select all
    0 0 * * * /usr/local/bin/php /path/to/interspire/admin/addons/mta/api/cli.php --check-ipguard --type=blacklist

    Run once a day [Whitelist Checker]
    Code: Select all
    0 0 * * * /usr/local/bin/php /path/to/interspire/admin/addons/mta/api/cli.php --check-ipguard --type=whitelist

Thats all for IP Reputation.

There is no MTA statistics in the Email Campaign :S

connection closed.

Re: MTA Reputation statistics not showing

PostPosted: Wed Aug 07, 2013 10:34 am
by gardar
Hello, and thank you for the quick reply. I will ask my sysadmin to look at those configurations and make the changes.

In the User Groups Settings -> Permissions I checked the MT: Multiple MTA - Addon option to Display sending errors.
Where are the errors displayed in the clients login?

Re: MTA Reputation statistics not showing

PostPosted: Wed Aug 07, 2013 10:49 am
by MaBoRaK
loading..............

The errors is displayed in the "Scheduled Email Campaigns" > Failures

Image


connection closed.