1

Topic: login for awstats

It's asking for a Login, I've tried postmaster, www, admin...any help is appreciated.

----

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

2

Re: login for awstats

Try postmaster@yourdomain.com smile
Admin accounts are stored in LDAP/MYSQL backend.

3

Re: login for awstats

You don't have permission to access /awstats/ on this server.

4

Re: login for awstats

Read /path/to/your/iRedMail-x.y.z/iRedMail.tips after installation.

All urls are listed in it.

You should visit:
http://your_server/awstats/awstats.pl
http://your_server/awstats/awstats.pl?config=mail

5

Re: login for awstats

I have created another domain, do I have to create new keys for amavis to use it?  It appears it can't receive mail.  It's possible to host multiple domains correct?

6

Re: login for awstats

How did you create it?
What does postfix say in /var/log/maillog?

Don't ask questions without details, ok?

7

Re: login for awstats

The domain was created by the postfixadmin utility you included with the iRedMail packages.

8

Re: login for awstats

Could you please post the SQL data of this domain?

You can use phpMyAdmin to export it or use mysql command line tools:

$ mysql -uroot -p vmail
mysql> SELECT domain,transport,active FROM domain;