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 ba94c3a75e
fix problems with utf8mb4 as default charset
When trying to create a new database with utf8mb4 as default charset,
upgrade.php fails at various places because of too long indexes.

- no longer run upgrade_1_mysql, upgrade_2_mysql and upgrade_3_mysql
  which all affect updates from pre-2.1 database layout
- add {LATIN1} to vacation_notificatoin.notified,
  alias_domain.alias_domain and alias_domain.target_domain

Thanks to martinx who reported this on IRC and helped to debug it.
8 years ago
ADDITIONS
DOCUMENTS
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
css
debian bump debian/changelog 8 years ago
images
languages Add Language-Key for protected_alias_cant_be_deleted 8 years ago
model Make VacationHandler compatible with MySQL strict mode again 8 years ago
scripts
smarty
templates Merge pull request #19 from rmcaninch/rmcaninch-patch-1 8 years ago
tests
users
CHANGELOG.TXT 3.0.2 again - this time with correct SVN revision 8 years ago
GPL-LICENSE.TXT
INSTALL.TXT
LICENSE.TXT
README.md
backup.php
broadcast-message.php
calendar.js
common.php
config.inc.php Merge remote-tracking branch 'svnexport/master' 8 years ago
delete.php
edit.php
editactive.php
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
login.php
main.php remove "postfixadmin.com" in comments in lots of files 11 years ago
sendmail.php
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 fix problems with utf8mb4 as default charset 8 years ago
vacation.php
variables.inc.php
viewlog.php
xmlrpc.php

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)