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 f4f2d1b0f4
Get rid of most variable definitions in variables.inc.php
variables.inc.php is an old hack to save having to declare variables
before using them in pages.

Lots of the variables there are unused (leftovers from the old
create-*.php or edit-*.php scripts) or properly initialized in the file
using them, so there's no need to keep them in variables.inc.php.

The remaining variables in this file should also be dropped after
further investigation.
8 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/ 8 years ago
configs migrate search input field to use search[_], and use list.tpl for alias domains 10 years ago
css default.css: 9 years ago
debian bump debian/changelog 8 years ago
images postfixadmin2.xcf: 10 years ago
languages Update fr.lang 8 years ago
model Make VacationHandler compatible with MySQL strict mode again 8 years ago
scripts Add checks to login.php and cli to ensure database layout is up to date 9 years ago
smarty update Smarty to 3.1.29 9 years ago
templates use $CONF[page_size] in viewlog.php 8 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 Add checks to login.php and cli to ensure database layout is up to date 9 years ago
.gitignore Fix filename for *.menu.conf.php in gitignore 8 years ago
CHANGELOG.TXT 3.0.2 again - this time with correct SVN revision 8 years ago
GPL-LICENSE.TXT Initial Import in SourceForge 18 years ago
INSTALL.TXT upate wiki links 8 years ago
LICENSE.TXT LICENSE.TXT: 14 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 9 years ago
calendar.js - big merge of Postfixadmin smarty into trunk 15 years ago
common.php rename session cookie 9 years ago
config.inc.php Fix default for $CONF[create_mailbox_subdirs_hostoptions] 8 years ago
delete.php delete.php: 10 years ago
edit.php Add CSRF protection for POST requests 9 years ago
editactive.php editactive.php: 10 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 8 years ago
index.php remove silencing of @include_once - fixes #20 8 years ago
list-virtual.php Set alias domain-related smarty variables only if alias domains are enabled 8 years ago
list.php list.php: 10 years ago
login.php Add checks to login.php and cli to ensure database layout is up to date 9 years ago
main.php remove "postfixadmin.com" in comments in lots of files 11 years ago
sendmail.php Add CSRF protection for POST requests 9 years ago
setup.php fix undefined variable 8 years ago
smarty.inc.php fall back to sys_get_temp_dir() if we cannot write to a templates_c like place 8 years ago
upgrade.php ensure some fields are really latin1 8 years ago
vacation.php Add CSRF protection for POST requests 9 years ago
variables.inc.php Get rid of most variable definitions in variables.inc.php 8 years ago
viewlog.php use $CONF[page_size] in viewlog.php 8 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 11 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)