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 67a6d0e27a
use $CONF[page_size] in viewlog.php
This replaces the hardcoded "LIMIT 10" with "LIMIT <page_size>".

Patch by Dan <dannyro @SF>, https://sourceforge.net/p/postfixadmin/patches/133/

Additional change on top of Dan's patch:
- wrap $CONF['page_size'] in intval() to avoid that a broken config
  setting can break or exploit the query
7 years ago
ADDITIONS see #377 - looks like the pg+mysql check is partly the wrong way around - mysql only has ints.... 8 years ago
DOCUMENTS POSTFIX_CONF.txt: 10 years ago
VIRTUAL_VACATION evil hack to make vacation work while we are using Mail::Sender - see also https://sourceforge.net/p/postfixadmin/patches/136/ 7 years ago
configs migrate search input field to use search[_], and use list.tpl for alias domains 9 years ago
css default.css: 8 years ago
debian bump debian/changelog 7 years ago
images postfixadmin2.xcf: 9 years ago
languages use $CONF[page_size] in viewlog.php 7 years ago
model Make VacationHandler compatible with MySQL strict mode again 7 years ago
scripts Add checks to login.php and cli to ensure database layout is up to date 8 years ago
smarty update Smarty to 3.1.29 8 years ago
templates use $CONF[page_size] in viewlog.php 7 years ago
tests this will probably migrate us to phpunit; stupid dev env is misbehaving though so it is hard to test 13 years ago
users Add checks to login.php and cli to ensure database layout is up to date 8 years ago
CHANGELOG.TXT 3.0.2 again - this time with correct SVN revision 7 years ago
GPL-LICENSE.TXT Initial Import in SourceForge 17 years ago
INSTALL.TXT upate wiki links 8 years ago
LICENSE.TXT LICENSE.TXT: 13 years ago
README.md add link to cboltz's presentation pdf 9 years ago
backup.php functions.inc.php: 11 years ago
broadcast-message.php Add CSRF protection for POST requests 8 years ago
calendar.js - big merge of Postfixadmin smarty into trunk 15 years ago
common.php rename session cookie 8 years ago
config.inc.php Merge remote-tracking branch 'svnexport/master' 8 years ago
delete.php delete.php: 10 years ago
edit.php Add CSRF protection for POST requests 8 years ago
editactive.php editactive.php: 9 years ago
functions.inc.php allow escape_string() to take a db connection as a parameter; should improve performance when there are a large number of things to escape 7 years ago
index.php remove silencing of @include_once - fixes #20 7 years ago
list-virtual.php Set alias domain-related smarty variables only if alias domains are enabled 7 years ago
list.php list.php: 9 years ago
login.php Add checks to login.php and cli to ensure database layout is up to date 8 years ago
main.php remove "postfixadmin.com" in comments in lots of files 11 years ago
sendmail.php Add CSRF protection for POST requests 8 years ago
setup.php fix undefined variable 7 years ago
smarty.inc.php fall back to sys_get_temp_dir() if we cannot write to a templates_c like place 7 years ago
upgrade.php ensure some fields are really latin1 7 years ago
vacation.php Add CSRF protection for POST requests 8 years ago
variables.inc.php remove "postfixadmin.com" in comments in lots of files 11 years ago
viewlog.php use $CONF[page_size] in viewlog.php 7 years ago
xmlrpc.php fix xmlrpc function call (non-static method being called statically); fix method docblock which is read by Zend_XmlRpc_Server etc 10 years ago

README.md

postfixadmin

PostfixAdmin - web based administration interface for Postfix mail servers

Technically this project is still hosted in SVN/SourceForge. However, we welcome git pull requests and will merge them into subversion as necessary. If this repository (on github) becomes well used, we'll probably migrate.

(DG. 2014/05/07)