On Fri, 03 Dec 2010 13:38:12 +0100 Juergen Edner wrote: > Hi Exim-users, > I am running Exim 4.72 with quota checks activated. A quota warning > is send as soon as the configured threshold per user is reached. > > Now I wonder if it would be possible to customize the quota warn > message in that way that it shows detailed information about the > defined threshold and the limit which has been reached. > I've checked the documentation but didn't find any predefined > variables which are containing the required information and could > be used in the message text.
>From the documentation (Section 26.2 Private options for appendfile: | +------------------+---------------+-------------+------------------+ | |quota_warn_message|Use: appendfile|Type: string*|Default: see below| | +------------------+---------------+-------------+------------------+ | | See below for the use of this option. If it is not set when | quota_warn_threshold is set, it defaults to | | quota_warn_message = "\ | To: $local_p...@$domain\n\ | Subject: Your mailbox\n\n\ | This message is automatically created \ | by mail delivery software.\n\n\ | The size of your mailbox has exceeded \ | a warning threshold that is\n\ | set by the system administrator.\n" --Frank Elsner -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
