Hello,
I have only those two setting about quota in my exim.conf
quota = ${if exists{/etc/virtual/${domain}/quota}{${lookup{$local_part}lsearch*{/etc/virtual/${domain}/quota}{$value}{0}}}{0}}
quota_warn_threshold = 85%
And the problem is when someone almost exceed his mailbox quota. Then new emails waiting in queue.
Is there any option to send those email back to sender and inform that quota of the recipient is exceed ?
Thanks
I have only those two setting about quota in my exim.conf
quota = ${if exists{/etc/virtual/${domain}/quota}{${lookup{$local_part}lsearch*{/etc/virtual/${domain}/quota}{$value}{0}}}{0}}
quota_warn_threshold = 85%
And the problem is when someone almost exceed his mailbox quota. Then new emails waiting in queue.
Is there any option to send those email back to sender and inform that quota of the recipient is exceed ?
Thanks