PostfixAdmin for BananaNetwork - to apply required patches before release or release in async to the official version https://github.com/postfixadmin/postfixadmin
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Christian Boltz 62261f54ae functions.inc.php: fix check_quota() to handle unlimited maxquota
- explicitely check for unlimited maxquota when checking if 
  $quota > $limit[maxquota]. Without this, $quota was always
  considered as being too big (not surprising, everything is >0 ;-)
  This fixes https://sourceforge.net/tracker/?func=detail&aid=3306926&group_id=191583&atid=937964
  (caused by domain quota patch, therefore not affecting 2.3.x)
- replaced setting $rval with return in some cases if the decision is
  final without needing to check domain quota
- added lots of comments to make understanding the function easier



git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1065 a1433add-5e2c-0410-b055-b7f2511e0802
14 years ago
ADDITIONS fix typo in variable name 14 years ago
DOCUMENTS UPGRADE.txt: 14 years ago
VIRTUAL_VACATION vacation.pl: 14 years ago
admin Finally got rid of admin/ :-) 17 years ago
configs The link target of the "Main" menu item in users/ was configurable in 14 years ago
css list-virtual: 14 years ago
debian fix patch for config.inc.php when creating .deb 14 years ago
images - add images for calendar JavaScript application 15 years ago
languages - text change to "Logged _in_ as %s" (the 'in' was missing) 14 years ago
model model/DomainHandler.php: 14 years ago
scripts scripts/shells/domain.php: 14 years ago
smarty smarty.inc.php: 14 years ago
templates The link target of the "Main" menu item in users/ was configurable in 14 years ago
tests this will probably migrate us to phpunit; stupid dev env is misbehaving though so it is hard to test 14 years ago
users Remove usage of $CONF['postfix_admin_url'] in various Location: headers 14 years ago
CHANGELOG.TXT CHANGELOG.TXT: 14 years ago
GPL-LICENSE.TXT Initial Import in SourceForge 18 years ago
INSTALL.TXT various documentation updates: 14 years ago
LICENSE.TXT LICENSE.TXT: 14 years ago
backup.php backup.php: 14 years ago
broadcast-message.php Remove usage of $CONF['postfix_admin_url'] in various Location: headers 14 years ago
calendar.js - big merge of Postfixadmin smarty into trunk 15 years ago
common.php see changeset:952 ... move php code out of template into here 14 years ago
config.inc.php The link target of the "Main" menu item in users/ was configurable in 14 years ago
create-admin.php - fix some display errors after rev. 788, found and patch supplied by Jan-Kruis, thx. 15 years ago
create-alias-domain.php Remove usage of $CONF['postfix_admin_url'] in various Location: headers 14 years ago
create-alias.php Remove $username parameter from db_log() 14 years ago
create-domain.php Add support for domain-level quota (total quota for a domain) 14 years ago
create-mailbox.php create-mailbox.php: 14 years ago
delete.php Changed delete.php to use flash_error(), removed some HTML from languages/* 14 years ago
edit-active-admin.php - fix some display errors after rev. 788, found and patch supplied by Jan-Kruis, thx. 15 years ago
edit-active-domain.php - fix some display errors after rev. 788, found and patch supplied by Jan-Kruis, thx. 15 years ago
edit-active.php Remove $username parameter from db_log() 14 years ago
edit-admin.php - fix some display errors after rev. 788, found and patch supplied by Jan-Kruis, thx. 15 years ago
edit-alias.php Remove $username parameter from db_log() 14 years ago
edit-domain.php edit-domain.php: 14 years ago
edit-mailbox.php Add support for domain-level quota (total quota for a domain) 14 years ago
edit-vacation.php Remove usage of $CONF['postfix_admin_url'] in various Location: headers 14 years ago
fetchmail.php Changed delete.php to use flash_error(), removed some HTML from languages/* 14 years ago
functions.inc.php functions.inc.php: fix check_quota() to handle unlimited maxquota 14 years ago
index.php login.php, index.php: 16 years ago
list-admin.php - fix bug that no admins and domains can be edited. 15 years ago
list-domain.php Add support for domain-level quota (total quota for a domain) 14 years ago
list-virtual.php list-virtual.php: 14 years ago
login.php reindent; give tMessage a default value (undefined var etc) 14 years ago
logout.php - added/fixed vim: lines to nearly all *.php files (exception: templates/*) 16 years ago
main.php - big merge of Postfixadmin smarty into trunk 15 years ago
password.php variables.inc.php: 14 years ago
sendmail.php sendmail.php: 14 years ago
setup.php setup.php: 14 years ago
smarty.inc.php smarty.inc.php: 14 years ago
upgrade.php upgrade_1050(): 14 years ago
variables.inc.php variables.inc.php: 14 years ago
viewlog.php list-virtual.php: 14 years ago
xmlrpc.php Renamed UserHandler to MailboxHandler to make clear it's about mailboxes 14 years ago