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.
6220b6d85c
list-virtual.php: - merge search functionality into list-virtual.php (even more performant for domain admins now - search.php checked domain ownership after querying all domains...) (Use list-virtual.php?search=searchterm to test searching) - allow to display mailbox alias targets in mailbox list Fields added to the mailbox list array: * goto_mailbox (mailbox (=1) or forward-only (=0)) * goto_other (array with aliases not pointing to the mailbox) * (vacation alias is skipped) open question: is $display_mailbox_aliases = boolconf('special_alias_control') correct? I'm slightly confused with alias_control, alias_control_admin and special_alias_control... - build mailbox query step by step instead of having several variants which overlap 90% (and include a high bug potential, as already demonstrated by me ;-) templates/list-virtual.php - added search result highlighting - added displaying of mailbox aliases (goto_mailbox and goto_other) - removed ?domain= parameter for edit-alias.php, other edit-*.php have to follow (otherwise we'll have to extract the domain from the address to avoid incorrect parameters in search mode) functions.inc.php - added db_in_clause() which builds a "field in(x, y)" clause for database queries git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@751 a1433add-5e2c-0410-b055-b7f2511e0802 |
15 years ago | |
---|---|---|
ADDITIONS | ||
DOCUMENTS | ||
VIRTUAL_VACATION | 15 years ago | |
admin | ||
css | ||
debian | 15 years ago | |
images | ||
languages | 15 years ago | |
model | ||
templates | 15 years ago | |
tests | ||
users | ||
CHANGELOG.TXT | 15 years ago | |
GPL-LICENSE.TXT | ||
INSTALL.TXT | ||
LICENSE.TXT | ||
backup.php | 15 years ago | |
broadcast-message.php | ||
common.php | 15 years ago | |
config.inc.php | 15 years ago | |
create-admin.php | ||
create-alias-domain.php | ||
create-alias.php | ||
create-domain.php | ||
create-mailbox.php | ||
delete.php | ||
edit-active-admin.php | ||
edit-active-domain.php | ||
edit-active.php | ||
edit-admin.php | ||
edit-alias.php | 15 years ago | |
edit-domain.php | ||
edit-mailbox.php | ||
edit-vacation.php | ||
fetchmail.php | ||
functions.inc.php | 15 years ago | |
index.php | ||
list-admin.php | ||
list-domain.php | ||
list-virtual.php | 15 years ago | |
login.php | ||
logout.php | ||
main.php | ||
motd-users.txt | ||
motd.txt | ||
password.php | ||
search.php | ||
sendmail.php | ||
setup.php | 15 years ago | |
upgrade.php | 15 years ago | |
variables.inc.php | ||
viewlog.php | ||
xmlrpc.php |