Displaying 1 result from an estimated 1 matches for "d0bb1f0c".
2010 Feb 16
2
configuring overquota message
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");
         if (quota_set->quota_exceeded_msg == NULL)