1

Topic: iRedAdmin default mail quota

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.2
- Linux/BSD distribution name and version: Ubuntu
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): Mysql
- Web server (Apache or Nginx): Nginx
- Manage mail accounts with iRedAdmin-Pro? no

====

After a upgrade from iredmail 0.8 to 0.9.2version, our admin panel has unlimited size, as the default for new users. Where do i set the new default value, so i dont have to write it for each user?

----

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

2

Re: iRedAdmin default mail quota

Upgrading iRedMail won't change your mail quota setting. Did you modify any setting in /etc/dovecot/dovecot*.conf?

3

Re: iRedAdmin default mail quota

No, on my old server it was 1024 as default quota, i wouldent mind if i somewhere could say all users should as default have 2048mb of storage.

the only config files i have changed are the postfix main.cf / master and the iptables.

4

Re: iRedAdmin default mail quota

Try this:

*) Open file 'templates/default/mysql/user/create.html' in iRedAdmin open source edition, find below lines:

                            {{ display_quota(
                                            value=0,
                                            show_value_in_input=true,
                                            show_used_quota=false,
                                            )
                            }}

Change 'value=0,' to 'value=2048,'.

5

Re: iRedAdmin default mail quota

perfect that solved the problem smile thank you!