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.
Christian Boltz
adcc105163
fetchmail.php:
...
- only list fetchmail entries for domains/mailboxes someone owns
- better sort order for list mode (mailbox, src_server, src_user) - best
would be to sort by domain first, but this isn't that easy without a
domain column. Anyways, everything is better than "order by id" ;-)
- changes partly done to prepare "fetchmail for users", see patch at
https://sourceforge.net/tracker/?func=detail&aid=2715675&group_id=191583&atid=937966
(patch will be included after the 2.3 release)
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@604 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
ADDITIONS
quota_usage.pl: update from Jose Nilton <jniltinho@gmail.com> - add print of total domain and total mailbox
17 years ago
DOCUMENTS
POSTFIX_CONF.txt: see e.g. https://sourceforge.net/tracker/index.php?func=detail&aid=2693375&group_id=191583&atid=937964
17 years ago
VIRTUAL_VACATION
INSTALL.TXT - see https://sourceforge.net/forum/forum.php?thread_id=3026548&forum_id=676076 ; general update, and add in a note on alias expansion
17 years ago
admin
Finally got rid of admin/ :-)
18 years ago
css
css/default.css
17 years ago
debian
debian/control: fix some debian-isms after review from mez@sourceguru.net
17 years ago
images
applied patch from lenix - theme support for postfixadmin; see http://sourceforge.net/tracker/index.php?func=detail&aid=1898481&group_id=191583&atid=937966 - thank you
18 years ago
languages
ru.lang: update from pusischev - see https://sourceforge.net/tracker/index.php?func=detail&aid=2697838&group_id=191583&atid=937966 - thank you
17 years ago
model
fix errors e.g. see https://sourceforge.net/tracker/?func=detail&aid=2711888&group_id=191583&atid=937964
17 years ago
templates
remove logic from users template
17 years ago
tests
add testing for xmlrpc alias manipulations
17 years ago
users
fix errors e.g. see https://sourceforge.net/tracker/?func=detail&aid=2711888&group_id=191583&atid=937964
17 years ago
CHANGELOG.TXT
svn revision numbers keep changing!
17 years ago
GPL-LICENSE.TXT
Initial Import in SourceForge
19 years ago
INSTALL.TXT
INSTALL.TXT: we now require PHP5+
17 years ago
LICENSE.TXT
LICENSE.TXT: updated contributors
18 years ago
backup.php
backup.php:
18 years ago
broadcast-message.php
broadcast-message.php:
17 years ago
common.php
common.php: add autoloading for model classes
17 years ago
config.inc.php
functions.inc.php, function pacrypt:
17 years ago
create-admin.php
rename templates to .php instead of .tpl
18 years ago
create-alias-domain.php
create-alias-domain.php:
18 years ago
create-alias.php
see https://sourceforge.net/tracker/index.php?func=detail&aid=2567466&group_id=191583&atid=937966 - allow adding of an alias even if a mailbox already exists (e.g. allowing you to do keep+forward)
17 years ago
create-domain.php
create-domain.php: if the user makes a domain a backup mx, then accept whatever they type in for mailboxes/aliases
17 years ago
create-mailbox.php
specify the local_part when adding new mailboxes; part 3 of operation shutup-libertytek-charles :)
17 years ago
delete.php
see https://sourceforge.net/tracker/index.php?func=detail&aid=2567466&group_id=191583&atid=937966 - allow adding of an alias even if a mailbox already exists (e.g. allowing you to do keep+forward)
17 years ago
edit-active-admin.php
rename templates to .php instead of .tpl
18 years ago
edit-active-domain.php
rename templates to .php instead of .tpl
18 years ago
edit-active.php
inital merge of lenix's patch for domain aliasing; I think list-virtual.php needs some attention, but I've run out of time right now; upgrade.php has been updated to create the tables correctly (tested on pgsql and mysql); functionality or php scripts not tested yet
18 years ago
edit-admin.php
- added/fixed vim: lines to nearly all *.php files (exception: templates/*)
17 years ago
edit-alias.php
see https://sourceforge.net/tracker/index.php?func=detail&aid=2567466&group_id=191583&atid=937966 - allow adding of an alias even if a mailbox already exists (e.g. allowing you to do keep+forward)
17 years ago
edit-domain.php
list-virtual.php
17 years ago
edit-mailbox.php
allow local_part to change (in theory this code serves no purpose, as the username cannot be changed.. but perhaps it will be in the future (part 2 of operation shut-up-libertytek-charles :) )
17 years ago
edit-vacation.php
edit-vacation.php:
18 years ago
fetchmail.php
fetchmail.php:
17 years ago
functions.inc.php
functions.inc.php: bump version number
17 years ago
index.php
- added/fixed vim: lines to nearly all *.php files (exception: templates/*)
17 years ago
list-admin.php
- added/fixed vim: lines to nearly all *.php files (exception: templates/*)
17 years ago
list-domain.php
rename templates to .php instead of .tpl
18 years ago
list-virtual.php
see https://sourceforge.net/tracker/index.php?func=detail&aid=2567466&group_id=191583&atid=937966 - allow adding of an alias even if a mailbox already exists (e.g. allowing you to do keep+forward)
17 years ago
login.php
setup.php: give the full path to setup.php to help people a little bit more
17 years ago
logout.php
- added/fixed vim: lines to nearly all *.php files (exception: templates/*)
17 years ago
main.php
- added/fixed vim: lines to nearly all *.php files (exception: templates/*)
17 years ago
motd-users.txt
Initial Import in SourceForge
19 years ago
motd.txt
Initial Import in SourceForge
19 years ago
password.php
- added/fixed vim: lines to nearly all *.php files (exception: templates/*)
17 years ago
search.php
- added/fixed vim: lines to nearly all *.php files (exception: templates/*)
17 years ago
sendmail.php
sendmail.php:
17 years ago
setup.php
require php5
17 years ago
upgrade.php
upgrade.php: see tdiehl on irc.. perhaps this fixes his problem (i hate mysql)
17 years ago
variables.inc.php
- added/fixed vim: lines to nearly all *.php files (exception: templates/*)
17 years ago
viewlog.php
rename templates to .php instead of .tpl
18 years ago
xmlrpc.php
xmlrpc.php: add User::login(...)
17 years ago