[Dovecot] Warning recipient when message delivery fails due to over-quota

2013-06-24 Thread Ben Johnson
I'm working to configure automated quota notifications in Dovecot and am wondering if it is possible to send a warning message to a user when message delivery fails because the user is over-quota. I already have the following directives configured: quota_warning = storage=95%% quota-warning 95

Re: [Dovecot] Warning recipient when message delivery fails due to over-quota

2013-06-24 Thread Ken A
On 6/24/2013 1:02 PM, Ben Johnson wrote: I'm working to configure automated quota notifications in Dovecot and am wondering if it is possible to send a warning message to a user when message delivery fails because the user is over-quota. I already have the following directives configured:

Re: [Dovecot] Warning recipient when message delivery fails due to over-quota

2013-06-24 Thread Ben Johnson
On 6/24/2013 2:21 PM, Ken A wrote: You can give some additional space = the max message size allowed in your email system, like in the example: http://wiki2.dovecot.org/Quota/Configuration#line-1-5 (change Trash to Inbox). Then the message would be accepted, and the user would get the

Re: [Dovecot] Warning recipient when message delivery fails due to over-quota

2013-06-24 Thread Timo Sirainen
On 24.6.2013, at 22.32, Ben Johnson b...@indietorrent.org wrote: plugin { quota_rule2 = Trash:storage=+100M quota_rule3 = Junk:ignore quota_rule4 = Inbox:storage=+100M } When I send the test message that should, in theory, put my test user over-quota, but well within the additional

Re: [Dovecot] Warning recipient when message delivery fails due to over-quota

2013-06-24 Thread Ben Johnson
On 6/24/2013 4:00 PM, Timo Sirainen wrote: On 24.6.2013, at 22.32, Ben Johnson b...@indietorrent.org wrote: plugin { quota_rule2 = Trash:storage=+100M quota_rule3 = Junk:ignore quota_rule4 = Inbox:storage=+100M } When I send the test message that should, in theory, put my test user