1

Topic: the mailbox quota notice

==== Provide required information ====
- iRedMail version and backend (LDAP/MySQL/PGSQL): 0.7.4
- Linux/BSD distribution name and version:centos 5.X x64
- Any related log? Log is helpful for troubleshooting.
====
it's good to use the mailbox quota .but there is a troublesome that i don't know my mailbox is full .
i want to have a message when i mailbox will be full .
for example 80% of my mailbox quota
i can get a notice that tell my quota will be full . Then which file is useful to set ?

----

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

2

Re: the mailbox quota notice

This is configured and enabled by default in Dovecot. You can find settings like below in dovecot.conf:

    # Quota warning.                                                               
    # If user suddenly receives a huge mail and the quota jumps from               
    # 85% to 95%, only the 95% script is executed.                                 
    quota_warning = storage=85%% quota-warning 85 %u                               
    quota_warning2 = storage=90%% quota-warning 90 %u                              
    quota_warning3 = storage=95%% quota-warning 95 %u