1

Topic: Changing the stat page

==== Required information ====
- iRedMail version:
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
- Linux/BSD distribution name and version:
- Related log if you're reporting an issue:
====I have ca. 200 mailboxes, receive about 20k spam/virus/banned messages per day and have huge maildir and quarantine. Logging in to the iRedAdmin-Pro ldap takes me ca. an hour (sometimes it takes up to 2,5 hour). The only way to log in in reasonable time is to put login credentials on the login page, and to choose other subpage in the address bar for example /iredadmin/domains. Then loging in takes seconds.
Is this possible to change the starting page from dashboard to lets say domains or admins?

----

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

2

Re: Changing the stat page

You can set below parameter in iRedAdmin-Pro config file "settings.py", then restart Apache service. It will redirect you to '/domains' after logged in.

REDIRECT_TO_DOMAIN_LIST_AFTER_LOGIN = True

By the way, do you have cron job to delete old sql records with script 'tools/cleanup_amavisd_db.py' shipped in iRedAdmin-Pro?