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 6220b6d85c after a long weekend...
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 vacation.pl: see email conversation with stevan@bajic.ch and #2835877 (https://sourceforge.net/tracker/?func=detail&aid=2835877&group_id=191583&atid=937964); thanks to stevan for taking the time to explain why he was right :) - this change makes the vacation script look for user#domain@vacation.domain in the alias table, rather than user@domain, which is a better check (as it implies they also have vacation turned on) 15 years ago
admin
css
debian postfixadmin 2.3 final(ly) :-) 15 years ago
images
languages de.lang: 15 years ago
model
templates after a long weekend... 15 years ago
tests
users
CHANGELOG.TXT postfixadmin 2.3 final(ly) :-) 15 years ago
GPL-LICENSE.TXT
INSTALL.TXT
LICENSE.TXT
backup.php config.inc.php: 15 years ago
broadcast-message.php
common.php setup.php: 15 years ago
config.inc.php 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 edit-alias.php 15 years ago
edit-domain.php
edit-mailbox.php
edit-vacation.php
fetchmail.php
functions.inc.php after a long weekend... 15 years ago
index.php
list-admin.php
list-domain.php
list-virtual.php after a long weekend... 15 years ago
login.php
logout.php
main.php
motd-users.txt
motd.txt
password.php
search.php
sendmail.php
setup.php setup.php: 15 years ago
upgrade.php upgrade.php 15 years ago
variables.inc.php
viewlog.php
xmlrpc.php