1

Topic: make bounce email over limit size email

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 0.9.5-1
- Deployed with iRedMail Easy or the downloadable installer? downloadable installer
- Linux/BSD distribution name and version: Ubuntu 14.04 LTS
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx): Apache
- Manage mail accounts with iRedAdmin-Pro? No
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

Hi Zhang

please help, i want make bounce email like below , but the message bounce email about over limit size email (global) in /etc/postfix/main.cf

where the function bounce email mailbox for user is full ?

--------------
Your message to <account@domain.com> was automatically rejected:
Quota exceeded (mailbox for user is full)
Reporting-MTA: dns; domain.com
Final-Recipient: rfc822; account@domain.com
Action: failed
Status: 5.2.2
--------------

----

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

2

Re: make bounce email over limit size email

Check file /usr/local/bin/dovecot-quota-warning.sh.

3

Re: make bounce email over limit size email

Hi Zhang

How do I create an email bounce message if the sender exceeds the size limit in configuration /etc/postfix/main.cf

# Default message_size_limit.
message_size_limit = 10000000

so that the sender knows the email was not received by the recipient

please help