Re: [Exim] quota_warn_message not send any message

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Andreas J Mueller
Fecha:  
A: Steffen Herold
Cc: exim-users
Asunto: Re: [Exim] quota_warn_message not send any message
Hi Steffen!

> 29918 quota threshold = 12582912 old size = 17994285 message size = 798


> So it seems to be that exim recognize that the size of the directory is
> over threshold, but send no message. ???
> Anybody know why?


I believe Exim will only generate the quota_warn_message when the
quota crosses the threshold. In your case, the quota has already been
over the threshold before the message was delivered, thus no warn
message has been sent.

Andy