/plugins/show_quota/config_sample.phpNaSMail Show quota plugin - sample configuration file Copyright (c) 2007 The NaSMail Project This file is part of NaSMail show_quota plugin.
This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This plugin is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with plugin; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
string
$show_quota_backend
(line 32)
Used quota calculation backend. Must match library in backend/ subdirectory without '.php' prefix. 'imap' and 'vmailmgr' are currently supported. Plugin uses IMAP backend by default.
integer
$show_quota_notice_count
(line 62)
Sets count quota notice triggers.
Any number between 0 and 100. Please note that $show_quota_warning_count is evaluated first.
integer
$show_quota_notice_size
(line 78)
Sets size and other quota notice triggers.
Any number between 0 and 100. Please note that $show_quota_warning_size is evaluated first.
string
$show_quota_vmailmgr_include
(line 39)
[vmailmgr] Path to VmailMgr's vmail.inc file. It is used only by vmailmgr backend and is not set by default.
string
$show_quota_vmailmgr_util
(line 46)
[vmailmgr] Path to utility used to calculate vmailmgr quotas. It is used only by vmailmgr backend and is not set by default.
integer
$show_quota_warning_count
(line 54)
Sets count quota warning triggers.
Any number between 0 and 100. Please note 100 and more is automatically treated as critical error and not as warning.
integer
$show_quota_warning_size
(line 70)
Sets size and other quota warning triggers.
Any number between 0 and 100. Please note 100 and more is automatically treated as critical error and not as warning.
Documentation generated on Sun, 22 Nov 2009 17:36:23 +0200 by phpDocumentor 1.4.3