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 2d65b8b858 - setup.php now has a "create superadmin" form
- completely reworked HTML code in setup.php
- moved admin creation code from create_admin.php to functions.php,
  function create_admin
- several related changes in functions.inc.php:
  - use table_by_key() directly instead of the cached variables (which
    are empty if config.inc.php was not read before functions.php)
  - add an additional (optional) parameter $setup to db_connect, changed
    many die(msg) calls to $error_message .= msg.
    If $setup is given, the return value is array($link, $error_text)
    instead of $link
  - db_connect now checks for invalid $CONF['database_type']


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@135 a1433add-5e2c-0410-b055-b7f2511e0802
18 years ago
ADDITIONS convert-passwd-to-postfixadmin.pl: initial attempt; wrote due to request by plip0 on irc 18 years ago
DOCUMENTS screenshots: adding 19 years ago
VIRTUAL_VACATION vacation.pl: patch from kope (via forum post at http://sourceforge.net/forum/forum.php?thread_id=1837942&forum_id=676076) - Thankyou 19 years ago
admin edit-admin.php: i think this fixes the outstanding problems, but I get horrible problems if firefox is allowed to remember passwords etc - is there a good way of disabling this behaviour beyond autocomplete="off" ? 19 years ago
images Initial Import in SourceForge 19 years ago
languages languages/en.lang: pPasswordTooShort added 19 years ago
templates try and stop ff from autocompleting the field; put the encrypted password in the field... 19 years ago
users update license headers 19 years ago
CHANGELOG.TXT Added optional feature to indicate broken aliases and where mailboxes deliver to. Includes 19 years ago
DATABASE_MYSQL.TXT fix broken MySQL Schema (thanks to cytdevel - http://sourceforge.net/forum/forum.php?thread_id=1836415&forum_id=676076) 19 years ago
DATABASE_PGSQL.TXT go back to prior database sql file structure 19 years ago
GPL-LICENSE.TXT Initial Import in SourceForge 19 years ago
INSTALL.TXT INSTALL.TXT: minor edits 19 years ago
LICENSE.TXT Initial Import in SourceForge 19 years ago
common.php common.php: ensure $CONF["configured"] is not false 19 years ago
config.inc.php config.inc.php: renamed from config.inc.php.sample; added variable that needs disabling for site to work 19 years ago
create-alias.php create-alias.php: syntax error fix 19 years ago
create-mailbox.php ensure domain name is in a list of valid domain names; set for use within the template so the right one is selected if ?domain=XXX was in the url 19 years ago
delete.php update license headers 19 years ago
edit-active.php update license headers 19 years ago
edit-alias.php update license headers 19 years ago
edit-mailbox.php - Fix HTML (<span> is opened inside the error message, close it again) 19 years ago
edit-vacation.php edit-vacation.php: fix handling of empty goto field; fix handling of vacation editing if done by "someone else" 19 years ago
functions.inc.php - setup.php now has a "create superadmin" form 18 years ago
index.php update license headers 19 years ago
login.php update license headers 19 years ago
logout.php update license headers 19 years ago
main.php update license headers 19 years ago
motd-users.txt Initial Import in SourceForge 19 years ago
motd.txt Initial Import in SourceForge 19 years ago
overview.php - workaround for undefined variables (needed after template merge) 19 years ago
password.php update license headers 19 years ago
search.php - merge admin/search.php into search.php 19 years ago
sendmail.php update license headers 19 years ago
setup.php - setup.php now has a "create superadmin" form 18 years ago
stylesheet.css - setup.php now has a "create superadmin" form 18 years ago
variables.inc.php update license headers 19 years ago
viewlog.php update license headers 19 years ago