0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-20 03:36:20 +02:00
postfixadmin/DOCUMENTS
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
..
screenshots screenshots: adding 2007-09-25 19:54:03 +00:00
BACKUP_MX.txt INSTALL.txt, UPGRADE.txt: 2009-05-31 20:31:04 +00:00
DOVECOT.txt support for displaying quota (dovecot 1.1 and 1.2 format) 2009-10-18 22:43:13 +00:00
FAQ.txt FAQ.txt: updating 2009-01-21 13:47:04 +00:00
HORDE.txt file extensions should be lower case ;) 2007-11-14 21:43:02 +00:00
LANGUAGE.txt LANGUAGE.txt: 2008-04-11 22:53:31 +00:00
POSTFIX_CONF.txt POSTFIX_CONF.txt. 2009-04-09 20:46:44 +00:00
POSTFIXADMIN.txt DOCUMENTS/POSTFIXADMIN.txt: updated 2008-04-26 21:01:13 +00:00
SECURITY.txt SECURITY.txt: Adding 2008-04-10 13:39:44 +00:00
SUPERADMIN.txt file extensions should be lower case ;) 2007-11-14 21:43:02 +00:00
UPGRADE.txt INSTALL.txt, UPGRADE.txt: 2009-05-31 20:31:04 +00:00