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)
                quota_set->quota_exceeded_msg = DEFAULT_QUOTA_EXCEEDED_MSG;
[ .... ]



but i havent found, in all the sources, where the QUOTA_EXCEEDED_MESSAGE is feeded by something from dovecot.conf or anywhere else.

question is: isnt it possible to configure the quota exceeded message from dovecot.conf ?? Do i really need to rebuild dovecot changing the message on quota.c for acchieving that ?

--


        Atenciosamente / Sincerily,
        Leonardo Rodrigues
        Solutti Tecnologia
        http://www.solutti.com.br

        Minha armadilha de SPAM, NÃO mandem email
        gertru...@solutti.com.br
        My SPAMTRAP, do not email it




Reply via email to