Topic: Mailbox quota exceeded the limit, emails from senders are rejected.
==== Required information ====
- iRedMail version: 0.8.3
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP >>> Active Directory
- Linux/BSD distribution name and version: CentOS 5.8
- Related log if you're reporting an issue: --
====
When the user mailbox exceeded the limit, all new messages are reject from the any sender without any message. (In my Exchange Client I receive: Your message was deleted without read). The quota_exceeded_message don't work in my server.
I use:
#############################
protocol lda {
postmaster_address = root
auth_socket_path = /var/run/dovecot/auth-master
mail_plugins = quota sieve autocreate
sieve_global_path = /var/vmail/sieve/dovecot.sieve
log_path = /var/log/sieve.log
quota_full_tempfail = yes
}
plugin { quota_rule = *:storage=300M }
plugin { quota_exceeded_message = Quota exceeded }
##############################################
When change the quota_full_tempfail to "no", the messajes automatically rejected and the sender receive "Your message was deleted without read". When the quota_full_tempfail is set to "yes", the message is reject without messages to sender.
I need that the senders receive: "Automatically rejected mail: Quota exceeded".
Any idea?
----
Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.