Em 18/02/2010 13:10, Timo Sirainen escreveu:
On Tue, 2010-02-16 at 15:18 -0200, Leonardo Rodrigues wrote:
but i havent found, in all the sources, where the
QUOTA_EXCEEDED_MESSAGE is feeded by something from dovecot.conf or
anywhere else.
plugin {
quota_exceeded_message = stuf
On Tue, 2010-02-16 at 15:18 -0200, Leonardo Rodrigues wrote:
> but i havent found, in all the sources, where the
> QUOTA_EXCEEDED_MESSAGE is feeded by something from dovecot.conf or
> anywhere else.
plugin {
quota_exceeded_message = stuff
}
I guess I should put that somewhere..
signat
From dovecot 1.2.10 sources i have:
src/plugins/quota/quota.c
#define DEFAULT_QUOTA_EXCEEDED_MSG \
"Quota exceeded (mailbox for user is full)"
struct quota_settings *quota_settings_init(void)
{
[ ]
quota_set->quota_exceeded_msg = getenv("QUOTA_EXCEEDED_MESSAGE");