0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00
PostfixAdmin - web based virtual user administration interface for Postfix mail servers
Go to file
Christian Boltz 04b272472d support for displaying quota (dovecot 1.1 and 1.2 format)
upgrade.php
- create quota and quota2 table (upgrade_729)
- create the triggers required by dovecot (upgrade_730_pgsql)

list-virtual.php
- updated to work with both quota tables
  Patch by Varren Volz, https://sourceforge.net/tracker/?func=detail&aid=2867629&group_id=191583&atid=937966
- changed query for 1.1 quota table to 
      WHERE [...] AND  (  $table_quota.path='quota/storage' OR $table_quota.path IS NULL  )
  This fixes https://sourceforge.net/tracker/?func=detail&aid=2794247&group_id=191583&atid=937964
  (users not shown when initial email is not sent)

config.inc.php, functions.php
- new config option $CONF['new_quota_table'] (YES means dovecot 1.2 format)
- set variables for new quota2 table

DOCUMENTS/DOVECOT.txt
- added note that quota table is automatically created
- added note about different quota tables for dovecot 1.0/1.1 and >= 1.2


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@730 a1433add-5e2c-0410-b055-b7f2511e0802
2009-10-18 22:43:13 +00:00
ADDITIONS cleanupdirs.pl: 2009-05-03 16:14:14 +00:00
admin Finally got rid of admin/ :-) 2007-10-31 18:24:40 +00:00
css css/default.css 2008-11-11 23:00:09 +00:00
debian bump up to 2.3rc7 2009-07-27 21:13:02 +00:00
DOCUMENTS support for displaying quota (dovecot 1.1 and 1.2 format) 2009-10-18 22:43:13 +00:00
images applied patch from lenix - theme support for postfixadmin; see http://sourceforge.net/tracker/index.php?func=detail&aid=1898481&group_id=191583&atid=937966 - thank you 2008-02-21 21:43:58 +00:00
languages nb.lang 2009-04-19 11:43:49 +00:00
model model/*.php: 2009-08-21 12:10:54 +00:00
templates fix boolean handling for postgres - see https://sourceforge.net/tracker/?func=detail&aid=2830001&group_id=191583&atid=937964 2009-08-04 20:45:21 +00:00
tests model/*, tests/*: 2009-04-15 21:54:18 +00:00
users users/password.php: fix minor typo 2009-06-30 12:56:30 +00:00
VIRTUAL_VACATION vacation.pl: change syslog facility 2009-09-26 08:17:03 +00:00
backup.php backup.php: fix bug 2829452 2009-07-30 07:35:14 +00:00
broadcast-message.php broadcast-message.php: fix hard coded table names 2009-04-22 14:56:28 +00:00
CHANGELOG.TXT bump up to 2.3rc7 2009-07-27 21:13:02 +00:00
common.php login.php, index.php: 2009-04-22 11:31:53 +00:00
config.inc.php support for displaying quota (dovecot 1.1 and 1.2 format) 2009-10-18 22:43:13 +00:00
create-admin.php rename templates to .php instead of .tpl 2007-12-02 13:59:33 +00:00
create-alias-domain.php create-alias-domain.php: fix undefined variables 2009-04-18 19:40:50 +00:00
create-alias.php reverting most changes from SVN r572 aka 2009-05-07 23:23:21 +00:00
create-domain.php create-domain.php: 2009-08-17 17:36:04 +00:00
create-mailbox.php create-mailbox.php: Remove commented out & dead code 2009-04-06 19:54:11 +00:00
delete.php - log mailbox deletion (was only logged as alias deletion before) 2009-06-08 11:33:16 +00:00
edit-active-admin.php rename templates to .php instead of .tpl 2007-12-02 13:59:33 +00:00
edit-active-domain.php rename templates to .php instead of .tpl 2007-12-02 13:59:33 +00:00
edit-active.php fix undefined variables 2009-04-20 18:40:18 +00:00
edit-admin.php - added/fixed vim: lines to nearly all *.php files (exception: templates/*) 2009-02-15 15:02:26 +00:00
edit-alias.php alias editing - ensure template uses correct list of aliases 2009-04-25 13:11:16 +00:00
edit-domain.php list-virtual.php 2009-02-26 22:57:11 +00:00
edit-mailbox.php allow local_part to change (in theory this code serves no purpose, as the username cannot be changed.. but perhaps it will be in the future (part 2 of operation shut-up-libertytek-charles :) ) 2008-12-12 19:40:39 +00:00
edit-vacation.php edit-vacation.php: 2009-08-21 12:02:55 +00:00
fetchmail.php fetchmail.php: 2009-03-26 23:07:45 +00:00
functions.inc.php support for displaying quota (dovecot 1.1 and 1.2 format) 2009-10-18 22:43:13 +00:00
GPL-LICENSE.TXT Initial Import in SourceForge 2007-03-24 07:27:00 +00:00
index.php login.php, index.php: 2009-04-22 11:31:53 +00:00
INSTALL.TXT INSTALL.txt, UPGRADE.txt: 2009-05-31 20:31:04 +00:00
LICENSE.TXT LICENSE.TXT: updated contributors 2008-04-26 20:54:26 +00:00
list-admin.php - added/fixed vim: lines to nearly all *.php files (exception: templates/*) 2009-02-15 15:02:26 +00:00
list-domain.php list-domain.php 2009-06-01 14:56:29 +00:00
list-virtual.php support for displaying quota (dovecot 1.1 and 1.2 format) 2009-10-18 22:43:13 +00:00
login.php login.php, index.php: 2009-04-22 11:31:53 +00:00
logout.php - added/fixed vim: lines to nearly all *.php files (exception: templates/*) 2009-02-15 15:02:26 +00:00
main.php - added/fixed vim: lines to nearly all *.php files (exception: templates/*) 2009-02-15 15:02:26 +00:00
motd-users.txt Initial Import in SourceForge 2007-03-24 07:27:00 +00:00
motd.txt Initial Import in SourceForge 2007-03-24 07:27:00 +00:00
password.php - added/fixed vim: lines to nearly all *.php files (exception: templates/*) 2009-02-15 15:02:26 +00:00
search.php - added/fixed vim: lines to nearly all *.php files (exception: templates/*) 2009-02-15 15:02:26 +00:00
sendmail.php sendmail.php: 2009-03-11 22:38:15 +00:00
setup.php setup.php: 2009-05-02 20:24:58 +00:00
upgrade.php support for displaying quota (dovecot 1.1 and 1.2 format) 2009-10-18 22:43:13 +00:00
variables.inc.php remove pointless ereg stuff 2009-07-10 21:00:43 +00:00
viewlog.php rename templates to .php instead of .tpl 2007-12-02 13:59:33 +00:00
xmlrpc.php require that xmlrpc is turned on in config file 2009-08-26 21:38:57 +00:00