Skip to content

Commit 7cd9971

Browse files
author
latham
committed
First upload of the email quota reporting.
All parts are disabled at the moment. Please help update the language files. http://bugtracker.ispconfig.org/index.php?do=details&task_id=1242&project=3&pagenum=2
1 parent 8b9f169 commit 7cd9971

29 files changed

+421
-25
lines changed

install/tpl/debian6_dovecot.conf.master

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## ISPConfig3 Template file.
2+
## This file was installed by ISPConfig3
3+
## It will be replaced if ISPConfig3 is updated.
4+
15
## Dovecot configuration file
26
base_dir = /var/run/dovecot/
37

@@ -45,6 +49,13 @@ protocol lda {
4549
## Plugin settings
4650
plugin {
4751
quota = maildir
52+
53+
# Disabled user quota reporting for the first upload
54+
# quota = dict:user::file:/var/vmail/%n_%d_quota
55+
# Because the mail quota is called in the user query
56+
# the maildir quota does not need to be set.
57+
# You do not need: quota = maildir
58+
4859
sieve=/var/vmail/%d/%n/.sieve
4960
}
5061

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
$wb["list_head_txt"] = 'Mailbox quota';
3+
$wb["quota_txt"] = 'Quota';
4+
$wb["name_txt"] = 'Name';
5+
$wb["email_txt"] = 'Email Address';
6+
$wb["used_txt"] = 'Used space';
7+
?>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
$wb["list_head_txt"] = 'Mailbox quota';
3+
$wb["quota_txt"] = 'Quota';
4+
$wb["name_txt"] = 'Name';
5+
$wb["email_txt"] = 'Email Address';
6+
$wb["used_txt"] = 'Used space';
7+
?>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
$wb["list_head_txt"] = 'Mailbox quota';
3+
$wb["quota_txt"] = 'Quota';
4+
$wb["name_txt"] = 'Name';
5+
$wb["email_txt"] = 'Email Address';
6+
$wb["used_txt"] = 'Used space';
7+
?>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
$wb["list_head_txt"] = 'Mailbox quota';
3+
$wb["quota_txt"] = 'Quota';
4+
$wb["name_txt"] = 'Name';
5+
$wb["email_txt"] = 'Email Address';
6+
$wb["used_txt"] = 'Used space';
7+
?>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
$wb["list_head_txt"] = 'Mailbox quota';
3+
$wb["quota_txt"] = 'Quota';
4+
$wb["name_txt"] = 'Name';
5+
$wb["email_txt"] = 'Email Address';
6+
$wb["used_txt"] = 'Used space';
7+
?>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
$wb["list_head_txt"] = 'Mailbox quota';
3+
$wb["quota_txt"] = 'Quota';
4+
$wb["name_txt"] = 'Name';
5+
$wb["email_txt"] = 'Email Address';
6+
$wb["used_txt"] = 'Used space';
7+
?>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
$wb["list_head_txt"] = 'Mailbox quota';
3+
$wb["quota_txt"] = 'Quota';
4+
$wb["name_txt"] = 'Name';
5+
$wb["email_txt"] = 'Email Address';
6+
$wb["used_txt"] = 'Used space';
7+
?>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
$wb["list_head_txt"] = 'Cuota de Correo';
3+
$wb["quota_txt"] = 'Cuota';
4+
$wb["name_txt"] = 'Nombre';
5+
$wb["email_txt"] = 'Correo';
6+
$wb["used_txt"] = 'Usado';
7+
?>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
$wb["list_head_txt"] = 'Mailbox quota';
3+
$wb["quota_txt"] = 'Quota';
4+
$wb["name_txt"] = 'Name';
5+
$wb["email_txt"] = 'Email Address';
6+
$wb["used_txt"] = 'Used space';
7+
?>

0 commit comments

Comments
 (0)