Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
Dirk Dankhoff
ISPConfig 3
Commits
4a75ab83
Commit
4a75ab83
authored
May 19, 2011
by
latham
Browse files
start enableing email quotas.
parent
94cb904a
Changes
4
Hide whitespace changes
Inline
Side-by-side
install/tpl/debian6_dovecot.conf.master
View file @
4a75ab83
...
...
@@ -48,10 +48,7 @@ protocol lda {
## Plugin settings
plugin {
quota = maildir
# Disabled user quota reporting for the first upload
# quota = dict:user::file:/var/vmail/%n_%d_quota
quota = dict:user::file:/var/vmail/%n_%d_quota
# Because the mail quota is called in the user query
# the maildir quota does not need to be set.
# You do not need: quota = maildir
...
...
interface/web/client/form/client.tform.php
View file @
4a75ab83
...
...
@@ -220,7 +220,7 @@ $form["tabs"]['address'] = array (
'datatype'
=>
'VARCHAR'
,
'formtype'
=>
'SELECT'
,
'default'
=>
'
DE
'
,
'default'
=>
'
$conf["country"]
'
,
'datasource'
=>
array
(
'type'
=>
'SQL'
,
'querystring'
=>
'SELECT iso,printable_name FROM country ORDER BY printable_name'
,
'keyfield'
=>
'iso'
,
...
...
server/lib/classes/monitor_tools.inc.php
View file @
4a75ab83
...
...
@@ -149,7 +149,6 @@ class monitor_tools {
return
array
(
'name'
=>
$distname
,
'version'
=>
$distver
,
'id'
=>
$distid
,
'baseid'
=>
$distbaseid
);
}
/*
//** Email Quota
public
function
monitorEmailQuota
()
{
global
$conf
;
...
...
@@ -184,7 +183,6 @@ class monitor_tools {
$res
[
'state'
]
=
$state
;
return
$res
;
}
*/
//** Filesystem Quota
public
function
monitorHDQuota
()
{
...
...
server/mods-available/monitor_core_module.inc.php
View file @
4a75ab83
...
...
@@ -86,7 +86,7 @@ class monitor_core_module {
/*
* Calls the single Monitoring steps
*/
//
$this->_monitorEmailQuota();
$this
->
_monitorEmailQuota
();
$this
->
_monitorHDQuota
();
$this
->
_monitorServer
();
$this
->
_monitorOsVer
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment