1 (edited by hergiox 2013-06-18 06:23:14)

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.

2

Re: Mailbox quota exceeded the limit, emails from senders are rejected.

iRedMail doesn't have "quota_full_tempfail" and "quota_exceeded_message" by default, and it returns message like "quota exceeded". Did you try to comment out these two and try again?