1

Topic: Add domains to Awstats

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.2
- Linux/BSD distribution name and version: Ubuntu 14.04
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx): Apache2
- Manage mail accounts with iRedAdmin-Pro?
- Related log if you're reporting an issue:
====

I have awstats installed with the installation of iRedMail.
However i have many other virual domains added to this host. With Apache2 i have created rules like this:

   

<VirtualHost *:80> 
         ServerAdmin postmaster@vivashost.com
         ServerName adddomain.com
         ServerAlias www.adddomain.com
         DocumentRoot /var/www/html/adddomain.com/
         <Directory "/var/www/html/adddomain.com">
                    AllowOverride All
            </Directory>

    </VirtualHost>

And i have many other domains added like this to this host.
However when i open my Awstats i see only the results for mail.vivashost.com which is my host main domain that i use for my mail server.

My question is how can i add all other domains which i host on this host so i can see their stats also ?

Thanks in advance!

----

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

2

Re: Add domains to Awstats

Please take a look and update awstats config file under /etc/awstats/.