1

Topic: Awstats not working on iRedMail-0.7.2

I did install all correctly but Awstats not working. It don't update traffic. I configed file /etc/awstats/awstats.conf but not working. Please help me!
Thanks!

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Awstats not working on iRedMail-0.7.2

You can find cron jobs of system account 'root', like below:

1   */1   *   *   *   perl /var/www/awstats/awstats.pl -config=web -update >/dev/null
1   */1   *   *   *   perl /var/www/awstats/awstats.pl -config=smtp -update >/dev/null

Try to execute these two commands manually, check whether or not it works as expected. For example,

# perl /var/www/awstats/awstats.pl -config=smtp -update

Also, make sure cron service is running.

3

Re: Awstats not working on iRedMail-0.7.2

I will try again. Thank ZhangHuangbin!